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

Commit 5f43d180 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

msm: kgsl: Setup CP_CHICKEN_DBG register for a660



This is needed for improving cp boot latency.

Change-Id: Ib2307f16d01278180c23c5abbe49dfd21bee3710
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent 63b8c17f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -553,6 +553,9 @@ static void a6xx_start(struct adreno_device *adreno_dev)
	a6xx_llc_configure_gpuhtw_scid(adreno_dev);

	a6xx_llc_enable_overrides(adreno_dev);

	if (adreno_is_a660(adreno_dev))
		kgsl_regwrite(device, A6XX_CP_CHICKEN_DBG, 0x1);
}

/*