drm/i915/ibx: Ensure the HW is powered during PLL HW readout
authorImre Deak <imre.deak@intel.com>
Fri, 12 Feb 2016 16:55:12 +0000 (18:55 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 22 Feb 2016 15:44:36 +0000 (17:44 +0200)
commit013ef6cfc411bfe4a6009eaa7dabb6531bbb41bb
tree52d6a3484d04c04493767bc319334235feb2d6d7
parent9fb84d5a9299ac678dedc56487f394e5f68b91cb
drm/i915/ibx: Ensure the HW is powered during PLL HW readout

The assumption when adding the intel_display_power_is_enabled() checks
was that if it returns success the power can't be turned off afterwards
during the HW access, which is guaranteed by modeset locks. This isn't
always true, so make sure we hold a dedicated reference for the time of
the access.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1455296121-4742-4-git-send-email-imre.deak@intel.com
(cherry picked from commit 12fda3876d08519bdf6f0acc70dd35754b422ed5)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_display.c