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

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 13 01:52:39 UTC 2023


== Series Details ==

Series: Enable compression handling on LNL. (rev10)
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 ffa1c41c5a740ba08b1a85f424a7a7d93dc336d8
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 b7e6b29e607e7c75765d77d4ae315dec580d1ccc drm-intel
d01ad5627 drm/xe/xe2: Determine bios enablement for flat ccs on igfx
6ea9cbdfe drm/xe/xe2: Modify main memory to ccs memory ratio.
3a8fea6b8 drm/xe/xe2: Allocate extra pages for ccs during bo create
842cd9b7c drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLT
06e1ba62e drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clear
193a77c48 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
18383e7e5 drm/xe/xe2: Update emit_pte to use compression enabled PAT index
c646af165 drm/xe/xe2: Handle flat ccs move for igfx.
ddd6d6b13 drm/xe/xe2: Modify xe_bo_test for system memory
ffa1c41c5 drm/xe/xe2: Support flat ccs




More information about the Intel-xe mailing list