Re: [Intel-gfx] [PATCH 06/10] drm/i915: add haswell_set_pipeconf

2012-10-10 Thread Lespiau, Damien
On Fri, Oct 5, 2012 at 4:05 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > It's a copy of ironlake_set_pipeconf with 2 differences: > - There is no BPC field to set. > - The interlaced mask is now 2 bits instead of 3. > > Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau -- Damie

[Intel-gfx] [PATCH 06/10] drm/i915: add haswell_set_pipeconf

2012-10-05 Thread Paulo Zanoni
From: Paulo Zanoni It's a copy of ironlake_set_pipeconf with 2 differences: - There is no BPC field to set. - The interlaced mask is now 2 bits instead of 3. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_display.c | 27 +