drm/xe/xe2: Add MCR register steering for media GT
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 11 Aug 2023 16:06:07 +0000 (09:06 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:40:25 +0000 (11:40 -0500)
commit8e99b54508d6fb1a8d1c8d04128ea6634c00cb19
tree9247f32e7ef7be5f744328a4c5db05c4686c28ae
parent5c82000f54716685791f54330098dc93512d1716
drm/xe/xe2: Add MCR register steering for media GT

Xe2 media has a few types of MCR registers, but all except for "GPMXMT"
can safely steer to instance 0,0.  GPMXMT follows the same rules that
MTL's OADDRM ranges did, so it can re-use the same enum value.

Bspec: 71186
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_gt_mcr.c