drm/i915/dg2: Recognize pre-production hardware
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 16 Aug 2023 21:42:03 +0000 (14:42 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 17 Aug 2023 22:15:23 +0000 (15:15 -0700)
commit3d3e02716136178759e8aacd23dd4c3be64fd3ae
treecd8b9a60f43ebfc7aa8591b8285726bb00a1e901
parent226fa3ab8be57aecced64d004ee24437d18bbf5f
drm/i915/dg2: Recognize pre-production hardware

The first production SoC steppings for DG2 were C0 (for G10), B1 (for
G11), and A1 (for G12).  This corresponds to PCI revision IDs 0x8, 0x5,
and 0x1 respectively.  Add this information to the driver's
pre-production detection.

Bspec: 44477
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230816214201.534095-8-matthew.d.roper@intel.com
drivers/gpu/drm/i915/i915_driver.c