drm/xe/arl: Add Arrow Lake H support
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 6 Mar 2024 00:40:49 +0000 (16:40 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 6 Mar 2024 00:40:49 +0000 (16:40 -0800)
commit6a9b38cc68a03b948df1f3fcb907c7557cfc315c
treecb6de655f27639a8ffcf24278e18aba69584e1a0
parent70e860298478ecd0602ee436ded667356ecd6c9d
drm/xe/arl: Add Arrow Lake H support

ARL-H uses the same media and display IP as MTL, and a version 12.74
graphics IP (referred to as Xe_LPG+). From a driver point of view, we
should be able to just treat the whole platform as MTL and rely on
GRAPHICS_VERx100 checks to handle any spots where ARL's Xe_LPG+ needs
different handling from MTL's Xe_LPG (i.e., workarounds).

v2: Resolve conflict and Reorder PCI ids in sorted order
v3: Append signed-off-by commiter to this commit

Bspec: 55420
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240229070806.3402641-4-dnyaneshwar.bhadane@intel.com
include/drm/xe_pciids.h