[Bug 38921] Bonaire XT GPUs incorrectly recognized

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 21 11:53:13 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=38921

Alex Deucher <alexdeucher at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher at gmail.com

--- Comment #12 from Alex Deucher <alexdeucher at gmail.com> ---
The marketing string is derived from a combination of the device ids and pci
revision id, or a combination of the device ids, subsystem ids, and pci
revision id.  For amdgpu devices, we use the marketing name for the GL renderer
sting.  Something similar could be done for radeon.  See:
https://cgit.freedesktop.org/mesa/drm/tree/data/amdgpu.ids
for the marketing strings and:
https://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/radeon/r600_pipe_common.c?id=c705caaff9e6cc874e90651d6f8e459741978b06
for the mesa change.
The pci database that lspci uses it not adequate because it does not track pci
revision ids.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list