✓ CI.checkpatch: success for drm/xe: Allow to compile out debugfs

Patchwork patchwork at emeril.freedesktop.org
Thu Aug 8 17:17:11 UTC 2024


== Series Details ==

Series: drm/xe: Allow to compile out debugfs
URL   : https://patchwork.freedesktop.org/series/137053/
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
be41dd201d01bbf73d9e4ab77e74ab47923582e5
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8b1a30c919aaf48cb25e71a03bbb9eaaaa378398
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Thu Aug 8 10:11:21 2024 -0700

    drm/xe: Allow to compile out debugfs
    
    Use a dummy xe_debugfs_register() if debugfs is not enabled and move all
    debugfs-related files under `ifeq ($(CONFIG_DEBUG_FS),y)` in the
    Makefile. This is similar to what was done for display in
    commit 439987f6f471 ("drm/xe: don't build debugfs files when
    CONFIG_DEBUG_FS=n").
    
    This removes the following warning while loading xe with
    CONFIG_DEUBG_FS=n:
    
            xe 0000:03:00.0: [drm] Create GT directory failed
    
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch b6a72e1d0a6ee0aad5bb0da07b050228c815a5f9 drm-intel
8b1a30c919aa drm/xe: Allow to compile out debugfs




More information about the Intel-xe mailing list