Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-08 Thread Daniel Vetter
On Tue, Jul 08, 2014 at 11:06:00AM -0300, Paulo Zanoni wrote: > 2014-07-07 17:01 GMT-03:00 : > > From: Clint Taylor > > > > The panel power sequencer on vlv doesn't appear to accept changes to its > > T12 power down duration during warm reboots. This change forces a delay > > for warm reboots to

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-08 Thread Paulo Zanoni
2014-07-07 17:01 GMT-03:00 : > From: Clint Taylor > > The panel power sequencer on vlv doesn't appear to accept changes to its > T12 power down duration during warm reboots. This change forces a delay > for warm reboots to the T12 panel timing as defined in the VBT table for > the connected panel

[Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-07 Thread clinton . a . taylor
From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration during warm reboots. This change forces a delay for warm reboots to the T12 panel timing as defined in the VBT table for the connected panel. Ver2: removed redundant pr_crit(), com

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-07 Thread Clint Taylor
On 07/04/2014 05:26 AM, Paulo Zanoni wrote: 2014-07-03 19:07 GMT-03:00 Clint Taylor : On 07/02/2014 07:40 AM, Paulo Zanoni wrote: 2014-07-02 5:35 GMT-03:00 Jani Nikula : From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration duri

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-07 Thread Daniel Vetter
On Thu, Jul 03, 2014 at 11:44:34PM +0300, Jani Nikula wrote: > On Thu, 03 Jul 2014, Clint Taylor wrote: > > On 07/02/2014 01:35 AM, Jani Nikula wrote: > >> From: Clint Taylor > >> > >> The panel power sequencer on vlv doesn't appear to accept changes to its > >> T12 power down duration during war

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-04 Thread Paulo Zanoni
2014-07-03 19:07 GMT-03:00 Clint Taylor : > On 07/02/2014 07:40 AM, Paulo Zanoni wrote: >> >> 2014-07-02 5:35 GMT-03:00 Jani Nikula : >>> >>> From: Clint Taylor >>> >>> The panel power sequencer on vlv doesn't appear to accept changes to its >>> T12 power down duration during warm reboots. This ch

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-03 Thread Clint Taylor
On 07/02/2014 07:40 AM, Paulo Zanoni wrote: 2014-07-02 5:35 GMT-03:00 Jani Nikula : From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration during warm reboots. This change forces a delay for warm reboots to the T12 panel timing as de

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-03 Thread Jani Nikula
On Thu, 03 Jul 2014, Clint Taylor wrote: > On 07/02/2014 01:35 AM, Jani Nikula wrote: >> From: Clint Taylor >> >> The panel power sequencer on vlv doesn't appear to accept changes to its >> T12 power down duration during warm reboots. This change forces a delay >> for warm reboots to the T12 pane

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-03 Thread Clint Taylor
On 07/02/2014 01:35 AM, Jani Nikula wrote: From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration during warm reboots. This change forces a delay for warm reboots to the T12 panel timing as defined in the VBT table for the connected p

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-02 Thread Paulo Zanoni
2014-07-02 5:35 GMT-03:00 Jani Nikula : > From: Clint Taylor > > The panel power sequencer on vlv doesn't appear to accept changes to its > T12 power down duration during warm reboots. This change forces a delay > for warm reboots to the T12 panel timing as defined in the VBT table for > the conne

[Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot

2014-07-02 Thread Jani Nikula
From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration during warm reboots. This change forces a delay for warm reboots to the T12 panel timing as defined in the VBT table for the connected panel. Ver2: removed redundant pr_crit(), com

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-07-02 Thread Jani Nikula
On Tue, 03 Jun 2014, clinton.a.tay...@intel.com wrote: > From: Clint Taylor > > The panel power sequencer on vlv doesn't appear to accept changes to its > T12 power down duration during warm reboots. This change forces a delay > for warm reboots to the T12 panel timing as defined in the VBT table

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-06-04 Thread Jani Nikula
On Tue, 03 Jun 2014, clinton.a.tay...@intel.com wrote: > From: Clint Taylor > > The panel power sequencer on vlv doesn't appear to accept changes to its > T12 power down duration during warm reboots. This change forces a delay > for warm reboots to the T12 panel timing as defined in the VBT table

[Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-06-03 Thread clinton . a . taylor
From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration during warm reboots. This change forces a delay for warm reboots to the T12 panel timing as defined in the VBT table for the connected panel. Ver2: removed redundant pr_crit(), com

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-06-03 Thread Jani Nikula
On Mon, 02 Jun 2014, clinton.a.tay...@intel.com wrote: > From: Clint Taylor > > The panel power sequencer on vlv doesn't appear to accept changes to its > T12 power down duration during warm reboots. This change forces a delay > for warm reboots to the T12 panel timing as defined in the VBT table

[Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-06-02 Thread clinton . a . taylor
From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration during warm reboots. This change forces a delay for warm reboots to the T12 panel timing as defined in the VBT table for the connected panel. Ver2: removed redundant pr_crit(), com

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-05-27 Thread Jani Nikula
On Sat, 17 May 2014, clinton.a.tay...@intel.com wrote: > From: Clint Taylor > > The panel power sequencer on vlv doesn't appear to accept changes to its T12 > power down duration during warm reboots. This change forces a delay for warm > reboots to the T12 panel timing as defined in the VBT tabl

[Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-05-16 Thread clinton . a . taylor
From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration during warm reboots. This change forces a delay for warm reboots to the T12 panel timing as defined in the VBT table for the connected panel. Ver2: removed redundant pr_crit(),

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-05-13 Thread Jesse Barnes
On Wed, 14 May 2014 00:32:30 +0200 Daniel Vetter wrote: > On Tue, May 13, 2014 at 02:53:22PM -0700, Jesse Barnes wrote: > > On Tue, 13 May 2014 22:26:08 +0200 > > Daniel Vetter wrote: > > > > > On Tue, May 13, 2014 at 11:51:11AM -0700, clinton.a.tay...@intel.com > > > wrote: > > > > From: Clin

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-05-13 Thread Daniel Vetter
On Tue, May 13, 2014 at 02:53:22PM -0700, Jesse Barnes wrote: > On Tue, 13 May 2014 22:26:08 +0200 > Daniel Vetter wrote: > > > On Tue, May 13, 2014 at 11:51:11AM -0700, clinton.a.tay...@intel.com wrote: > > > From: Clint Taylor > > > > > > The panel power sequencer on vlv doesn't appear to acc

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-05-13 Thread Jesse Barnes
On Tue, 13 May 2014 22:26:08 +0200 Daniel Vetter wrote: > On Tue, May 13, 2014 at 11:51:11AM -0700, clinton.a.tay...@intel.com wrote: > > From: Clint Taylor > > > > The panel power sequencer on vlv doesn't appear to accept changes to its > > T12 power down duration during warm reboots. This ch

Re: [Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-05-13 Thread Daniel Vetter
On Tue, May 13, 2014 at 11:51:11AM -0700, clinton.a.tay...@intel.com wrote: > From: Clint Taylor > > The panel power sequencer on vlv doesn't appear to accept changes to its T12 > power down duration during warm reboots. This change forces a delay for warm > reboots to the T12 panel timing as d

[Intel-gfx] [PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot.

2014-05-13 Thread clinton . a . taylor
From: Clint Taylor The panel power sequencer on vlv doesn't appear to accept changes to its T12 power down duration during warm reboots. This change forces a delay for warm reboots to the T12 panel timing as defined in the VBT table for the connected panel. Signed-off-by: Clint Taylor --- d