Re: [Intel-gfx] [PATCH 10/46] drm/i915/pmu: Track rpm wakeref

2019-01-09 Thread Mika Kuoppala
Chris Wilson writes: > Track the wakeref used for temporary access to the device, and discard > it upon release so that leaks can be identified. > > Signed-off-by: Chris Wilson > Cc: Jani Nikula Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/i915_pmu.c | 26 +---

[Intel-gfx] [PATCH 10/46] drm/i915/pmu: Track rpm wakeref

2019-01-07 Thread Chris Wilson
Track the wakeref used for temporary access to the device, and discard it upon release so that leaks can be identified. Signed-off-by: Chris Wilson Cc: Jani Nikula --- drivers/gpu/drm/i915/i915_pmu.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a