зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1614102 - Allow WebRender on all Intel Coffee Lake GT2+ GPUs. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D62326 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
dfe6a6ca65
Коммит
fbc6573229
|
@ -490,20 +490,21 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
|
|||
APPEND_DEVICE(0x593b);
|
||||
|
||||
// coffeelake gt2+
|
||||
APPEND_DEVICE(0x3e91);
|
||||
APPEND_DEVICE(0x3e92);
|
||||
APPEND_RANGE(0x3e91, 0x3e92);
|
||||
APPEND_DEVICE(0x3e94);
|
||||
APPEND_DEVICE(0x3e96);
|
||||
APPEND_DEVICE(0x3e98);
|
||||
APPEND_DEVICE(0x3e9a);
|
||||
APPEND_DEVICE(0x3e9b);
|
||||
APPEND_DEVICE(0x3e94);
|
||||
APPEND_RANGE(0x3e9a, 0x3e9b);
|
||||
APPEND_DEVICE(0x3ea0);
|
||||
APPEND_DEVICE(0x3ea9);
|
||||
APPEND_DEVICE(0x3ea2);
|
||||
APPEND_DEVICE(0x3ea6);
|
||||
APPEND_DEVICE(0x3ea7);
|
||||
APPEND_DEVICE(0x3ea8);
|
||||
APPEND_DEVICE(0x3ea5);
|
||||
APPEND_RANGE(0x3ea5, 0x3ea9);
|
||||
APPEND_DEVICE(0x87ca);
|
||||
APPEND_DEVICE(0x9b41);
|
||||
APPEND_DEVICE(0x9bc0);
|
||||
APPEND_DEVICE(0x9bc2);
|
||||
APPEND_RANGE(0x9bc4, 0x9bc5);
|
||||
APPEND_DEVICE(0x9bc8);
|
||||
APPEND_RANGE(0x9bca, 0x9bcc);
|
||||
|
||||
// broadwell gt2+
|
||||
APPEND_DEVICE(0x1612);
|
||||
|
|
Загрузка…
Ссылка в новой задаче