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

Commit c4bad314 authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

msm: kgsl: Fix VBIF out register settings for A306a



Recommended value for A306a VBIF out registers is 0x10.

Change-Id: I5ea3f4203b7649007fa62bdfe70a41c8d86432ef
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent dd0af8d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -836,8 +836,8 @@ static const struct adreno_vbif_data a306_vbif[] = {

static const struct adreno_vbif_data a306a_vbif[] = {
	{ A3XX_VBIF_ROUND_ROBIN_QOS_ARB, 0x0003 },
	{ A3XX_VBIF_OUT_RD_LIM_CONF0, 0x0000000A },
	{ A3XX_VBIF_OUT_WR_LIM_CONF0, 0x0000000A },
	{ A3XX_VBIF_OUT_RD_LIM_CONF0, 0x00000010 },
	{ A3XX_VBIF_OUT_WR_LIM_CONF0, 0x00000010 },
	{0, 0},
};