✓ CI.checkpatch: success for drm/xe: Fix survivability (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 14 12:48:14 UTC 2025
== Series Details ==
Series: drm/xe: Fix survivability (rev6)
URL : https://patchwork.freedesktop.org/series/146116/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 788b986d3c864081331d44d457db19281b0581c6
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Thu Mar 13 13:41:01 2025 -0700
drm/xe: Allow to inject error in early probe
Allow to test if driver behaves correctly when xe_pcode_probe_early()
fails. Note that this is not sufficient for testing survivability mode
as it's still required to read the hw to check for errors, which doesn't
happen on an injected failure.
To complete the early probe coverage, allow injection in the other
functions as well: xe_mmio_probe_early() and xe_device_probe_early().
Reviewed-by: Francois Dugast <francois.dugast at intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch c1366ff3173056083703df4cbc1b3d160393af8e drm-intel
abf1624f22e0 drm/xe: Move survivability back to xe
3be429fa35f2 drm/xe: Set survivability mode before heci init
788b986d3c86 drm/xe: Allow to inject error in early probe
More information about the Intel-xe
mailing list