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

Commit 331ffbaa authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

msm: kgsl: Fix GMEM base for A615 family GPUs



For all A615 GPU family GMEM base start with 1MB as
per requirement.

Change-Id: Ie4ca5b9d264492f10eff39daf758d5c72d32c653
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent 55d1e41a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -936,6 +936,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a619 = {
			ADRENO_GPMU | ADRENO_CONTENT_PROTECTION | ADRENO_IFPC |
			ADRENO_IOCOHERENT,
		.gpudev = &adreno_a630_gpudev,
		.gmem_base = 0x100000,
		.gmem_size = SZ_512K,
		.bus_width = 32,
		.snapshot_size = SZ_2M,
@@ -961,6 +962,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a619_variant = {
		.compatible = "qcom,adreno-gpu-a619-holi",
		.features =  ADRENO_PREEMPTION | ADRENO_CONTENT_PROTECTION,
		.gpudev = &adreno_a6xx_gpudev,
		.gmem_base = 0x100000,
		.gmem_size = SZ_512K,
		.bus_width = 32,
		.snapshot_size = SZ_2M,