Bug 1668388 - Rollout WebRender to Carrizo on Nightly/Early beta. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D92774
This commit is contained in:
Jeff Muizelaar 2020-10-09 12:24:28 +00:00
parent 6ba0b65f4c
commit 6e32d24323

View File

@ -707,6 +707,9 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_RANGE(0x9800, 0x980a);
APPEND_RANGE(0x9640, 0x964f);
APPEND_RANGE(0x6720, 0x677f);
// Carrizo
APPEND_RANGE(0x9870, 0x9877);
#endif
break;