[Intel-xe] ✗ CI.checkpatch: warning for Scheduler changes for upstreaming (rev5)

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 15 17:35:08 UTC 2023


== Series Details ==

Series: Scheduler changes for upstreaming (rev5)
URL   : https://patchwork.freedesktop.org/series/118091/
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 9a9585ad2f55c67f982522f0dd06204a2f3bdeb2
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Thu Jun 15 10:30:14 2023 -0700

    drm/xe: VM LRU bulk move
    
    Use the TTM LRU bulk move for BOs tied to a VM. Update the bulk moves
    LRU position on every exec.
    
    v2: Bulk move for compute VMs, use WARN rather than BUG
    
    Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 6d2981d42cd891965094ec7d173203520cfa36f7 drm-intel
538db1e42 fixup! drm/sched: Convert drm scheduler to use a work queue rather than kthread
670bfac9f drm/sched: Move schedule policy to scheduler
-:165: WARNING:LONG_LINE: line length of 210 exceeds 100 columns
#165: FILE: drivers/gpu/drm/scheduler/sched_main.c:75:
+MODULE_PARM_DESC(sched_policy, "Specify the default scheduling policy for entities on a run-queue, " __stringify(DRM_SCHED_POLICY_RR) " = Round Robin, " __stringify(DRM_SCHED_POLICY_FIFO) " = FIFO (default).");

total: 0 errors, 1 warnings, 0 checks, 268 lines checked
b7fd3b16c drm/sched: Add DRM_SCHED_POLICY_SINGLE_ENTITY scheduling policy
9884a8b4f drm/xe: Use DRM_SCHED_POLICY_SINGLE_ENTITY mode
9c7a328e7 drm/xe: Long running job update
cc85b522a drm/xe: Ensure LR engines are not persistent
5c16af0c8 drm/xe: Only try to lock external BOs in VM bind
9a9585ad2 drm/xe: VM LRU bulk move




More information about the Intel-xe mailing list