Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17c367e4 authored by Xiaowen Wu's avatar Xiaowen Wu
Browse files

drm/msm/dp: clear ASSR in ctrl config



Clear ASSR in DP ctrl config for both stream0 and stream1 to fix
the case when only stream1 is in use.

Change-Id: Iaf8d4bd9d558481fdc21834aad6a0069aa7c5102
Signed-off-by: default avatarXiaowen Wu <wxiaowen@codeaurora.org>
parent c1216538
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -761,6 +761,7 @@ static void dp_catalog_ctrl_config_ctrl(struct dp_catalog_ctrl *ctrl, u8 ln_cnt)
	cfg = dp_read(catalog->exe_mode, io_data, DP_CONFIGURATION_CTRL);
	cfg &= ~(BIT(4) | BIT(5));
	cfg |= (ln_cnt - 1) << 4;
	cfg &= ~BIT(10);
	dp_write(catalog->exe_mode, io_data, DP_CONFIGURATION_CTRL, cfg);

	cfg = dp_read(catalog->exe_mode, io_data, DP_MAINLINK_CTRL);