✗ CI.checkpatch: warning for Only timeout jobs if they run longer than timeout period

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 7 06:56:55 UTC 2024


== Series Details ==

Series: Only timeout jobs if they run longer than timeout period
URL   : https://patchwork.freedesktop.org/series/134593/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit af9556202ba5f772a74097feece8c4b9a2a496da
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Thu Jun 6 23:52:19 2024 -0700

    drm/xe: Sample ctx timestamp to determine if jobs have timed out
    
    In GuC TDR sample ctx timestamp to determine if jobs have timed out. The
    scheduling enable needs to be toggled to properly sample the timestamp.
    If a job has not been running for longer than the timeout period,
    re-enable scheduling and restart the TDR.
    
    FIXME: Wedged mode needs to be fixed
    FIXME: Use some smarts to correlate timestamp to ms
    
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch d3c2f5c9ed23d7653741913ee6c38bb0950a8870 drm-intel
ad1295b045ae drm/xe: Add LRC ctx timestamp support functions
c5077179ee92 drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
bcf5e52ab331 drm/xe: Emit ctx timestamp copy in ring ops
c171e6f28703 drm/xe: Add ctx timestamp to LRC snapshot
af9556202ba5 drm/xe: Sample ctx timestamp to determine if jobs have timed out
-:79: WARNING:LINE_SPACING: Missing a blank line after declarations
#79: FILE: drivers/gpu/drm/xe/xe_guc_submit.c:961:
+	struct xe_guc *guc = exec_queue_to_guc(q);
+	MAKE_SCHED_CONTEXT_ACTION(q, ENABLE);

-:223: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#223: FILE: drivers/gpu/drm/xe/xe_guc_submit.c:1507:
+		if (((exec_queue_banned(q) || exec_queue_check_timeout(q))
+		    && exec_queue_destroyed(q)) ||

total: 0 errors, 1 warnings, 1 checks, 230 lines checked




More information about the Intel-xe mailing list