]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Ensure the HW is powered during display pipe HW readout
authorImre Deak <imre.deak@intel.com>
Fri, 12 Feb 2016 16:55:11 +0000 (18:55 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 22 Feb 2016 15:44:35 +0000 (17:44 +0200)
commitab65e7a5f49e31208c65f6f9b95e183cb5e62a42
tree42c0da50fc66f42ac03e4839d4ecdb679436be02
parente420c1a913ad48ae95e5400804702845a24e60cc
drm/i915: Ensure the HW is powered during display pipe 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>
Revieved-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1455296121-4742-3-git-send-email-imre.deak@intel.com
(cherry picked from commit 1729050eb4bbc192e54069e82069f2811313c1dd)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_display.c