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

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

Merge "msm: vidc: aggregate ocmem bandwidth for low-power mode"

parents 27cb30fa 4d16f14d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -967,6 +967,10 @@ static int venus_hfi_vote_active_buses(void *dev,
			if (matches) {
				aggregate_load_table[j].load +=
					data[i].load;
				if (data[i].low_power) {
					aggregate_load_table[3].load +=
					data[i].load;
				}
			}
		}
	}