✗ CI.checkpatch: warning for The xe_sa_manager based GuC Buffer Cache (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 20 19:47:49 UTC 2024
== Series Details ==
Series: The xe_sa_manager based GuC Buffer Cache (rev2)
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 26125bb4e9a3f3e26aa8e8fd7c1c4b7c2b7bb708
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Fri Dec 20 20:42:04 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 0eede13975362b755a208b2e2ba322940013f183 drm-intel
84a1dc5e0f17 drm/xe/sa: Always call drm_suballoc_manager_fini()
f2698b2d9d4e drm/xe/sa: Drop redundant NULL assignments
9f5a58ef5c6f drm/xe/sa: Improve error message on init failure
5d4db061bdb6 drm/xe/sa: Tidy up coding style in init()
6de833c4d112 drm/xe/sa: Allow making suballocations using custom gfp flags
c7006331703b drm/xe/sa: Allow creating suballocator with custom guard size
efdb41527b7f drm/xe/sa: Minor header cleanups
d4e958ab6d09 drm/xe/guc: Introduce the GuC Buffer Cache
-:52: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#52:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 286 lines checked
cd6266605388 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, 127 lines checked
08e503edf2de drm/xe/kunit: Allow to replace xe_managed_bo_create_pin_map()
26125bb4e9a3 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