✓ CI.checkpatch: success for drm/xe/guc: Escalate GuC load failure immediately (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 13 22:06:10 UTC 2025
== Series Details ==
Series: drm/xe/guc: Escalate GuC load failure immediately (rev2)
URL : https://patchwork.freedesktop.org/series/144637/
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 df7e71375d8584695bc67e70174fd5bc9881830f
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Thu Feb 13 13:39:01 2025 -0800
drm/xe/guc: Escalate GuC load failure immediately
When the Xe was first introduced, we intentionally avoided escalating
GuC load failures, to not abort mid-probe. Xe is now mature enough and
we gracefully handle probe failures, so we can start escalating
immediately.
Note that even without this patch the probe is still aborted because
the attempt to enable CTs after GuC load will fail and that failure is
already escalated.
v2: only return success if the load_done variable is 1 (Tejas)
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 4570ecc1f49b000dbba61bb05e22ef5db89382b7 drm-intel
df7e71375d85 drm/xe/guc: Escalate GuC load failure immediately
More information about the Intel-xe
mailing list