mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1733008 - Allow AMD Lucienne devices (0x164c) r=gfx-reviewers,jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D133565
This commit is contained in:
parent
363fe31b5e
commit
a08db76549
@ -791,6 +791,8 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id) {
|
||||
APPEND_DEVICE(0x1636);
|
||||
// Cezanne
|
||||
APPEND_DEVICE(0x1638);
|
||||
// Lucienne
|
||||
APPEND_DEVICE(0x164c);
|
||||
|
||||
// Evergreen
|
||||
APPEND_RANGE(0x6840, 0x684b);
|
||||
|
Loading…
Reference in New Issue
Block a user