✓ CI.checkpatch: success for drm/xe: Fix survivability (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 14 15:57:45 UTC 2025
== Series Details ==
Series: drm/xe: Fix survivability (rev7)
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 bdbbcd4f870ebfa273f304f648080c14b8d995a4
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Fri Mar 14 06:54:27 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 83417b23792d937795320a8804fd97d50c4c6233 drm-intel
bdb5e14e90e1 drm/xe: Move survivability back to xe
8025e583b2ad drm/xe: Set survivability mode before heci init
bdbbcd4f870e drm/xe: Allow to inject error in early probe
More information about the Intel-xe
mailing list