mbox series

[RFC,0/4] PMU update for more than one card

Message ID 20190801101825.2784-1-tvrtko.ursulin@linux.intel.com (mailing list archive)
Headers show
Series PMU update for more than one card | expand

Message

Tvrtko Ursulin Aug. 1, 2019, 10:18 a.m. UTC
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

A bit of tidying up first, with the last patch allowing for more than one card
registering with PMU.

Discussion points are appended to the last commit message.

Tvrtko Ursulin (4):
  drm/i915/pmu: Make more struct i915_pmu centric
  drm/i915/pmu: Convert engine sampling to uncore mmio
  drm/i915/pmu: Convert sampling to gt
  drm/i915/pmu: Support multiple GPUs

 drivers/gpu/drm/i915/i915_pmu.c | 274 ++++++++++++++++++--------------
 drivers/gpu/drm/i915/i915_pmu.h |   8 +
 2 files changed, 164 insertions(+), 118 deletions(-)