✗ CI.checkpatch: warning for The xe_sa_manager based GuC Buffer Cache
Patchwork
patchwork at emeril.freedesktop.org
Thu Dec 12 02:20:35 UTC 2024
== Series Details ==
Series: The xe_sa_manager based GuC Buffer Cache
URL : https://patchwork.freedesktop.org/series/142458/
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 905fa2df7f4b33f83f70ea1acb443fba2385533e
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Thu Dec 12 02:01:41 2024 +0100
drm/xe/kunit: Add KUnit tests for GuC Buffer Cache
Add tests to make sure that recently added GuC Buffer Cache
component is working as expected.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch e70dbc9b6fd6666891756ed53e0404e0b48b11de drm-intel
34172515ed48 drm/xe/sa: Always call drm_suballoc_manager_fini()
1afcba50b1a4 drm/xe/sa: Drop redundant NULL assignments
91fdfd8f62a0 drm/xe/sa: Cleanup internal BO data at device removal
19feda54bb2e drm/xe/sa: Drop useless is_iomem member
7b90b07051a5 drm/xe/sa: Improve error message on init failure
c662a3563a3d drm/xe/sa: Tidy up coding style in init()
044bb9559cef drm/xe/sa: Allow making suballocations using custom gfp flags
e3d29afdbcaa drm/xe/sa: Allow creating suballocator with custom guard size
c06aab936210 drm/xe/sa: Minor header cleanups
a9ed1a578fee drm/xe/guc: Introduce the GuC Buffer Cache
-:51: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#51:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 286 lines checked
5b554249630a drm/xe/pf: Use GuC Buffer Cache during VFs provisioning
-:119: WARNING:LINE_SPACING: Missing a blank line after declarations
#119: FILE: drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c:310:
+ u32 max_cfg_dwords = xe_guc_buf_cache_dwords(>->uc.guc.buf);
+ CLASS(xe_guc_buf, buf)(>->uc.guc.buf, max_cfg_dwords);
total: 0 errors, 1 warnings, 0 checks, 130 lines checked
1ca655f706e1 drm/xe/kunit: Allow to replace xe_managed_bo_create_pin_map()
905fa2df7f4b drm/xe/kunit: Add KUnit tests for GuC Buffer Cache
-:12: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#12:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 342 lines checked
More information about the Intel-xe
mailing list