]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/xe/xe2: Add proper check for media in Wa_14020756599
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 18 Jun 2024 05:00:44 +0000 (22:00 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 18 Jun 2024 19:03:30 +0000 (12:03 -0700)
commit62712be3a4e03c8375f490bcab131441ab3a7af0
tree315f692c20727a801542d981d6e2ac4691a67bcf
parentc8c00286f5c4bb3cafa4a6562711dff26fca6c8e
drm/xe/xe2: Add proper check for media in Wa_14020756599

A temporary fixup was made in commit 24d0d98af1c3 ("drm/xe/xe2lpm: Fixup
Wa_14020756599") due to limitations in the RTP infra. Now that RTP has
support for OR condition that change can be removed. RTP now also
supports checking any GT, so use that instead of the more specific
xe_rtp_match_when_media2000() used in that commit.

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240618050044.324454-6-lucas.demarchi@intel.com
drivers/gpu/drm/xe/xe_wa.c