drm/i915/xelpmp: Don't assume workarounds extend to future platforms
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 21 Aug 2023 18:06:22 +0000 (11:06 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 21 Aug 2023 23:45:59 +0000 (16:45 -0700)
commitea2f15565d7a082bf21f131225a656793fdca359
tree486e685b1c4b85413dbe17ac3cb97a6bf230b39e
parent28c46feec7f8760683ef08f12746630a3598173e
drm/i915/xelpmp: Don't assume workarounds extend to future platforms

The currently implemented Xe_LPM+ workarounds are specific to media
version 13.00.  When new IP versions show up in the future, they'll need
their own workaround lists.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230821180619.650007-13-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c