disp: msm: dp: update vswing and pre-emphasis settings for lito

Change to update the voltage swing and pre-emphasis settings for
lito to support dp phy cts.

Change-Id: I97f0b9882291d7d52e10ef4bef6ea6a23780e12a
Signed-off-by: Sankeerth Billakanti <sbillaka@codeaurora.org>
Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
这个提交包含在:
Sankeerth Billakanti
2020-01-10 23:05:22 +05:30
提交者 Tatenda Chipeperekwa
父节点 33f6b8e11e
当前提交 9ee6c22331

查看文件

@@ -247,7 +247,10 @@ static void dp_catalog_ctrl_update_vx_px_v420(struct dp_catalog_ctrl *ctrl,
io_data = catalog->io->dp_ahb;
version = dp_read(DP_HW_VERSION);
if (version == 0x10020003) {
/*
* For DP controller versions 1.2.3 and 1.2.4
*/
if ((version == 0x10020003) || (version == 0x10020004)) {
if (high) {
value0 = dp_swing_hbr2_hbr3[v_level][p_level];
value1 = dp_pre_emp_hbr2_hbr3[v_level][p_level];