commit | 23538ef193038d204b9ed0ef488fb3ba8e0066c2 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Tue Aug 27 15:12:22 2013 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 04 17:34:48 2013 +0200 |
tree | d4d8506075b684966ba629b8a41f4176b370cab8 | |
parent | be4fc046bed35f7a50c8d5751abf555933d864ae [diff] |
drm/i915: fix PLL assertions for DSI PLL For DSI, we need to be asserting DSI PLL, not DPLL. This is a somewhat stopgap implementation. It's slightly ugly to have to pass the dsi parameter to intel_enable_pipe(). Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>