✓ CI.checkpatch: success for drm/xe: Allow to trigger GT resets using debugfs writes
Patchwork
patchwork at emeril.freedesktop.org
Tue May 27 05:10:51 UTC 2025
== Series Details ==
Series: drm/xe: Allow to trigger GT resets using debugfs writes
URL : https://patchwork.freedesktop.org/series/149204/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 58da29d9726397c18166da8c766df0e4fed43900
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Mon May 19 22:09:14 2025 +0200
drm/xe: Allow to trigger GT resets using debugfs writes
Today we allow to trigger GT resest by reading dedicated debugfs
files "force_reset" and "force_reset_sync" that we are exposing
using drm_info_list[] and drm_debugfs_create_files().
To avoid triggering potentially disruptive actions during otherwise
"safe" read operations, expose those two attributes using debugfs
function where we can specify file permissions and provide custom
"write" handler to trigger the GT resets also from there.
This step would allow us to drop triggering GT resets during read
operations, which we leave just to give users more time to switch.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 3e019cc3eaffcb7022b9de66871eabdefd6e06ff drm-intel
58da29d97263 drm/xe: Allow to trigger GT resets using debugfs writes
More information about the Intel-xe
mailing list