Bug 1673095 - Include Intel gen6 gt1 in rollout. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D94651
This commit is contained in:
@@ -457,11 +457,6 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
|
|||||||
break;
|
break;
|
||||||
case DeviceFamily::IntelRolloutWebRender:
|
case DeviceFamily::IntelRolloutWebRender:
|
||||||
#ifdef EARLY_BETA_OR_EARLIER
|
#ifdef EARLY_BETA_OR_EARLIER
|
||||||
// sandybridge gen6 gt1
|
|
||||||
APPEND_DEVICE(0x0102);
|
|
||||||
APPEND_DEVICE(0x0106);
|
|
||||||
APPEND_DEVICE(0x010a);
|
|
||||||
|
|
||||||
// cherryview
|
// cherryview
|
||||||
APPEND_DEVICE(0x22b0);
|
APPEND_DEVICE(0x22b0);
|
||||||
APPEND_DEVICE(0x22b1);
|
APPEND_DEVICE(0x22b1);
|
||||||
@@ -471,6 +466,11 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
|
|||||||
|
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
case DeviceFamily::IntelModernRolloutWebRender:
|
case DeviceFamily::IntelModernRolloutWebRender:
|
||||||
|
// sandybridge gen6 gt1
|
||||||
|
APPEND_DEVICE(0x0102);
|
||||||
|
APPEND_DEVICE(0x0106);
|
||||||
|
APPEND_DEVICE(0x010a);
|
||||||
|
|
||||||
// sandybridge gen6 gt2
|
// sandybridge gen6 gt2
|
||||||
APPEND_DEVICE(0x0112);
|
APPEND_DEVICE(0x0112);
|
||||||
APPEND_DEVICE(0x0116);
|
APPEND_DEVICE(0x0116);
|
||||||
|
|||||||
Reference in New Issue
Block a user