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

Commit da681bcb authored by Ingrid Gallardo's avatar Ingrid Gallardo
Browse files

msm: mdss: fix typo in mdp bw calculations preventing to use comp ratio



Fix typo that prevents to use the compression ratio factor
to reduce the bw vote for ubwc formats.

Change-Id: Ic06129a1fa0c548bda9673037748b348b8af730a
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent 4314ee17
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;