Re: [Intel-gfx] [PATCH 5/6] drm/i915: update pipe size at set_config time

2014-11-11 Thread Daniel Vetter
On Mon, Nov 10, 2014 at 06:09:45PM +0200, Ander Conselvan de Oliveira wrote: > Reviewed-by: Ander Conselvan de Oliveira > > > On 11/06/2014 12:26 AM, Jesse Barnes wrote: > > This only affects the fastboot path as-is. In that case, we simply need > > to make sure that we update the pipe size at

Re: [Intel-gfx] [PATCH 5/6] drm/i915: update pipe size at set_config time

2014-11-10 Thread Ander Conselvan de Oliveira
Reviewed-by: Ander Conselvan de Oliveira On 11/06/2014 12:26 AM, Jesse Barnes wrote: > This only affects the fastboot path as-is. In that case, we simply need > to make sure that we update the pipe size at the first mode set. Rather > than putting it off until we decide to flip (if indeed we do

[Intel-gfx] [PATCH 5/6] drm/i915: update pipe size at set_config time

2014-11-05 Thread Jesse Barnes
This only affects the fastboot path as-is. In that case, we simply need to make sure that we update the pipe size at the first mode set. Rather than putting it off until we decide to flip (if indeed we do end up flipping), update the pipe size as appropriate a bit earlier in the set_config call.

[Intel-gfx] [PATCH 5/6] drm/i915: update pipe size at set_config time

2014-10-30 Thread Jesse Barnes
This only affects the fastboot path as-is. In that case, we simply need to make sure that we update the pipe size at the first mode set. Rather than putting it off until we decide to flip (if indeed we do end up flipping), update the pipe size as appropriate a bit earlier in the set_config call.

[Intel-gfx] [PATCH 5/6] drm/i915: update pipe size at set_config time

2014-10-23 Thread Jesse Barnes
This only affects the fastboot path as-is. In that case, we simply need to make sure that we update the pipe size at the first mode set. Rather than putting it off until we decide to flip (if indeed we do end up flipping), update the pipe size as appropriate a bit earlier in the set_config call.