Re: [Intel-gfx] [PATCH 2/6] drm/i915: use compute_config in set_config v3

2014-11-07 Thread Jesse Barnes
On Fri, 07 Nov 2014 11:41:48 +0200 Ander Conselvan de Oliveira wrote: > On 11/06/2014 12:26 AM, Jesse Barnes wrote: > > This will allow us to consult more info before deciding whether to flip > > or do a full mode set. > > > > v2: > >- don't use uninitialized or incorrect pipe masks in set_co

Re: [Intel-gfx] [PATCH 2/6] drm/i915: use compute_config in set_config v3

2014-11-07 Thread Ander Conselvan de Oliveira
On 11/06/2014 12:26 AM, Jesse Barnes wrote: This will allow us to consult more info before deciding whether to flip or do a full mode set. v2: - don't use uninitialized or incorrect pipe masks in set_config failure path (Ander) v3: - fixup for pipe_config changes in compute_config (Je

[Intel-gfx] [PATCH 2/6] drm/i915: use compute_config in set_config v3

2014-11-05 Thread Jesse Barnes
This will allow us to consult more info before deciding whether to flip or do a full mode set. v2: - don't use uninitialized or incorrect pipe masks in set_config failure path (Ander) v3: - fixup for pipe_config changes in compute_config (Jesse) Signed-off-by: Jesse Barnes --- drivers/g