drm/xe/tuning: Add missing engine class rules for LRC tuning
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 29 Sep 2023 23:03:33 +0000 (16:03 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:42:03 +0000 (11:42 -0500)
commitc489925a154e164a46e4d1f9c62da3332e496edd
tree3dcac7f3babe7df3545458a989e494960d3bdf1c
parente2e2d9633706f79e6efaa826cf72cbc12cf531f8
drm/xe/tuning: Add missing engine class rules for LRC tuning

The LRC tuning settings we have today are modifying registers that are
part of the RCS engine's context; they're not part of the general CSFE
context that would apply to all engines.  Add ENGINE_CLASS(RENDER) to
the RTP rules to properly restrict these to the RCS.

Bspec: 46255, 46261
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20230929230332.3348841-2-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_tuning.c