[Intel-xe] ✗ CI.checkpatch: warning for Port CPU-GPU timestamp correlation to XE KMD
Patchwork
patchwork at emeril.freedesktop.org
Mon Aug 14 22:40:46 UTC 2023
== Series Details ==
Series: Port CPU-GPU timestamp correlation to XE KMD
URL : https://patchwork.freedesktop.org/series/122440/
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
e700ea2f248a75138759bcb443affeef4a2d1991
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ebcd05d72060750a893db33dc5d62fa4271b81a2
Author: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
Date: Mon Aug 14 15:37:34 2023 -0700
drm/xe: Correlate engine and cpu timestamps with better accuracy
Perf measurements rely on CPU and engine timestamps to correlate
events of interest across these time domains. Current mechanisms get
these timestamps separately and the calculated delta between these
timestamps lack enough accuracy.
To improve the accuracy of these time measurements to within a few us,
add a query that returns the engine and cpu timestamps captured as
close to each other as possible.
Mesa MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24591
v2:
- Fix kernel-doc warnings (CI)
- Document input params and group them together (Jose)
- s/cs/engine/ (Jose)
- Remove padding in the query (Ashutosh)
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
+ /mt/dim checkpatch 945d16a6ea31fbaf3dde002cd182381a92a0e656 drm-intel
/mt/dim: line 50: /root/.dimrc: No such file or directory
More information about the Intel-xe
mailing list