]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe/dg1: Fix power gate sequence.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 19 Dec 2024 23:55:36 +0000 (18:55 -0500)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 9 Jan 2025 09:38:56 +0000 (10:38 +0100)
commitb84e1cd22f8a8c03b7b1051372560c7017c8be92
tree2de40baa48423277c426f637d569b89bda970779
parent9ab4981552930a9c45682d62424ba610edc3992d
drm/xe/dg1: Fix power gate sequence.

sub-pipe PG is not present on DG1. Setting these bits can disable
other power gates and cause GPU hangs on video playbacks.

VLK: 16314, 4304

Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13381
Cc: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241219235536.454270-1-rodrigo.vivi@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
(cherry picked from commit 2f12e9c029315c1400059b2e7fdf53117c09c3a9)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_gt_idle.c