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

Commit 3cbd9340 authored by Aravind Venkateswaran's avatar Aravind Venkateswaran
Browse files

drm/msm/dp: avoid parsing eDP specific configuration from DPCD



Do not parse eDP configuration capability from the sink's DPCD
as the current implementation only supports DP sink.

CRs-Fixed: 2337670
Change-Id: Iea0d21d4110a89303d7e03f085948685ad4c826d
Signed-off-by: default avatarAravind Venkateswaran <aravindh@codeaurora.org>
parent 25592fc7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1645,10 +1645,6 @@ static void dp_panel_config_ctrl(struct dp_panel *dp_panel)
	config |= (2 << 13); /* Default-> LSCLK DIV: 1/4 LCLK  */
	config |= (0 << 11); /* RGB */

	/* Scrambler reset enable */
	if (dpcd[DP_EDP_CONFIGURATION_CAP] & DP_ALTERNATE_SCRAMBLER_RESET_CAP)
		config |= (1 << 10);

	tbd = panel->link->get_test_bits_depth(panel->link,
			dp_panel->pinfo.bpp);