commit | 1eb8dfec8dea44610dbaceea0151b3d1a8591fde | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Thu Oct 18 12:42:10 2012 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Oct 18 21:22:32 2012 +0200 |
tree | 9d1e98fb9b96227855d86b3697693b6c36e3d12f | |
parent | a836bdf9ae5aa3b100c8cdd04aae5bb9c0340145 [diff] |
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>