From 3099c922945bb616ec2dc4b2c8c547735e927463 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Fri, 7 Aug 2020 16:51:26 +0000 Subject: [PATCH] Bug 1656731 - Add Intel(R) UHD Graphics 617 to the KabyLake GT2 list r=mstange added according to Jeff's gpudb https://github.com/jrmuizel/gpu-db/blob/a65476109aaf61603cbb187e267ca6a7cf6e5377/intel.json#L308 Differential Revision: https://phabricator.services.mozilla.com/D86381 --- widget/GfxDriverInfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widget/GfxDriverInfo.cpp b/widget/GfxDriverInfo.cpp index 53a18710bead..67c96351b4de 100644 --- a/widget/GfxDriverInfo.cpp +++ b/widget/GfxDriverInfo.cpp @@ -623,6 +623,7 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) { APPEND_DEVICE(0x5923); APPEND_DEVICE(0x5927); APPEND_DEVICE(0x593b); + APPEND_DEVICE(0x87c0); // coffeelake gt1 APPEND_DEVICE(0x3e90);