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

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

Merge "disp: msm: dsi: set default value of PPS CMD delay to zero"

parents 105e91a9 2059ae46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2629,7 +2629,7 @@ static int dsi_panel_parse_dsc_params(struct dsi_display_mode *mode,
	rc = utils->read_u32(utils->data, "qcom,mdss-pps-delay-ms", &data);
	if (rc) {
		DSI_DEBUG("pps-delay-ms not specified, defaulting to 0\n");
		priv_info->dsc.pps_delay_ms = 0;
		data = 0;
	}
	priv_info->dsc.pps_delay_ms = data;