Re: [Intel-gfx] [PATCH 09/17] drm/i915: move set_pll_edp to intel_dp.c

2012-11-27 Thread Daniel Vetter
On Mon, Nov 26, 2012 at 05:22:15PM +0100, Daniel Vetter wrote: > 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 cal

[Intel-gfx] [PATCH 09/17] drm/i915: move set_pll_edp to intel_dp.c

2012-11-26 Thread Daniel Vetter
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