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

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

Merge "msm: kgsl: Enable ACD feature for A643 GPU"

parents 6acb487b 05df98c9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1752,7 +1752,8 @@ static const struct adreno_a6xx_core adreno_gpu_core_a643 = {
		.compatible = "qcom,adreno-gpu-a643",
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_PREEMPTION | ADRENO_IFPC | ADRENO_BCL,
				ADRENO_PREEMPTION | ADRENO_IFPC | ADRENO_BCL |
				ADRENO_ACD,
		.gpudev = &adreno_a6xx_gmu_gpudev,
		.perfcounters = &adreno_a6xx_perfcounters,
		.gmem_size = SZ_512K,