✗ CI.checkpatch: warning for Fixes and cleanup for per client utilization
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 27 17:29:40 UTC 2024
== Series Details ==
Series: Fixes and cleanup for per client utilization
URL : https://patchwork.freedesktop.org/series/135486/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f1778620619a8ab00f6e7d722fa23321f002646c
Author: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
Date: Fri Jun 28 01:23:48 2024 +0800
drm/xe: Get hwe domain specific FW to read RING_TIMESTAMP
Per client engine utilization uses RING_TIMESTAMP to return drm-total-cycles to
the user. Current code uses XE_FW_GT to read this register on the first
available engine in a GT. When testing on DG2, it is observed that this value is
0 when running test on some engines. To resolve that, get the hwe domain
specific FW for reading the engine timestamp.
v2:
- update commit message
- use domain specific FW (Matt)
v3:
- Drop check for hwe in the helper (Matt, Michal)
Fixes: 188ced1e0ff8 ("drm/xe/client: Print runtime to fdinfo")
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 70d56bd71f6cd050ce86235c8abd62b701916c75 drm-intel
27183965f305 drm/xe: Use a helper to get delta run ticks from the exec queue
-:43: ERROR:TRAILING_WHITESPACE: trailing whitespace
#43: FILE: drivers/gpu/drm/xe/xe_exec_queue.c:790:
+ * xe_exec_queue_delta_run_ticks() - Get delta of queue run_ticks $
total: 1 errors, 0 warnings, 0 checks, 43 lines checked
f1778620619a drm/xe: Get hwe domain specific FW to read RING_TIMESTAMP
-:6: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#6:
Per client engine utilization uses RING_TIMESTAMP to return drm-total-cycles to
total: 0 errors, 1 warnings, 0 checks, 32 lines checked
More information about the Intel-xe
mailing list