drm/xe: Sync MTL PCI IDs with i915
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 21 Nov 2023 19:52:09 +0000 (11:52 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:45:01 +0000 (11:45 -0500)
commit812ec747a354e00f5e789f3cdcfbc80f98f1d71d
treee62f07e525b960aa32c9a0d3d4412c3424f1ffd4
parentfdb6a05383fab3952c9a56ac716e460134990a69
drm/xe: Sync MTL PCI IDs with i915

For Xe1 platforms, it's better to follow the way i915 adds the PCI IDs
to the header, so it's easier to catch up when there is an update. This
brings the same logic applied in commit 2e3c369f23a7 ("drm/i915/mtl:
Eliminate subplatforms") to the equivalent xe header.

The end result of this header for Xe1 platforms is now in sync with i915
as of commit 5032c607e886 ("drm/i915: ATS-M device ID update"). This can
be seen by

$ git show 5032c607e886:include/drm/i915_pciids.h > a.h
$ git diff --color-words  --no-index a.h include/drm/xe_pciids.h

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20231121195209.802235-2-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
include/drm/xe_pciids.h