[Intel-xe] ✗ CI.checkpatch: warning for Enable remapped display page table on Xe

Patchwork patchwork at emeril.freedesktop.org
Fri Sep 22 12:20:42 UTC 2023


== Series Details ==

Series: Enable remapped display page table on Xe
URL   : https://patchwork.freedesktop.org/series/124108/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8847ae57957388bce435a3d9c9e1d75a9066041a
Author: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
Date:   Fri Sep 22 14:17:21 2023 +0300

    drm/xe/display: Don't try to use vram if not available
    
    Trying to get bo from vram when vram not available will cause
    WARN_ON() hence avoid touching vram if not available.
    
    Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
+ /mt/dim checkpatch 6149acb947f2f8b65ee1a058982a5d6fce3124ec drm-intel
178c98b16 drm/xe/display: Add writing of remapped dpt
-:33: ERROR:SPACING: space prohibited before that '++' (ctx:WxO)
#33: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:57:
+			src_idx ++;
 			        ^

total: 1 errors, 0 warnings, 0 checks, 31 lines checked
78458dc1f drm/xe/display: Enable remapped display page tables
-:28: ERROR:TRAILING_STATEMENTS: trailing statements should be on next line (or did you mean 'else if'?)
#28: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:110:
+	} if (view->type == I915_GTT_VIEW_REMAPPED) {

total: 1 errors, 0 warnings, 0 checks, 39 lines checked
8847ae579 drm/xe/display: Don't try to use vram if not available




More information about the Intel-xe mailing list