OSDN Git Service

drm/i915/pmu: Reconstruct active state on starting busy-stats
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 11 Jan 2018 07:30:31 +0000 (07:30 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 11 Jan 2018 14:57:27 +0000 (14:57 +0000)
commit4900727d35bb20028f9bd83146ec4bf78afffe30
tree2884854d132155d51955102f661403bafbbfa73d
parent2bbba4e94eb987701abcacae241929fd13a196b2
drm/i915/pmu: Reconstruct active state on starting busy-stats

We have a hole in our busy-stat accounting if the pmu is enabled during
a long running batch, the pmu will not start accumulating busy-time
until the next context switch. This then fails tests that are only
sampling a single batch.

v2: Count each active port just once (context in/out events are only on
the first and last assignment to a port).
v3: Avoid hardcoding knowledge of 2 submission ports

Fixes: 30e17b7847f5 ("drm/i915: Engine busy time tracking")
Testcase: igt/perf_pmu/busy-start
Testcase: igt/perf_pmu/busy-double-start
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/20180111073031.14614-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_engine_cs.c