Re: [Intel-gfx] [PATCH 09/14] drm/i915: fix DP AUX register definitions on Haswell

2012-10-18 Thread Lespiau, Damien
On Mon, Oct 15, 2012 at 7:51 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > The old rule that the AUX registers are just an offset (+4 and +10) > from output_reg is not true anymore, since output_reg in on the CPU > and some AUX regs are on the PCH. Right, dp.output_reg is now DDI_BUF_CTL(port

[Intel-gfx] [PATCH 09/14] drm/i915: fix DP AUX register definitions on Haswell

2012-10-15 Thread Paulo Zanoni
From: Paulo Zanoni The old rule that the AUX registers are just an offset (+4 and +10) from output_reg is not true anymore, since output_reg in on the CPU and some AUX regs are on the PCH. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_reg.h | 8 drivers/gpu/drm/i915/intel