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

Commit a2cb531f authored by Pankaj Gupta's avatar Pankaj Gupta Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Skip SP_INST_TAG and SP_INST_DATA dump in snapshot for A6xx



For A6XX targets skip dumping of SP_INST_TAG and SP_INST_DATA to fix
race in responding crashdumper status register through host path, when
crashdumper is busy reading SP data.

Change-Id: I8eb5647cefdba23571acc21f682782cfbf944eb1
Signed-off-by: default avatarPankaj Gupta <gpankaj@codeaurora.org>
parent 8616e29d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -535,7 +535,6 @@ static struct a6xx_shader_block a6xx_shader_blocks[] = {
	{A6XX_TP1_TMO_DATA,               0x200},
	{A6XX_TP1_SMO_DATA,               0x80,},
	{A6XX_TP1_MIPMAP_BASE_DATA,       0x3C0},
	{A6XX_SP_INST_DATA,               0x800},
	{A6XX_SP_LB_0_DATA,               0x800},
	{A6XX_SP_LB_1_DATA,               0x800},
	{A6XX_SP_LB_2_DATA,               0x800},
@@ -545,7 +544,6 @@ static struct a6xx_shader_block a6xx_shader_blocks[] = {
	{A6XX_SP_CB_BINDLESS_DATA,        0x800},
	{A6XX_SP_CB_LEGACY_DATA,          0x280,},
	{A6XX_SP_UAV_DATA,                0x80,},
	{A6XX_SP_INST_TAG,                0x80,},
	{A6XX_SP_CB_BINDLESS_TAG,         0x80,},
	{A6XX_SP_TMO_UMO_TAG,             0x80,},
	{A6XX_SP_SMO_TAG,                 0x80},