drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 26 Jan 2024 22:06:14 +0000 (14:06 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 29 Jan 2024 16:55:05 +0000 (08:55 -0800)
commit9f5971bdf78e0937206556534247243ad56cd735
treecfba5be38ca7bf9452c8990e9223eb1f05ddd89c
parent348769d1cbfab409b9ac21c653dd4db609760175
drm/xe: Grab mem_access when disabling C6 on skip_guc_pc platforms

If skip_guc_pc is set for a platform, C6 is disabled directly without
acquiring a mem_access reference, triggering an assertion inside
xe_gt_idle_disable_c6.

Fixes: 975e4a3795d4 ("drm/xe: Manually setup C6 when skip_guc_pc is set")
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240126220613.865939-2-matthew.d.roper@intel.com
drivers/gpu/drm/xe/xe_guc_pc.c