Closed
Bug 1896823
Opened 1 year ago
Closed 1 year ago
Block reusing decoder device on Intel gen12
Categories
(Core :: Graphics, task)
Tracking
()
RESOLVED
FIXED
128 Branch
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
With Intel Gen12, WMF hardware decoder performance becomes worse with reusing decoder device. Until Bug 1893427 is addressed, it seems necessary to block reusing decoder device on Intel gen12.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
list of Intel Gen12 GPUs are from ANGLE
https://searchfox.org/mozilla-central/rev/7a8904165618818f73ab7fc692ace4a57ecd38c9/gfx/angle/checkout/src/libANGLE/renderer/driver_utils.cpp#125
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/30131f0c7ff8
Block reusing decoder device on Intel gen12 r=gfx-reviewers,bradwerth
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Assignee | ||
Comment 5•1 year ago
•
|
||
Comment on attachment 9401831 [details]
Bug 1896823 - Block reusing decoder device on Intel gen12
Beta/Release Uplift Approval Request
- User impact if declined: Hardware video decoding becomes gradually slow down during several video plays like Bug 1890622.
- Is this code covered by automated tests?: Yes
- 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): The change adds blocking REUSE_DECODER_DEVICE on Intel Gen12 GPUs. The config is already used by gecko.
- String changes made/needed: none
- Is Android affected?: No
Attachment #9401831 -
Flags: approval-mozilla-beta?
Comment 6•1 year ago
|
||
Comment on attachment 9401831 [details]
Bug 1896823 - Block reusing decoder device on Intel gen12
Approved for 127 beta 4, thanks.
Attachment #9401831 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•1 year ago
|
||
bugherder uplift |
status-firefox127:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•