summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/Makefile
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2023-05-26 09:43:50 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-19 18:34:03 -0500
commit7d356b25b32eec2a33bf2bc67974ef56f0778a7c (patch)
tree389d614c634fd7bfd4959c512f0d2d47b738c219 /drivers/gpu/drm/xe/Makefile
parent9616e74b796c752ec29c3c83f3e33277d2b25b8e (diff)
downloadlinux-stable-7d356b25b32eec2a33bf2bc67974ef56f0778a7c.tar.gz
linux-stable-7d356b25b32eec2a33bf2bc67974ef56f0778a7c.tar.bz2
linux-stable-7d356b25b32eec2a33bf2bc67974ef56f0778a7c.zip
drm/xe/guc: Port Wa_22012773006 to xe_wa
Let xe_guc.c start using XE_WA() for workarounds, starting from a simple one: Wa_22012773006. It's also changed to start with graphics version 12, since that is the first supported by xe. Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://lore.kernel.org/r/20230526164358.86393-14-lucas.demarchi@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/Makefile')
-rw-r--r--drivers/gpu/drm/xe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile
index b9d3553ab476..a685e39d6b44 100644
--- a/drivers/gpu/drm/xe/Makefile
+++ b/drivers/gpu/drm/xe/Makefile
@@ -40,7 +40,7 @@ quiet_cmd_wa_oob = GEN $(notdir $(generated_oob))
$(generated_oob) &: $(obj)/xe_gen_wa_oob $(srctree)/$(src)/xe_wa_oob.rules
$(call cmd,wa_oob)
-$(obj)/xe_wa.o: $(generated_oob)
+$(obj)/xe_guc.o $(obj)/xe_wa.o: $(generated_oob)
# Please keep these build lists sorted!