✗ CI.checkpatch: warning for drm/xe/sysctrl: Add Sys tem Controller debugfs (rev3)
Patchwork <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178611494531.29678.9923719712208069242@61270ab9df2a> |
== Series Details == Series: drm/xe/sysctrl: Add System Controller debugfs (rev3) URL : https://patchwork.freedesktop.org/series/161655/ State : warning == 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 061140b9bc586ae7f40abc1249c97e1cc72d1b9d + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit cb44d410f96f4bfb2bae35dcbf54566cd80a64f8 Author: Anoop Vijay <[email protected]> Date: Fri Aug 7 07:56:25 2026 -0700 drm/xe/sysctrl: Add RAS error injection debugfs interface Add debugfs interface for exercising System Controller's RAS error injection command, used to validate RAS error detection and recovery paths. Command details: - Group ID: 0x02 (diag group) - Command ID: 0x7E (XE_SYSCTRL_CMD_DIAG_RAS_ERR_INJECT) - Usage: echo "<ras_block_id> <ras_sub_block_id> <err_type> [params]" \ > /sys/kernel/debug/dri/0/sc/ras_error_inject cat /sys/kernel/debug/dri/0/sc/ras_error_inject This command requires the diag application to have completed firmware boot and initialization (late-bind loaded); writes are rejected with -ENODEV until xe_sysctrl_is_diag_fw_ready() reports the diag firmware as ready. Signed-off-by: Anoop Vijay <[email protected]> + /mt/dim checkpatch 01d30c194951b8794c33f0d7f559bc4a1c9b7630 drm-intel ceb6566b21b3 drm/xe/sysctrl: Add System Controller get application status 2bc4aa43d021 drm/xe/sysctrl: Add sysctrl debugfs infrastructure -:55: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #55: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 84 lines checked e83b5479b7c8 drm/xe/sysctrl: Add loopback test debugfs interface cb44d410f96f drm/xe/sysctrl: Add RAS error injection debugfs interface