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

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

Merge "mdss: Fix 8994 MISR register offset"

parents 9562ae49 e3128d27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -680,7 +680,7 @@ static inline struct mdss_mdp_misr_map *mdss_misr_get_map(u32 block_id,
		return NULL;
	}

	if (mdata->mdp_rev >= MDSS_MDP_HW_REV_106) {
	if (mdata->mdp_rev >= MDSS_MDP_HW_REV_105) {
		/* Use updated MDP Interface MISR Block address offset */
		if (block_id == DISPLAY_MISR_MDP) {
			if (ctl) {