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

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

Merge "msm: mdss: Add special case for DSPP3 histogram intr shift bit"

parents 101fc9eb b724f66a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1906,6 +1906,9 @@ int mdss_mdp_pp_init(struct device *dev)
						MDSS_MDP_REG_DSPP_HIST_CTL_BASE;
					init_completion(&hist[i].comp);
				}
				if (mdata->nmixers_intf == 4)
					hist[3].intr_shift = 22;

				mdss_pp_res->dspp_hist = hist;
			}
		}