aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
diff options
context:
space:
mode:
authorUmesh Nerlige Ramappa <[email protected]>2024-11-27 17:40:05 +0000
committerUmesh Nerlige Ramappa <[email protected]>2024-12-13 23:13:50 +0000
commitcf907f6d294217985e9dafd9985dce874e04ca37 (patch)
tree8e9984156b46cb8b0cc271bde354d810049bd9d8 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
parenti915/guc: Reset engine utilization buffer before registration (diff)
downloadkernel-cf907f6d294217985e9dafd9985dce874e04ca37.tar.gz
kernel-cf907f6d294217985e9dafd9985dce874e04ca37.zip
i915/guc: Ensure busyness counter increases motonically
Active busyness of an engine is calculated using gt timestamp and the context switch in time. While capturing the gt timestamp, it's possible that the context switches out. This race could result in an active busyness value that is greater than the actual context runtime value by a small amount. This leads to a negative delta and throws off busyness calculations for the user. If a subsequent count is smaller than the previous one, just return the previous one, since we expect the busyness to catch up. Fixes: 77cdd054dd2c ("drm/i915/pmu: Connect engine busyness stats from GuC to pmu") Signed-off-by: Umesh Nerlige Ramappa <[email protected]> Reviewed-by: John Harrison <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
0 files changed, 0 insertions, 0 deletions