Commit bddacdf4 authored by Matt Roper's avatar Matt Roper
Browse files

drm/i915: Add additional ARL PCI IDs



Our existing MTL driver handling is also sufficient to handle ARL, so
these IDs are simply added to the MTL ID list.

Bspec: 55420
Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Signed-off-by: default avatarHaridhar Kalvala <haridhar.kalvala@intel.com>
Reviewed-by: default avatarMatt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240108122738.14399-2-haridhar.kalvala@intel.com
parent a99d453d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -751,10 +751,13 @@
/* MTL */
#define INTEL_MTL_IDS(info) \
	INTEL_VGA_DEVICE(0x7D40, info), \
	INTEL_VGA_DEVICE(0x7D41, info), \
	INTEL_VGA_DEVICE(0x7D45, info), \
	INTEL_VGA_DEVICE(0x7D51, info), \
	INTEL_VGA_DEVICE(0x7D55, info), \
	INTEL_VGA_DEVICE(0x7D60, info), \
	INTEL_VGA_DEVICE(0x7D67, info), \
	INTEL_VGA_DEVICE(0x7DD1, info), \
	INTEL_VGA_DEVICE(0x7DD5, info)

#endif /* _I915_PCIIDS_H */