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:
parent
1093fb856b
commit
9741a3daa5
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user