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

Commit fecc83fa authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 323e1dab 3cbd9340
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1746,10 +1746,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);