]> www.infradead.org Git - nvme.git/commit
drm/xe/xe_gt_idle: use GT forcewake domain assertion
authorRiana Tauro <riana.tauro@intel.com>
Thu, 6 Jun 2024 10:08:41 +0000 (15:38 +0530)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 13 Jun 2024 09:33:07 +0000 (11:33 +0200)
commit7c877115da4196fa108dcfefd49f5a9b67b8d8ca
tree058ef7f0ea8a76e2a07dc54bb77daafe00e03b5a
parenta9f9b30e1748252d158f78a0c0affdc949671dd1
drm/xe/xe_gt_idle: use GT forcewake domain assertion

The rc6 registers used in disable_c6 function belong
to the GT forcewake domain. Hence change the forcewake
assertion to check GT forcewake domain.

v2: add fixes tag (Himal)

Fixes: 975e4a3795d4 ("drm/xe: Manually setup C6 when skip_guc_pc is set")
Signed-off-by: Riana Tauro <riana.tauro@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240606100842.956072-2-riana.tauro@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
(cherry picked from commit 21b708554648177a0078962c31629bce31ef5d83)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_gt_idle.c