commit | ea9b6006b51b79cfbb87c1ca81923761b7799c0f | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Nov 29 15:59:31 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Dec 06 14:28:06 2012 +0100 |
tree | 81e5c2fd911dcce7a967b291db6cf51f5b8e8c3a | |
parent | ed7ef43989b3a8235b1cbf1e2b025aa4af3368a6 [diff] |
drm/i915: move set_pll_edp to intel_dp.c Now that we enable the cpu edp pll in intel_dp->pre_enable and no longer in crtc_mode_set, we can also move the modeset part to the intel_dp->mode_set callback. Previously this was not possible because the encoder ->mode_set callbacks are called after the crtc mode set callback. v2: Rebase on top of copy&pasted hsw crtc_mode_set. Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>