Re: [Intel-gfx] [PATCH] drm/i915: fix PIPE_DDI_PORT_MASK

2012-07-05 Thread Daniel Vetter
On Fri, Jun 29, 2012 at 03:39:32PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Only bits 30:28, bit 31 is PIPE_DDI_FUNC_ENABLE. > > Signed-off-by: Paulo Zanoni Queued for -next, thanks for the patch. -Daniel -- Daniel Vetter Mail: dan...@ffwll.ch Mobile: +41 (0)79 365 57 48 ___

[Intel-gfx] [PATCH] drm/i915: fix PIPE_DDI_PORT_MASK

2012-06-29 Thread Paulo Zanoni
From: Paulo Zanoni Only bits 30:28, bit 31 is PIPE_DDI_FUNC_ENABLE. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_reg.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 6eaaff9..8202d48 10