mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 07:53:54 +00:00
Bug 1137716 - Increase the list of devices that are blocked. a=me
This commit is contained in:
parent
7f7ae58169
commit
5012f90ec8
@ -228,6 +228,8 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id)
|
||||
APPEND_DEVICE(0x0a72);
|
||||
APPEND_DEVICE(0x0a7a);
|
||||
APPEND_DEVICE(0x0caf);
|
||||
APPEND_DEVICE(0x0dd2);
|
||||
APPEND_DEVICE(0x0dd3);
|
||||
// GF180M ids
|
||||
APPEND_DEVICE(0x0de3);
|
||||
APPEND_DEVICE(0x0de8);
|
||||
@ -246,6 +248,11 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id)
|
||||
APPEND_DEVICE(0x0df5);
|
||||
APPEND_DEVICE(0x0df6);
|
||||
APPEND_DEVICE(0x0df7);
|
||||
APPEND_DEVICE(0x1050);
|
||||
APPEND_DEVICE(0x1051);
|
||||
APPEND_DEVICE(0x1052);
|
||||
APPEND_DEVICE(0x1054);
|
||||
APPEND_DEVICE(0x1055);
|
||||
break;
|
||||
case Bug1116812:
|
||||
APPEND_DEVICE(0x2e32);
|
||||
|
Loading…
x
Reference in New Issue
Block a user