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

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

Merge "msm: kgsl: Fix GPU busy value conversion when GMU is disabled"

parents 4d76f45c 2c8ea993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2870,7 +2870,7 @@ static void adreno_power_stats(struct kgsl_device *device,
			gpu_busy += adj;
		}

		if (kgsl_gmu_isenabled(device)) {
		if (adreno_is_a6xx(adreno_dev)) {
			/* clock sourced from XO */
			stats->busy_time = gpu_busy * 10 / 192;
		} else {