[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Add preemption timeout config options

Patchwork patchwork at emeril.freedesktop.org
Sat Jun 10 00:15:00 UTC 2023


== Series Details ==

Series: drm/xe: Add preemption timeout config options
URL   : https://patchwork.freedesktop.org/series/119165/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d0b546248d16693c5079562cde24b140c7638dd1
Author: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Date:   Fri Jun 9 17:12:26 2023 -0700

    drm/xe: Add DRM_XE_PREEMPT_TIMEOUT_COMPUTE_COPY
    
    Allow preemption timeout for copy engines on a heavy compute systems
    to be specified as a config option.
    
    If all copy engines are thrashing away at the PCIe bus, plus all
    compute engines doing the same, then the per copy bandwidth becomes
    tiny. That results in copy operations that should take milliseconds
    actually taking seconds. So bump the pre-emption timeout to allow for
    the worst case scenario (currently believed to be around 2s).
    
    Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
    Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
+ /mt/dim checkpatch e24e730ad5d4c3af599fa4e1e05527120adca322 drm-intel
1731322c7 drm/xe: Add CONFIG_DRM_XE_PREEMPT_TIMEOUT
-:22: WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#22: FILE: drivers/gpu/drm/xe/Kconfig:90:
+source "drivers/gpu/drm/xe/Kconfig.profile"

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

total: 0 errors, 2 warnings, 0 checks, 49 lines checked
ebee0a8d3 drm/xe: Add DRM_XE_PREEMPT_TIMEOUT_COMPUTE
d0b546248 drm/xe: Add DRM_XE_PREEMPT_TIMEOUT_COMPUTE_COPY




More information about the Intel-xe mailing list