drm/i915: fix Haswell DP M/N registers
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 18 Oct 2012 15:42:10 +0000 (12:42 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Oct 2012 19:22:32 +0000 (21:22 +0200)
commit1eb8dfec8dea44610dbaceea0151b3d1a8591fde
tree9d1e98fb9b96227855d86b3697693b6c36e3d12f
parenta836bdf9ae5aa3b100c8cdd04aae5bb9c0340145
drm/i915: fix Haswell DP M/N registers

We have to write the correct values inside intel_dp_set_m_n and then
prevent these values from being overwritten later.

V2: Unconfuse double negation.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_dp.c
This page took 0.030625 seconds and 5 git commands to generate.