From ad14a3ebc33221cde02f4e752f75487e1099c6bd Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Mon, 27 Apr 2020 18:14:27 +0000 Subject: [PATCH] Bug 1633508 - Rollout WebRender to Coffeelake GT1 GPUs. r=aosmond These aren't particularly common but there basically the same as Skylake GT1. Differential Revision: https://phabricator.services.mozilla.com/D72719 --- widget/GfxDriverInfo.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/widget/GfxDriverInfo.cpp b/widget/GfxDriverInfo.cpp index 1774dd6fe53e..a73ef902de0c 100644 --- a/widget/GfxDriverInfo.cpp +++ b/widget/GfxDriverInfo.cpp @@ -546,6 +546,23 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) { APPEND_DEVICE(0x5927); APPEND_DEVICE(0x593b); + // coffeelake gt1 + APPEND_DEVICE(0x3e90); + APPEND_DEVICE(0x3e93); + APPEND_DEVICE(0x3e99); + APPEND_DEVICE(0x3e9c); + APPEND_DEVICE(0x3ea1); + APPEND_DEVICE(0x3ea4); + APPEND_DEVICE(0x9b21); + APPEND_DEVICE(0x9ba0); + APPEND_DEVICE(0x9ba2); + APPEND_DEVICE(0x9ba4); + APPEND_DEVICE(0x9ba5); + APPEND_DEVICE(0x9ba8); + APPEND_DEVICE(0x9baa); + APPEND_DEVICE(0x9bab); + APPEND_DEVICE(0x9bac); + // coffeelake gt2+ APPEND_RANGE(0x3e91, 0x3e92); APPEND_DEVICE(0x3e94);