From: Dave Airlie Date: Thu, 30 Aug 2012 01:06:18 +0000 (+1000) Subject: drm/i915/edp: get the panel delay before powering up X-Git-Tag: v3.6-rc6~14^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f05264d834e9fb9a4ebfd36dbd86172ac7107a;p=pandora-kernel.git drm/i915/edp: get the panel delay before powering up In order to setup the i2c channel, we power up the panel via ironlake_edp_panel_vdd_on, however it requires intel_dp->panel_power_up_delay to be initialised, which hasn't been setup yet. So move things around so we set the panel power up values first then init the i2c stuff. This is one step to fixing the eDP panel in the MBP from uninitialised state. Signed-off-by: Dave Airlie Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed