✗ CI.checkpatch: warning for PF: Add functions to save and restore VF LMEM and CCS data (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 7 14:01:09 UTC 2024
== Series Details ==
Series: PF: Add functions to save and restore VF LMEM and CCS data (rev3)
URL : https://patchwork.freedesktop.org/series/140050/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9b5a3ad431e91deb717287a71586b58d2f111045
Author: Lukasz Laguna <lukasz.laguna at intel.com>
Date: Thu Nov 7 14:55:17 2024 +0100
drm/xe/pf: Allow to view and replace VF LMEM and CCS state over debugfs
For feature enabling and testing purposes, allow to save VF LMEM and CCS
state and to replace it using debugfs blob file, but only under strict
debug config.
Signed-off-by: Lukasz Laguna <lukasz.laguna at intel.com>
+ /mt/dim checkpatch 6f358787ded211657532e2ee4df2e446b03d860f drm-intel
4cf0519181d0 drm/xe/migrate: Add function for raw copy of VRAM and CCS
18feb7f04444 drm/xe/pf: Add helper to retrieve VF's LMEM object
-:28: CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#28: FILE: drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:1529:
+{
+
-:39: CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#39: FILE: drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:1540:
+
+}
total: 0 errors, 0 warnings, 2 checks, 35 lines checked
ecb555604e31 drm/xe/pf: Add functions to save and restore VF LMEM and CCS data
9b5a3ad431e9 drm/xe/pf: Allow to view and replace VF LMEM and CCS state over debugfs
-:154: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#154: FILE: drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c:413:
+ smem_bo = xe_bo_create_pin_map(xe, NULL, NULL, PAGE_ALIGN(chunk_size), ttm_bo_type_kernel,
+ XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS |
-:179: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#179: FILE: drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c:438:
+ xe_gt_sriov_dbg(gt, "Failed to copy the entire chunk (copied bytes: %ld, expected: %lu)\n",
+ ret, chunk_size);
-:209: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#209: FILE: drivers/gpu/drm/xe/xe_gt_sriov_pf_migration.c:468:
+ smem_bo = xe_bo_create_pin_map(xe, NULL, NULL, PAGE_ALIGN(count), ttm_bo_type_kernel,
+ XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS |
total: 0 errors, 0 warnings, 3 checks, 323 lines checked
More information about the Intel-xe
mailing list