drm/i915: get a runtime PM ref for debugfs entries where needed
authorImre Deak <imre.deak@intel.com>
Mon, 14 Apr 2014 17:24:27 +0000 (20:24 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 5 May 2014 07:08:55 +0000 (09:08 +0200)
commitd46c05175e0da37ad2795c775161f15302ce6c89
treec356d78429bc67dbad023894027f2f57a2968e53
parent3b2c1bfe20da09301965f0acb82d3012a568dc83
drm/i915: get a runtime PM ref for debugfs entries where needed

These debugfs entries access registers that need the D0 power state so
get an RPM ref for them.

v2:
- for all these entries we only need D0 state, so get only an RPM ref,
  not a power domain ref (Daniel, Paulo)
- the dpio entry is not an issue any more as it got removed (Ville)
- restore commit message from v1 (Paulo)

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_sysfs.c