]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/guc: Fix missing enable of Wa_14019159160 on ARL
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 9 Aug 2024 00:06:46 +0000 (17:06 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Mon, 26 Aug 2024 22:24:49 +0000 (15:24 -0700)
commit54f90b03335916e21c417a31d0926841f7d97c56
tree3a058c05da0da893f05ff6276cff410cc70a5786
parent037f93434ce9aea3dc19ba2d97e888a12e538f7b
drm/i915/guc: Fix missing enable of Wa_14019159160 on ARL

The previous update to enable the workaround on ARL only changed two
out of three places where the w/a needs to be enabled. That meant the
GuC side was operational but not the KMD side. And as the KMD side is
the trigger, it meant the w/a was not actually active. So fix that.

Fixes: 104bcfae57d8 ("drm/i915/arl: Enable Wa_14019159160 for ARL")
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
Cc: Shuicheng Lin <shuicheng.lin@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240809000646.1747507-1-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c