]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Rename DP link training functions
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Mon, 5 Oct 2015 07:01:13 +0000 (10:01 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 6 Oct 2015 08:53:52 +0000 (10:53 +0200)
commit17270b6d380eaec13b1b07eec00e073a32a8d8d9
treef0bb36ed759d5dfcc9b6cb337a8b316938297e66
parent03129629e2911fc7add327c98b923a978c2336d3
drm/i915: Rename DP link training functions

The link training functions had confusing names. The start function
actually does the clock recovery phase of the link training, and the
complete function does the channel equalization. So call them that
instead. Also, every call to intel_dp_start_link_train() was followed
by a call to intel_dp_complete_link_train(), so add a new start
function that calls clock_recory and channel_equalization.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_dp_mst.c
drivers/gpu/drm/i915/intel_drv.h