Closed
Bug 1285563
Opened 8 years ago
Closed 8 years ago
Investigate Driver/Device/Adapter mismatches
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: BenWa, Assigned: milan)
References
(Depends on 1 open bug)
Details
(Whiteboard: [gfx-noted])
Attachments
(4 files, 1 obsolete file)
Right now we're blacklisting based on the DISPLAY_DEVICE_PRIMARY_DEVICE which *may* not be the device that we run D3D on. We're reporting these as mismatches in crash stats. This means that we're getting our blacklist wrong and it's pretty important to get right.
Reporter | ||
Comment 1•8 years ago
|
||
To be safer we should start with re-running the blacklist once we've created a D3D device to make sure that we're not running on a bad device/driver because of a mismatch. As a follow-up we can consider relaxing the blacklist based on DISPLAY_DEVICE_PRIMARY_DEVICE, but we can discuss the specifics later.
Updated•8 years ago
|
Whiteboard: [gfx-noted]
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8817574 -
Flags: review?(bas)
Assignee | ||
Comment 4•8 years ago
|
||
Attachment #8817575 -
Flags: review?(bas)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → milan
Assignee | ||
Comment 5•8 years ago
|
||
Up to date patch.
Attachment #8817574 -
Attachment is obsolete: true
Attachment #8817574 -
Flags: review?(bas)
Attachment #8817841 -
Flags: review?(bas)
Updated•8 years ago
|
Attachment #8817841 -
Flags: review?(bas) → review+
Updated•8 years ago
|
Attachment #8817575 -
Flags: review?(bas) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8819326 [details]
Bug 1285563: Part 1. Track two GPU infos in arrays, easier for swap if the second is active.
https://reviewboard.mozilla.org/r/99144/#review99440
Carry r+ from bas.
Attachment #8819326 -
Flags: review+
Assignee | ||
Comment 9•8 years ago
|
||
mozreview-review |
Comment on attachment 8819327 [details]
Bug 1285563: Part 2. If the second GPU is the active one, swap.
https://reviewboard.mozilla.org/r/99146/#review99442
Carry r+ from bas
Attachment #8819327 -
Flags: review+
Assignee | ||
Updated•8 years ago
|
Attachment #8819326 -
Flags: review?(bas)
Attachment #8819327 -
Flags: review?(bas)
Comment 10•8 years ago
|
||
Pushed by msreckovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e0b74d386259
Part 1. Track two GPU infos in arrays, easier for swap if the second is active. r=milan
https://hg.mozilla.org/integration/autoland/rev/3d4f10649284
Part 2. If the second GPU is the active one, swap. r=milan
Assignee | ||
Comment 11•8 years ago
|
||
I expect VendorIDMismatch messages in graphics critical errors to go away with this change.
Comment 12•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e0b74d386259
https://hg.mozilla.org/mozilla-central/rev/3d4f10649284
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Assignee | ||
Comment 13•8 years ago
|
||
With remote desktop, as described in bug 1325743 comment 13, we now get acceleration where before we did not. Is this a good thing?
Assignee | ||
Comment 14•8 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #13)
> With remote desktop, as described in bug 1325743 comment 13, we now get
> acceleration where before we did not. Is this a good thing?
Modulo some scenarios (remotefx?) we think this is probably a good thing.
You need to log in
before you can comment on or make changes to this bug.
Description
•