drm/xe: Release force wake first then runtime power
authorShuicheng Lin <shuicheng.lin@intel.com>
Wed, 7 May 2025 02:23:02 +0000 (02:23 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 7 May 2025 19:29:59 +0000 (15:29 -0400)
commit432cd94efdca06296cc5e76d673546f58aa90ee1
tree3e2dcba126e3735b9d8ba7f14c0543ba5500a1df
parent9d80698bcd97a5ad1088bcbb055e73fd068895e2
drm/xe: Release force wake first then runtime power

xe_force_wake_get() is dependent on xe_pm_runtime_get(), so for
the release path, xe_force_wake_put() should be called first then
xe_pm_runtime_put().
Combine the error path and normal path together with goto.

Fixes: 85d547608ef5 ("drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return")
Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://lore.kernel.org/r/20250507022302.2187527-1-shuicheng.lin@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_gt_debugfs.c