From: Daniel Vetter Date: Thu, 29 Nov 2012 14:59:31 +0000 (+0100) Subject: drm/i915: move set_pll_edp to intel_dp.c X-Git-Tag: v3.9-rc1~83^2~40^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9b6006b51b79cfbb87c1ca81923761b7799c0f;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed