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

Commit 3da05bbb authored by Kamal Agrawal's avatar Kamal Agrawal
Browse files

msm: kgsl: Disable BCL feature on A660



There is a glitch in BCL. Disable BCL feature on A660
to prevent any issues.

Change-Id: I3bdfacac3c95dcf0ff2116f746b95f5c4958e15b
Signed-off-by: default avatarKamal Agrawal <kamaagra@codeaurora.org>
parent a2f8e248
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1621,8 +1621,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a660v2 = {
		DEFINE_ADRENO_REV(ADRENO_REV_A660, 6, 6, 0, ANY_ID),
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_IFPC | ADRENO_PREEMPTION | ADRENO_ACD |
				ADRENO_BCL,
				ADRENO_IFPC | ADRENO_PREEMPTION | ADRENO_ACD,
		.gpudev = &adreno_a6xx_gmu_gpudev,
		.perfcounters = &adreno_a6xx_perfcounters,
		.gmem_base = 0,
@@ -1655,7 +1654,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a660_shima = {
		.compatible = "qcom,adreno-gpu-a660-shima",
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_IFPC | ADRENO_PREEMPTION | ADRENO_BCL,
				ADRENO_IFPC | ADRENO_PREEMPTION,
		.gpudev = &adreno_a6xx_gmu_gpudev,
		.perfcounters = &adreno_a6xx_perfcounters,
		.gmem_base = 0,