]> 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)
commit49a9a77e8ca5770c098196a02fa71bfec13b6dd3
treef0bb36ed759d5dfcc9b6cb337a8b316938297e66
parenta8bcac1e3193ed1459480187a4ca0c5bfadc80e6
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