✓ CI.checkpatch: success for drm/xe/hw_engine: define sysfs_ops on all directories

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 27 12:29:53 UTC 2025


== Series Details ==

Series: drm/xe/hw_engine: define sysfs_ops on all directories
URL   : https://patchwork.freedesktop.org/series/146863/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a41467a55fbd28afc93d027822355a5d62307726
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date:   Thu Mar 27 17:56:47 2025 +0530

    drm/xe/hw_engine: define sysfs_ops on all directories
    
    Sysfs_ops needs to be defined on all directories which
    can have attr files with set/get method. Add sysfs_ops
    to even those directories which is currently empty but
    would have attr files with set/get method in future.
    Leave .default with default sysfs_ops as it will never
    have setter method.
    
    V2(Himal/Rodrigo):
     - use single sysfs_ops for all dir and attr with set/get
     - add default ops as ./default does not need runtime pm at all
    
    Fixes: 3f0e14651ab0 ("drm/xe: Runtime PM wake on every sysfs call")
    Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 1e750490a76bbb8bcb8ea8d5fba2a68bf0845def drm-intel
a41467a55fbd drm/xe/hw_engine: define sysfs_ops on all directories




More information about the Intel-xe mailing list