]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: assert_panel_unlocked() in chv_enable_pll()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 15 Mar 2016 14:39:58 +0000 (16:39 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 1 Apr 2016 19:17:17 +0000 (22:17 +0300)
commitfeef81dc87b86368ca5773fcdd47a4f5e0339a91
tree3bdaf84515a7dd66659f1d115d24562e59235d08
parent74bd3e3ca1221c94e0a779c2088208346f59fd4f
drm/i915: assert_panel_unlocked() in chv_enable_pll()

Supposedly the power sequencer still locks out the DPLL registers on
CHV, so let's issue a warning if it's still locked when enabling the
DPLL.

Also drop the redundant IS_MOBILE() check for VLV when we check the same
thing.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1458052809-23426-6-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_display.c