✗ CI.checkpatch: warning for Enable compression handling on LNL. (rev9)

Patchwork patchwork at emeril.freedesktop.org
Tue Dec 12 19:07:42 UTC 2023


== Series Details ==

Series: Enable compression handling on LNL. (rev9)
URL   : https://patchwork.freedesktop.org/series/126704/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 517c3a9532af9259a109db134bbc4dc30f93ba1a
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Tue Dec 12 23:55:33 2023 +0530

    drm/xe/xe2: Support flat ccs
    
    Enable flat ccs for XE2_GFX_FEATURES.
    
    Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Reviewed-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch 0b1815ab4b04bda8d9ee494052ac24f7d307132c drm-intel
582ef1edc drm/xe/xe2: Determine bios enablement for flat ccs on igfx
054770581 drm/xe/xe2: Modify main memory to ccs memory ratio.
917feb000 drm/xe/xe2: Allocate extra pages for ccs during bo create
ce023853f drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLT
0df969635 drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clear
130218c60 drm/xe/xe2: Update chunk size for each iteration of ccs copy
-:30: CHECK:MACRO_ARG_REUSE: Macro argument reuse '_xe' - possible side-effects?
#30: FILE: drivers/gpu/drm/xe/xe_migrate.c:70:
+#define MAX_MEM_TRANSFER_PER_PASS(_xe) ((!IS_DGFX(_xe) && GRAPHICS_VER(_xe) >= 20 && \
+					 xe_device_has_flat_ccs(_xe)) ? \
+					 MAX_CCS_LIMITED_TRANSFER : MAX_PREEMPTDISABLE_TRANSFER)

total: 0 errors, 0 warnings, 1 checks, 89 lines checked
58525c01e drm/xe/xe2: Update emit_pte to use compression enabled PAT index
e73e06e6d drm/xe/xe2: Handle flat ccs move for igfx.
8c5c57bd8 drm/xe/xe2: Modify xe_bo_test for system memory
517c3a953 drm/xe/xe2: Support flat ccs




More information about the Intel-xe mailing list