[Intel-xe] ✓ CI.checkpatch: success for drm/xe: implement driver initiated functional reset
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 27 08:51:16 UTC 2023
== Series Details ==
Series: drm/xe: implement driver initiated functional reset
URL : https://patchwork.freedesktop.org/series/124313/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3e1c588bb83e3dfe1fa999c646c943f3b4ad4b3b
Author: Andrzej Hajda <andrzej.hajda at intel.com>
Date: Wed Sep 27 09:46:07 2023 +0200
drm/xe: implement driver initiated functional reset
Driver initiated functional reset (FLR) is the highest level of reset
that we can trigger from within the driver. In contrast to PCI FLR it
doesn't require re-enumeration of PCI BAR. It can be useful in case
GT fails to reset. It is also the only way to trigger GSC reset from
the driver and can be used in future addition of GSC support.
Signed-off-by: Andrzej Hajda <andrzej.hajda at intel.com>
+ /mt/dim checkpatch fc8ec3c56efa5c15b630ddc17c89100440fe03ef drm-intel
3e1c588bb drm/xe: implement driver initiated functional reset
More information about the Intel-xe
mailing list