Closed
Bug 1418087
Opened 7 years ago
Closed 7 years ago
Graphics driver block request: 0x1002 driver less than 21.19.411.0 for GPU_PROCESS on All (Windows)
Categories
(Toolkit :: Blocklist Policy Requests, enhancement)
Toolkit
Blocklist Policy Requests
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: milan, Unassigned)
References
Details
(Whiteboard: [gfx])
Attachments
(1 file)
OS: All Windows (so, "All")
Vendor: 0x1002
Devices: All
Feature: GPU_PROCESS
Feature status: BLOCKED_DRIVER_VERSION
Driver version: 21.19.411.0
Driver version comparator: LESS_THAN
Firefox versions: 57.0 only
Contact info: :milan
Reasons: See bug 1417442
This is the actual entry we want:
<gfxBlacklistEntry>
<os>All</os>
<vendor>0x1002</vendor>
<feature>GPU_PROCESS</feature>
<featureStatus>BLOCKED_DRIVER_VERSION</featureStatus>
<driverVersion>21.19.411.0</driverVersion>
<driverVersionComparator>LESS_THAN</driverVersionComparator>
<versionRange minVersion="57.0" maxVersion="57.0"/>
</gfxBlacklistEntry>
Comment 1•7 years ago
|
||
I know that Jorge already told me that your team doesn't want to be held responsible for that blocklist anymore but since currently you are the only one being able to do the change, could one of you create the record in settings-writer.prod.mozaws.net and someone else review it?
Thanks.
Flags: needinfo?(jorge)
Flags: needinfo?(awagner)
Flags: needinfo?(amckay)
Reporter | ||
Comment 2•7 years ago
|
||
For the background, this is 57 release video issue with 50k+ people affected so far.
Reporter | ||
Updated•7 years ago
|
Summary: Graphics driver block request: <vendor> driver <driver version>/<devices> for <feature> on <os> → Graphics driver block request: 0x1002 driver less than 21.19.411.0 for GPU_PROCESS on All (Windows)
Comment 3•7 years ago
|
||
Milan, can you confirm <feature>GPU_PROCESS</feature>?
I'm looking at the available options in the blocklisting UI and I don't see that one. Maybe it's a recent one that hasn't been added, in which case we'll need to make a code change before we can enter the blocklist entry.
Flags: needinfo?(milan)
Flags: needinfo?(jorge)
Flags: needinfo?(awagner)
Flags: needinfo?(amckay)
Comment 4•7 years ago
|
||
> GPU_PROCESS
If that's a valid feature we can add it in the JSONSchema.
Comment 5•7 years ago
|
||
Let's assume the report is correct and add it to the schema.
Flags: needinfo?(rhubscher)
Comment 6•7 years ago
|
||
Flags: needinfo?(rhubscher)
Attachment #8929551 -
Flags: review?(jorge)
Reporter | ||
Comment 7•7 years ago
|
||
Yes, GPU_PROCESS is a valid feature since version 52. The older versions will ignore it.
Flags: needinfo?(milan)
Comment 8•7 years ago
|
||
Comment on attachment 8929551 [details] [review]
PR #2 — Add new GFX feature
Also reviewed on GitHub.
Attachment #8929551 -
Flags: review?(jorge) → review+
Comment 10•7 years ago
|
||
Milan, the block should now be staged and ready for testing. Let me know when it's okay to push it live.
Flags: needinfo?(milan)
Reporter | ||
Comment 11•7 years ago
|
||
I'm testing, but may have discovered a bug that would make this change be ignored. So, no point in going live until we know for sure.
Flags: needinfo?(milan)
Comment 12•7 years ago
|
||
I can confirm that the block item is available here: https://firefox.settings.services.mozilla.com/v1/preview/3/%7Bec8030f7-c20a-464f-9b0e-13a3a9e97384%7D/57.0/
Comment 13•7 years ago
|
||
According to this code, the GPU_PROCESS feature value is not supported:
https://dxr.mozilla.org/mozilla-central/rev/b056526be38e96b3e381b7e90cd8254ad1d96d9d/widget/GfxInfoBase.cpp#324
Reporter | ||
Comment 14•7 years ago
|
||
We only have partial support for this, so it never gets parsed out of the blocklist. That will get addressed in bug 1418980, in the meantime we do not need this bug.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 15•7 years ago
|
||
Just FYI, I removed the staged block.
You need to log in
before you can comment on or make changes to this bug.
Description
•