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

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

2014-10-30 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) Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 30 ++

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

2014-10-30 Thread Jesse Barnes
On Wed, 29 Oct 2014 16:31:56 +0200 Ander Conselvan de Oliveira wrote: > On 10/23/2014 09:50 PM, Jesse Barnes wrote: > > This will allow us to consult more info before deciding whether to > > flip or do a full mode set. > > > > Signed-off-by: Jesse Barnes > > --- > > drivers/gpu/drm/i915/intel_

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

2014-10-29 Thread Ander Conselvan de Oliveira
On 10/23/2014 09:50 PM, Jesse Barnes wrote: This will allow us to consult more info before deciding whether to flip or do a full mode set. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 36 ++-- 1 file changed, 30 insertions(+), 6 delet

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

2014-10-23 Thread Jesse Barnes
This will allow us to consult more info before deciding whether to flip or do a full mode set. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 36 ++-- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel