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

Patchwork patchwork at emeril.freedesktop.org
Thu Oct 12 14:11:36 UTC 2023


== Series Details ==

Series: Enable remapped display page table on Xe (rev9)
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 17edd9e563646028bba7f3e5f3417d34caca5152
Author: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
Date:   Thu Oct 12 16:52:09 2023 +0300

    drm/xe/display: Add writing of remapped dpt
    
    Xe need to use remapped display page table for tiled framebuffers
    on anywhere else than DG2. Here add function to write such dpt and
    enable usage of remapped display page tables where needed.
    
    Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
+ /mt/dim checkpatch 6c0d1e36f310682297a5b07336b0883afc77f66e drm-intel
bd1dabd34 drm/xe/display: Don't try to use vram if not available
17edd9e56 drm/xe/display: Add writing of remapped dpt
-:28: CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line
#28: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:56:
+	u64 (*pte_encode_bo)(struct xe_bo *bo, u64 bo_offset, u16 pat_index)
+		= ggtt->pt_ops->pte_encode_bo;

-:37: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#37: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:65:
+				     pte_encode_bo(bo, src_idx * XE_PAGE_SIZE,
+				     xe->pat.idx[XE_CACHE_WB]));

total: 0 errors, 0 warnings, 2 checks, 76 lines checked




More information about the Intel-xe mailing list