Re: [Intel-gfx] [PATCH v2 2/9] drm/i915/xelpmp: Don't assume workarounds extend to future platforms

2023-07-25 Thread Andi Shyti
Hi Matt, On Mon, Jul 24, 2023 at 05:13:15PM -0700, Matt Roper wrote: > 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. Makes sense... Reviewed-by: Andi Shyti Andi > Si

[Intel-gfx] [PATCH v2 2/9] drm/i915/xelpmp: Don't assume workarounds extend to future platforms

2023-07-24 Thread Matt Roper
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 --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletion