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

Commit 24b711db authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: set bpp and cc values correctly"

parents 3ef89d1f 34f65226
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -772,8 +772,6 @@ static void dp_catalog_ctrl_config_misc(struct dp_catalog_ctrl *ctrl,
	catalog = dp_catalog_get_priv(ctrl);
	io_data = catalog->io.dp_link;

	misc_val = dp_read(catalog, io_data, DP_MISC1_MISC0);
	misc_val |= cc;
	misc_val |= (tb << 5);
	misc_val |= BIT(0); /* Configure clock to synchronous mode */