Skip to content
Snippets Groups Projects
Commit 1badf482 authored by Matt Roper's avatar Matt Roper Committed by Lucas De Marchi
Browse files

drm/xe: Make wedged_mode debugfs writable


The intent of this debugfs entry is to allow modification of wedging
behavior, either from IGT tests or during manual debug; it should be
marked as writable to properly reflect this.  In practice this hasn't
caused a problem because we always access wedged_mode as root, which
ignores file permissions, but it's still misleading to have the entry
incorrectly marked as RO.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Fixes: 6b8ef44c ("drm/xe: Introduce the wedged_mode debugfs")
Signed-off-by: default avatarMatt Roper <matthew.d.roper@intel.com>
Reviewed-by: default avatarGustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241002230620.1249258-2-matthew.d.roper@intel.com


(cherry picked from commit 93d93813422758f6c99289de446b19184019ef5a)
Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent 3fd76be8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment