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

Commit e35bd802 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: fix typo in mdp bw calculations preventing to use comp ratio"

parents c049a981 da681bcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -555,7 +555,7 @@ u32 apply_comp_ratio_factor(u32 quota,
{
	struct mdss_data_type *mdata = mdss_mdp_get_mdata();

	if (!mdata || test_bit(MDSS_QOS_OVERHEAD_FACTOR,
	if (!mdata || !test_bit(MDSS_QOS_OVERHEAD_FACTOR,
		      mdata->mdss_qos_map))
		return quota;