✓ CI.checkpatch: success for drm/xe: Add configfs to load with fewer engines (rev3)

Patchwork patchwork at emeril.freedesktop.org
Fri May 23 17:48:54 UTC 2025


== Series Details ==

Series: drm/xe: Add configfs to load with fewer engines (rev3)
URL   : https://patchwork.freedesktop.org/series/149259/
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 99f1d7f76bad28e19b10e7e9872c5678f4bd1827
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Fri May 23 10:42:33 2025 -0700

    drm/xe/configfs: Add attribute to disable engines
    
    Add the userspace interface to load the driver with fewer engines.
    The syntax is to just echo the engine names to a file in configfs, like
    below:
    
            echo 'rcs0,bcs0' > /sys/kernel/config/xe/<bdf>/engine_allowed
    
    With that engines other than rcs0 and bcs0 will not be enabled. To
    enable all instances from a class, a '*' can be used.
    
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 5ed61f4a36b342006a85c561ce0d1ccdd035f9c7 drm-intel
06f69261ece6 drm/xe/configfs: Drop trailing semicolons
45af333afe08 drm/xe: Allow to disable engines
99f1d7f76bad drm/xe/configfs: Add attribute to disable engines




More information about the Intel-xe mailing list