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

Commit 1a12ee05 authored by Urvashi Agrawal's avatar Urvashi Agrawal
Browse files

msm: kgsl: Don't pad VA allocations on sm8150v2



sm8150v2 does not require VA allocations to be padded up.
Remove the VA padding requirement on this device.

Change-Id: Ibdafa78abe8a6fe0ab87d1d31af3cfc7874d25fc
Signed-off-by: default avatarUrvashi Agrawal <urvaagra@codeaurora.org>
parent bdd63def
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -421,7 +421,6 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.gpmu_minor = 0x000,
		.gpmu_tsens = 0x000C000D,
		.max_power = 5448,
		.va_padding = SZ_64K,
	},
	{
		.gpurev = ADRENO_REV_A680,