]> git.karo-electronics.de Git - karo-tx-linux.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)
commit139ccd3fb12b3d17a773d2d61140f955a47fa470
treed81128418f933475207916dabe3d7c5037e47dd0
parent8637b407cf1740c52a01b9fc0cf506f31e225151
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