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

Commit 325cf583 authored by Puranam V G Tejaswi's avatar Puranam V G Tejaswi
Browse files

msm: kgsl: use correct GMEM size for A702 GPU



Change the GMEM size to 128KB for A702 GPU.

Change-Id: I5fd52543fc8fe2f007b70be46f3f8d6083ad0bbc
Signed-off-by: default avatarPuranam V G Tejaswi <pvgtejas@codeaurora.org>
parent 7a55aabe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1462,7 +1462,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a702 = {
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION |
			ADRENO_APRIV,
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_size = (SZ_128K + SZ_4K),
		.gmem_size = SZ_128K,
		.busy_mask = 0xfffffffe,
		.bus_width = 32,
	},