Skip to content

Commit

Permalink
intel_device: Add 0x46D3-0x46D4 ADL-N PCI IDs
Browse files Browse the repository at this point in the history
Test: Android boot to UI
Tracked-On: OAM-129238
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
  • Loading branch information
JeevakaPrabu authored and sysopenci committed Jan 9, 2025
1 parent f740925 commit a638b86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion intel_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ int intel_gpu_info_from_device_id(uint16_t device_id, struct intel_gpu_info *i91
};
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 dg2_ids[] = { // DG2 Val-Only Super-SKU: 4F80 - 4F87
0x4F80, 0x4F81, 0x4F82, 0x4F83, 0x4F84, 0x4F85, 0x4F86, 0x4F87,
Expand Down

0 comments on commit a638b86

Please sign in to comment.