i915.c: Add 2 additional ADL-N PCI ids
Ref:https://cgit.freedesktop.org/drm-intel/commit/?h=drm-intel-next&id=425b463859eda4f4c071e517267acdd1c0d731bd BUG=b:325995751 TEST=Boot on Nissa Change-Id: Ia8bc74b3b365db37271644bf3c56e070afb7403d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/5312155 Reviewed-by: Lalith Rajendran <lalithkraj@google.com> Commit-Queue: Kamal Ap <kamal.ap@intel.corp-partner.google.com> Tested-by: Kamal Ap <kamal.ap@intel.corp-partner.google.com> Reviewed-by: Dominik Behr <dbehr@chromium.org>
This commit is contained in:
parent
eae1fe7e8b
commit
768057a63e
1 changed files with 2 additions and 1 deletions
3
i915.c
3
i915.c
|
|
@ -114,7 +114,8 @@ static void i915_info_from_device_id(struct i915_device *i915)
|
|||
};
|
||||
const uint16_t adlp_ids[] = { 0x46A0, 0x46A1, 0x46A2, 0x46A3, 0x46A6, 0x46A8, 0x46AA,
|
||||
0x462A, 0x4626, 0x4628, 0x46B0, 0x46B1, 0x46B2, 0x46B3,
|
||||
0x46C0, 0x46C1, 0x46C2, 0x46C3, 0x46D0, 0x46D1, 0x46D2 };
|
||||
0x46C0, 0x46C1, 0x46C2, 0x46C3, 0x46D0, 0x46D1, 0x46D2,
|
||||
0x46D3, 0x46D4 };
|
||||
|
||||
const uint16_t rplp_ids[] = { 0xA720, 0xA721, 0xA7A0, 0xA7A1, 0xA7A8, 0xA7A9, 0xA7AA, 0xA7AB, 0xA7AC, 0xA7AD };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue