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

Commit 73df67c3 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/sde: fix mdp clk under vote in dp"

parents a5ce9713 75aed5f2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -520,11 +520,6 @@ void sde_core_perf_crtc_update(struct drm_crtc *crtc,
		return;
	}
	priv = kms->dev->dev_private;

	/* wake vote update is not required with display rsc */
	if (kms->perf.bw_vote_mode == DISP_RSC_MODE && stop_req)
		return;

	sde_crtc = to_sde_crtc(crtc);
	sde_cstate = to_sde_crtc_state(crtc->state);