commit | ad64217b030c6f7af3613577bcefeef8a5ad91be | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Fri Oct 23 13:01:49 2015 +0300 |
committer | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Thu Nov 05 15:14:56 2015 +0200 |
tree | c1821740f8e91e51095b1be47a7afe42d3212979 | |
parent | 94223d041b0716cee45240cdcd635357d7302021 [diff] |
drm/i915: Create intel_dp->prepare_link_retrain() hook In order to prepare for a link training with DDI, the state machine would call intel_ddi_prepare_link_retrain(). To remove the dependency to the hardware information, replace that direct call with a callback. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Reviewed-by: Sivakumar Thulasimani <sivakumar.thulasimani@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1445594525-7174-7-git-send-email-ander.conselvan.de.oliveira@intel.com