✓ CI.checkpatch: success for xe_gt_idle fixes (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 6 10:01:35 UTC 2024
== Series Details ==
Series: xe_gt_idle fixes (rev3)
URL : https://patchwork.freedesktop.org/series/133519/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 509175708b459b8f59f56d2b9309455e8b5042b1
Author: Riana Tauro <riana.tauro at intel.com>
Date: Thu Jun 6 15:38:42 2024 +0530
drm/xe: move disable_c6 call
disable c6 called in guc_pc_fini_hw is unreachable.
GuC PC init returns earlier if skip_guc_pc is true and never
registers the finish call thus making disable_c6 unreachable.
move this call to gt idle.
v2: rebase
v3: add fixes tag (Himal)
Fixes: 975e4a3795d4 ("drm/xe: Manually setup C6 when skip_guc_pc is set")
Signed-off-by: Riana Tauro <riana.tauro at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch b8a4e08086ace055e193245cd77a6182936d9f03 drm-intel
6311a1a1f7a4 drm/xe/xe_gt_idle: use GT forcewake domain assertion
509175708b45 drm/xe: move disable_c6 call
More information about the Intel-xe
mailing list