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

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

msm: kgsl: Correct aperture dword size



Fix a typo where the intended size is the size of
dbg ahb aperture i.e 0x800 dwords and not 0x2000 dwords.

Change-Id: I3d576bfe6fb0686d7f200df47ea21597f372ed80
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent b8a29990
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -585,7 +585,7 @@ static struct a6xx_shader_block a6xx_shader_blocks[] = {
	{A6XX_SP_LB_3_DATA,               0x800},
	{A6XX_SP_LB_4_DATA,               0x800},
	{A6XX_SP_LB_5_DATA,               0x200},
	{A6XX_SP_CB_BINDLESS_DATA,        0x2000},
	{A6XX_SP_CB_BINDLESS_DATA,        0x800},
	{A6XX_SP_CB_LEGACY_DATA,          0x280,},
	{A6XX_SP_UAV_DATA,                0x80,},
	{A6XX_SP_INST_TAG,                0x80,},