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

Commit e874bf68 authored by Harshdeep Dhatt's avatar Harshdeep Dhatt
Browse files

msm: kgsl: Remove the A6XX ISDB regwrite



This is essentially a NOP in A6XX, so remove it.

Change-Id: If7f06dc567a56e83521b46af804945ee901cf745
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent 4c12913d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -356,7 +356,6 @@ static void a6xx_hwcg_set(struct adreno_device *adreno_dev, bool on)

	/* enable top level HWCG */
	kgsl_regwrite(device, A6XX_RBBM_CLOCK_CNTL, on ? 0x8AA8AA02 : 0);
	kgsl_regwrite(device, A5XX_RBBM_ISDB_CNT, on ? 0x00000182 : 0x00000180);
}

/*