[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: fdinfo memory stats (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 14 12:35:24 UTC 2023
== Series Details ==
Series: drm/xe: fdinfo memory stats (rev3)
URL : https://patchwork.freedesktop.org/series/123102/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6543ec18a603979c445e2d4e644107bbe8961660
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Thu Sep 14 17:49:09 2023 +0530
drm/xe: Implement fdinfo memory stats printing
Use the newly added drm_print_memory_stats helper to show memory
utilisation of our objects in drm/driver specific fdinfo output.
To collect the stats we walk the per memory regions object lists
and accumulate object size into the respective drm_memory_stats
categories.
Objects with multiple possible placements are reported in multiple
regions for total and shared sizes, while other categories are
counted only for the currently active region.
V3:
- dont use xe_bo_get/put, not needed
- use designated initializer - Jani
- use list_for_each_entry_rcu
- Fix Checkpatch err - CI
V2:
- Use static initializer for mem_type - Himal/Jani
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch aeac46cfaebff413254ac07837b97370c7ed3957 drm-intel
594843360 drm/xe: Add drm-client infrastructure
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:98: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#98:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 159 lines checked
26e61c2ad drm/xe: Interface xe drm client with fdinfo interface
025e4e71d drm/xe: Add tracking support for bos per client
0b8a3941b drm/xe: Record each drm client with its VM
7e1f519a7 drm/xe: Track page table memory usage for client
94e7a5e83 drm/xe: Account ring buffer and context state storage
6543ec18a drm/xe: Implement fdinfo memory stats printing
More information about the Intel-xe
mailing list