✗ CI.checkpatch: warning for Fix execlist mode

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 22 23:32:55 UTC 2024


== Series Details ==

Series: Fix execlist mode
URL   : https://patchwork.freedesktop.org/series/130289/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c0c66e5ace9f1d36b6c817496d190494838673b0
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Thu Feb 22 15:20:21 2024 -0800

    drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer
    
    The xe_gt_tlb_invalidation layer implements TLB invalidations for a GuC
    backend. Simply return if in execlists mode. A follow up may properly
    implement the xe_gt_tlb_invalidation layer for both GuC and execlists.
    
    Fixes: a9351846d945 ("drm/xe: Break of TLB invalidation into its own file")
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 5e139b8dd8049fee9f42fe76c603b5cfc286af7f drm-intel
7f980e3c5d18 drm/xe: Fix execlist splat
0154afd4e055 drm/xe: Cleanup some layering in GGTT
-:149: CHECK:BRACES: Unbalanced braces around else statement
#149: FILE: drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c:255:
+		} else

total: 0 errors, 0 warnings, 1 checks, 137 lines checked
c0c66e5ace9f drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer




More information about the Intel-xe mailing list