✗ CI.checkpatch: warning for drm/xe: Add separate Kconfig file for SR-IOV options

Patchwork patchwork at emeril.freedesktop.org
Mon Oct 21 08:26:07 UTC 2024


== Series Details ==

Series: drm/xe: Add separate Kconfig file for SR-IOV options
URL   : https://patchwork.freedesktop.org/series/140234/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7aa26e31c1a86225189942b7f407a6425f7c231e
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Mon Oct 21 10:12:42 2024 +0200

    drm/xe: Add separate Kconfig file for SR-IOV options
    
    There are few SR-IOV config options that we want to define:
    
     - DRM_XE_SRIOV_VF to allow compile-out support for the SR-IOV
       Virtual Function (VF)
     - DRM_XE_SRIOV_PF to allow compile-out support for the SR-IOV
       Physical Function (PF)
    
    and for use by PF only:
    
     - DRM_XE_SRIOV_DEFAULT_SCHEDULING_[FLEXIBLE|FIXED|CUSTOM]
       to select preferred scheduling method using either predefined
       parameter values, or custom values
     - DRM_XE_SRIOV_DEFAULT_PF_[EXEC_QUANTUM_MS|PREEMPT_TIMEOUT_US]
       to define default execution quantum/preempt timeout for the PF
     - DRM_XE_SRIOV_DEFAULT_VF_[EXEC_QUANTUM_MS|PREEMPT_TIMEOUT_US]
       to define default execution quantum/preempt timeout for the VF
     - DRM_XE_SRIOV_DEFAULT_POLICY_[SCHED_IF_IDLE|RESET_ENGINE]
       to define default values for advanced scheduling policies
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Thomas Hellstrom <thomas.hellstrom at linux.intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 72809739ab370346afe6744018411b96468c50e5 drm-intel
7aa26e31c1a8 drm/xe: Add separate Kconfig file for SR-IOV options
-:40: WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#40: FILE: drivers/gpu/drm/xe/Kconfig:92:
+source "drivers/gpu/drm/xe/Kconfig.sriov"

-:47: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#47: 
new file mode 100644

total: 0 errors, 2 warnings, 0 checks, 151 lines checked




More information about the Intel-xe mailing list