commit | 750eb99e0ec12f9a13446284d493d35a60866624 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Thu Oct 18 16:25:08 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Oct 18 20:43:25 2012 +0200 |
tree | 9d48d26fee453c547f747d2081b1ea90294c46ec | |
parent | 16995a9fe140802c026c2ce17bf7e232f86d57ab [diff] |
drm/i915: fix DP AUX register definitions on Haswell 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 <paulo.r.zanoni@intel.com> [danvet: use the existing #defines as spotted by Damien Lespiau.] Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>