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

Commit 016f350e 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: Increment the map statistics"

parents 09a0f2ba 8187a8a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -661,6 +661,7 @@ kgsl_mmu_map(struct kgsl_pagetable *pagetable,

	KGSL_STATS_ADD(size, pagetable->stats.mapped,
		       pagetable->stats.max_mapped);
	pagetable->stats.entries++;

	spin_unlock(&pagetable->lock);
	memdesc->priv |= KGSL_MEMDESC_MAPPED;