https://bugs.winehq.org/show_bug.cgi?id=38921
--- Comment #3 from Linards linards.liepins@gmail.com --- (In reply to Henri Verbeet from comment #2)
I'm afraid there isn't much we can do about this. Like in bug 33364, this is essentially the same hardware sold under different names, and we just have to pick one. I'm somewhat curious about how the Windows driver distinguishes these, but we can't based on the OpenGL render string or the PCI ID alone. (And note that lspci simply lists multiple names as well.)
I am not expert in Linux graphics stack, but IMHO lspci output ( Vendor / Device ID ) + correct Render string would be way better...
That would result in lspci+opengl ? bonaire_xt = 7790, right?
If I understand the info from this site: https://pci-ids.ucw.cz/read/PC/1002/665c
The https://pci-ids.ucw.cz/read/PC/1002/665c/10430452 is made from vendor_id:device_id:<Subsystem>
where <Subsystem> is outputted in line "Subsystem: ASUSTeK Computer Inc. Device [1043:045a]". If lspci can get it, that should be handable in wine, right?
Sorry, if this is all wrong. Again, I am not expert in graphics stack ; I just want to help.