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

Commit eeed7df1 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: dsi-staging: update dfps validation mode check"

parents 9fd28ccc cbe69625
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ static bool dsi_bridge_mode_fixup(struct drm_bridge *bridge,

	if (bridge->encoder && bridge->encoder->crtc) {

		convert_to_dsi_mode(&bridge->encoder->crtc->mode,
		convert_to_dsi_mode(&bridge->encoder->crtc->state->mode,
							&cur_dsi_mode);
		rc = dsi_display_validate_mode_vrr(c_bridge->display,
					&cur_dsi_mode, &dsi_mode);