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

Commit 9f700b35 authored by Hareesh Gundu's avatar Hareesh Gundu Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Update RBBM_CLOCK_HYST_UCHE idle setting value for A50x



A50x GPU RBBM_CLOCK_HYST_UCHE idle setting recommended value is 0x00FFFFF4.
Update accordingly to reflect the same.

Change-Id: I95d79040c645e418ed26ea72ba84af2c2c7efce9
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent 2642c0ad
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -902,8 +902,11 @@ static const struct kgsl_hwcg_reg a50x_hwcg_regs[] = {
	{A5XX_RBBM_CLOCK_DELAY_TP0, 0x11111111},
	{A5XX_RBBM_CLOCK_DELAY2_TP0, 0x11111111},
	{A5XX_RBBM_CLOCK_DELAY3_TP0, 0x00001111},
	{A5XX_RBBM_CLOCK_CNTL2_UCHE, 0x22222222},
	{A5XX_RBBM_CLOCK_CNTL3_UCHE, 0x22222222},
	{A5XX_RBBM_CLOCK_CNTL4_UCHE, 0x00222222},
	{A5XX_RBBM_CLOCK_CNTL_UCHE, 0x22222222},
	{A5XX_RBBM_CLOCK_HYST_UCHE, 0x00444444},
	{A5XX_RBBM_CLOCK_HYST_UCHE, 0x00FFFFF4},
	{A5XX_RBBM_CLOCK_DELAY_UCHE, 0x00000002},
	{A5XX_RBBM_CLOCK_CNTL_RB0, 0x22222222},
	{A5XX_RBBM_CLOCK_CNTL2_RB0, 0x00222222},