✓ CI.checkpatch: success for drm/xe: Fix survivability (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Thu Mar 13 20:48:50 UTC 2025
== Series Details ==
Series: drm/xe: Fix survivability (rev4)
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 33360056982299cd003e6f3f8f1ea7165cd689ad
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 d7e9873f7923d139bdd258f4061751b5bfae468f drm-intel
45e79ed2fe64 drm/xe: Move survivability back to xe
57832450447b drm/xe: Set survivability mode before heci init
333600569822 drm/xe: Allow to inject error in early probe
More information about the Intel-xe
mailing list