Bug 1780889 - Add AMD Yellow Carp device ID, r=gfx-reviewers,jgilbert

We really should move to blocklisting...

Differential Revision: https://phabricator.services.mozilla.com/D152582
This commit is contained in:
Robert Mader 2022-07-22 23:08:36 +00:00
parent 29af7ce9bf
commit 8a47e3fad8

View File

@ -830,6 +830,8 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x1638);
// Lucienne
APPEND_DEVICE(0x164c);
// Yellow Carp
APPEND_DEVICE(0x1681);
// Evergreen
APPEND_RANGE(0x6840, 0x684b);