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

Commit 28bf0f5c authored by Sreedhar Telukuntla's avatar Sreedhar Telukuntla
Browse files

msm: kgsl: Reduce VBIF outstanding transactions for 8916



Reduce VBIF read and  write outstanding transactions to
10 to limit the bandwidth from GPU. This may help
to reduce the memory latencies for other real time
masters like modem at system level.

Change-Id: Ie762c96ad973d9b81fde5121ced624d4ac8275c2
Signed-off-by: default avatarSreedhar Telukuntla <stelukun@codeaurora.org>
parent 9f25a3ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1409,6 +1409,8 @@ static const struct adreno_vbif_data a305c_vbif[] = {

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