✓ CI.checkpatch: success for series starting with [v3,1/2] gpu/trace: make TRACE_GPU_MEM configurable
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 3 22:56:51 UTC 2025
== Series Details ==
Series: series starting with [v3,1/2] gpu/trace: make TRACE_GPU_MEM configurable
URL : https://patchwork.freedesktop.org/series/149810/
State : success
== 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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e4bb42ddf95ad9e53bf2d5d5f0229ed1c08473bb
Author: Juston Li <justonli at chromium.org>
Date: Tue Jun 3 15:50:07 2025 -0700
drm/xe/bo: add GPU memory trace points
Add TRACE_GPU_MEM tracepoints for tracking global and per-process GPU
memory usage.
These are required by VSR on Android 12+ for reporting GPU driver memory
allocations.
v3:
- Use now configurable CONFIG_TRACE_GPU_MEM instead of adding a
per-driver Kconfig (Lucas)
v2:
- Use u64 as preferred by checkpatch (Tvrtko)
- Fix errors in comments/Kconfig description (Tvrtko)
- drop redundant "CONFIG" in Kconfig
Signed-off-by: Juston Li <justonli at chromium.org>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com>
+ /mt/dim checkpatch 2d51392d455943d0356d982902ce994f91996d3e drm-intel
8a6925e25665 gpu/trace: make TRACE_GPU_MEM configurable
e4bb42ddf95a drm/xe/bo: add GPU memory trace points
More information about the Intel-xe
mailing list