msm: kgsl: Remove undefined HLSQ register dump to A6xx snapshot

Commit 297883f14279 ("msm: kgsl: Dump HLSQ_DBG_CNTL in snapshot")
added extra register “0xD004” which does not exists. Remove this
register to have only required registers in snapshot dumping.

Change-Id: I6dcdf6b0fdbcc89ac6854bd1b8a7d20cd375f621
Signed-off-by: Hareesh Gundu <hareeshg@codeaurora.org>
This commit is contained in:
Hareesh Gundu 2021-01-27 12:29:47 +05:30 committed by Harshitha Sai Neelati
parent 1093fb856b
commit 9741a3daa5

View File

@ -288,7 +288,7 @@ static const unsigned int a6xx_registers[] = {
0xA600, 0xA601, 0xA603, 0xA603, 0xA60A, 0xA60A, 0xA610, 0xA617,
0xA630, 0xA630,
/* HLSQ */
0xD002, 0xD004,
0xD002, 0xD003,
};
static const unsigned int a660_registers[] = {