Re: [Intel-gfx] [PATCH] drm/i915/edp: get the panel delay before powering up

2012-08-30 Thread Daniel Vetter
On Thu, Aug 30, 2012 at 11:06:18AM +1000, Dave Airlie wrote: > 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 pa

[Intel-gfx] [PATCH] drm/i915/edp: get the panel delay before powering up

2012-08-29 Thread Dave Airlie
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 f