Closed
Bug 1717857
Opened 3 years ago
Closed 3 years ago
Detect more multi-GPU cases via PCI in GfxInfo
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: rmader, Assigned: rmader)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(3 files)
We should be able to avoid some common situations where we currently throw warnings saying More than 1 GPU detected via PCI, cannot deduce vendor
or More than 1 GPU from same vendor detected via PCI, cannot deduce device
.
Assignee | ||
Comment 1•3 years ago
|
||
This handles two common cases:
- multiple GPUs of same vendor
- multiple GPUs with same device ID
Updated•3 years ago
|
Attachment #9228558 -
Attachment description: WIP: Bug 1717857 - Detect more multi-GPU cases via PCI in GfxInfo → Bug 1717857 - Detect more multi-GPU cases via PCI in GfxInfo
Updated•3 years ago
|
Attachment #9228558 -
Attachment description: Bug 1717857 - Detect more multi-GPU cases via PCI in GfxInfo → Bug 1717857 - Detect more multi-GPU cases via PCI in GfxInfo,r=aosmond
Comment 2•3 years ago
|
||
Comment 3•3 years ago
|
||
Pushed by robert.mader@posteo.de:
https://hg.mozilla.org/integration/autoland/rev/240cbdff5521
Detect more multi-GPU cases via PCI in GfxInfo,r=aosmond
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•