commit | 7d1a83cb68172a225c45243e955d9ee41eada8e9 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 15 16:39:58 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Apr 01 22:17:17 2016 +0300 |
tree | 3bdaf84515a7dd66659f1d115d24562e59235d08 | |
parent | 8bd3f301ab6638d84f3e1c3c7e9ea2bf5b6880c2 [diff] |
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>