]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: make IVB FDI training match spec v3
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 19 Aug 2013 18:04:55 +0000 (11:04 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 23 Aug 2013 12:52:21 +0000 (14:52 +0200)
commit05817556af5bc7d9f80f2cb69aeee4e13e8b9aa7
treed81128418f933475207916dabe3d7c5037e47dd0
parent9c788390d7ae1e349caf44fa59f7016a3e5ca0cb
drm/i915: make IVB FDI training match spec v3

The existing code was trying different vswing and preemphasis settings
in the wrong place, and wasn't trying them enough.  So add a loop to
walk through them, properly disabling FDI TX and RX in between if a
failure is detected.

v2: remove unneeded reg writes, add delays around bit lock checks (Jesse)
v3: fix TX and RX disable per spec (Paulo)
    fix delays per spec (Paulo)
    make RX symbol lock check match TX bit lock check (Paulo)

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=51983
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c