OSDN Git Service

drm/i915/pmu: Always sample an active ringbuffer
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 23 Feb 2019 00:01:02 +0000 (00:01 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 23 Feb 2019 09:23:57 +0000 (09:23 +0000)
commitd0aa694b923960351ab79df021de7bbd7728d5cc
tree021887dee8ef279d03af5e58172c5d9c5c8eacf1
parent0a3317d43dfae7613b79d27f5fdca7c03feeecee
drm/i915/pmu: Always sample an active ringbuffer

As we no longer have a precise indication of requests queued to an
engine, make no presumptions and just sample the ring registers to see
if the engine is busy.

v2: Report busy while the ring is idling on a semaphore/event.
v3: Give the struct a name!
v4: Always 0 outside the powerwell; trusting the powerwell is
accurate enough for our sampling pmu.
v5: Protect against gen7 mmio madness and try to improve grammar

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190223000102.14290-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_pmu.c
drivers/gpu/drm/i915/intel_ringbuffer.h