Closed
Bug 1977922
Opened 8 months ago
Closed 8 months ago
[HDR] DMABufSurface memleaks during HDR playback
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
143 Branch
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
DMABufSurfaces are leaking during playback as we don't release external buffers so they can't be recycled.
| Assignee | ||
Updated•8 months ago
|
Flags: needinfo?(stransky)
| Assignee | ||
Updated•8 months ago
|
| Assignee | ||
Updated•8 months ago
|
Flags: needinfo?(stransky)
| Assignee | ||
Comment 1•8 months ago
|
||
| Assignee | ||
Updated•8 months ago
|
Flags: needinfo?(stransky)
Pushed by stransky@redhat.com:
https://github.com/mozilla-firefox/firefox/commit/436d79edbe9f
https://hg.mozilla.org/integration/autoland/rev/6e9a94a46671
[Wayland] Delete BufferTransaction on buffer detach for external buffers r=emilio
| Assignee | ||
Comment 3•8 months ago
|
||
Comment on attachment 9501511 [details]
Bug 1977922 [Wayland] Delete BufferTransaction on buffer detach for external buffers r?emilio
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Fixes memleaks on HDR playback and it's needed for Bug 1978207 - fix memleaks for SW-WR SHM buffers.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Releases unused dmabuf buffers.
- String changes made/needed:
- Is Android affected?: No
Attachment #9501511 -
Flags: approval-mozilla-beta?
Comment 4•8 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Comment 5•8 months ago
|
||
Comment on attachment 9501511 [details]
Bug 1977922 [Wayland] Delete BufferTransaction on buffer detach for external buffers r?emilio
Approved for 142.0b3
Attachment #9501511 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•8 months ago
|
Updated•8 months ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•