drm/i915: remove useless runtime PM get calls
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 24 Apr 2014 13:50:56 +0000 (10:50 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Jul 2014 05:05:23 +0000 (07:05 +0200)
commit4651fb23f6f1d86700b07a27ad7f137d28492342
tree9005dc76a7becf4dd610ee2df9543354a02bc256
parentb47adc1792422f4caf6c1db0a2b235bfd4f02521
drm/i915: remove useless runtime PM get calls

We already call intel_display_power_get, which will get a power
domain, and every power domain should get a runtime PM reference,
which will wake up the machine.

v2: - Also touch intel_crt_detect() (Ville).

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
[danvet: Fixup commit message as spotted by Ville.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_crt.c
drivers/gpu/drm/i915/intel_dp.c