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

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

Merge "msm: kgsl: Setup CP_CHICKEN_DBG register for a660"

parents 801710a3 5f43d180
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);
}

/*