✓ CI.checkpatch: success for series starting with [1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 10 22:09:57 UTC 2025
== Series Details ==
Series: series starting with [1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
URL : https://patchwork.freedesktop.org/series/144626/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 24b0de905f7189b7129232cbd5ccc86445d4f570
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date: Mon Feb 10 16:07:18 2025 -0500
drm/xe/guc_pc: Remove duplicated pc_start call
xe_guc_pc_start() was getting called from both
xe_uc_init_hw() and from xe_guc_start().
But both are called from do_gt_restart() and only
xe_uc_init_hw() is called at initialization.
So, let's remove the duplication in the regular gt_restart
path.
The only place where xe_guc_pc_start() won't get called now
is on the gt_reset failure path. However, if gt_reset has
failed, it is really unlikely that the PC start will work
or is desired.
Cc: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 2fc58ab10139895686001c7e1ee247f15226abc4 drm-intel
05a7b3236a60 drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
24b0de905f71 drm/xe/guc_pc: Remove duplicated pc_start call
More information about the Intel-xe
mailing list