diff --git a/widget/GfxDriverInfo.cpp b/widget/GfxDriverInfo.cpp index 5c12b567f9c9..c20916ef53db 100644 --- a/widget/GfxDriverInfo.cpp +++ b/widget/GfxDriverInfo.cpp @@ -515,6 +515,12 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) { APPEND_DEVICE(0x0162); APPEND_DEVICE(0x0166); APPEND_DEVICE(0x016a); + + // gen6 gt2 + APPEND_DEVICE(0x0112); + APPEND_DEVICE(0x0116); + APPEND_DEVICE(0x0122); + APPEND_DEVICE(0x0126); #endif [[fallthrough]]; case DeviceFamily::IntelModernRolloutWebRender: