summaryrefslogtreecommitdiff
path: root/lib/i915_pciids.h
diff options
context:
space:
mode:
authorTejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>2021-08-24 11:26:11 +0530
committerPetri Latvala <petri.latvala@intel.com>2021-08-24 11:58:02 +0300
commit84f9bbde1e6156c8b978613d9c85c9043fd3180c (patch)
tree49d1a315b3be5f92406066044bf6d925ec02d371 /lib/i915_pciids.h
parentc75ffa39b2f8b3b991deba834a3828e102c909e5 (diff)
lib: sync ADL-S PCI ids with kernel
Taken from kernel commit: commit c79b846f892d ("drm/i915/adl_s: Update ADL-S PCI IDs") Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'lib/i915_pciids.h')
-rw-r--r--lib/i915_pciids.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
index eee18fa5..cb45af9f 100644
--- a/lib/i915_pciids.h
+++ b/lib/i915_pciids.h
@@ -637,13 +637,10 @@
/* ADL-S */
#define INTEL_ADLS_IDS(info) \
INTEL_VGA_DEVICE(0x4680, info), \
- INTEL_VGA_DEVICE(0x4681, info), \
INTEL_VGA_DEVICE(0x4682, info), \
- INTEL_VGA_DEVICE(0x4683, info), \
INTEL_VGA_DEVICE(0x4688, info), \
- INTEL_VGA_DEVICE(0x4689, info), \
+ INTEL_VGA_DEVICE(0x468A, info), \
INTEL_VGA_DEVICE(0x4690, info), \
- INTEL_VGA_DEVICE(0x4691, info), \
INTEL_VGA_DEVICE(0x4692, info), \
INTEL_VGA_DEVICE(0x4693, info)