drm/i915/gt: Always report the sample time for busy-stats
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 17 Jun 2020 13:09:16 +0000 (14:09 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 18 Jun 2020 08:26:54 +0000 (09:26 +0100)
commit810b7ee3008ab2ac94791f75857815484c2f9cce
tree85ff11b677567a5670ccd63e5ba00a1d22994c81
parent1b90e4a43b7444fc4159c6dd338a44e8808e8718
drm/i915/gt: Always report the sample time for busy-stats

Return the monotonic timestamp (ktime_get()) at the time of sampling the
busy-time. This is used in preference to taking ktime_get() separately
before or after the read seqlock as there can be some large variance in
reported timestamps. For selftests trying to ascertain that we are
reporting accurate to within a few microseconds, even a small delay
leads to the test failing.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200617130916.15261-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_engine.h
drivers/gpu/drm/i915/gt/intel_engine_cs.c
drivers/gpu/drm/i915/gt/intel_rps.c
drivers/gpu/drm/i915/gt/selftest_engine_pm.c
drivers/gpu/drm/i915/i915_pmu.c
drivers/gpu/drm/i915/selftests/i915_request.c