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

Commit 993f4eba authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: use correct GMEM size for A702 GPU"

parents 958bd645 325cf583
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,
	},