Skip to content

Commit

Permalink
Bug 1669484 - Rollout WebRender to Cherryview (gen8lp) in Nightly and…
Browse files Browse the repository at this point in the history
… early beta. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D92614
  • Loading branch information
jrmuizel committed Oct 6, 2020
1 parent 7b09b73 commit 6195db9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions widget/GfxDriverInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,12 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
APPEND_DEVICE(0x0102);
APPEND_DEVICE(0x0106);
APPEND_DEVICE(0x010a);

// cherryview
APPEND_DEVICE(0x22b0);
APPEND_DEVICE(0x22b1);
APPEND_DEVICE(0x22b2);
APPEND_DEVICE(0x22b3);
#endif

[[fallthrough]];
Expand Down

0 comments on commit 6195db9

Please sign in to comment.