From: Daniel Vetter Date: Tue, 8 Oct 2013 10:25:42 +0000 (+0200) Subject: drm/i915/dvo: call ->mode_set callback only when the port is running X-Git-Tag: v3.13-rc1~76^2~11^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f34e10169dbb3dd7a19af64e328492b7f54af4;p=pandora-kernel.git drm/i915/dvo: call ->mode_set callback only when the port is running The ns2501 controller seems to need the dpll and dvo port to accept the timing update commands. Quick testing on my x30 here seems to indicate that other dvo controllers don't mind. So let's move the ->mode_set callback to a place where we have the port up and running already. Tested-by: Chris Wilson Tested-by: Thomas Richter Cc: stable@vger.kernel.org Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed