https://bugs.winehq.org/show_bug.cgi?id=38921 Alex Deucher <alexdeucher(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexdeucher(a)gmail.com --- Comment #12 from Alex Deucher <alexdeucher(a)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/r60... 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.