mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: kgsl: Remove few a3xx registers from the register list
Certain a3xx registers which can only be read through the HLSQ block with debug read path were defined in the generic a3xx register list. This list is read during snapshot and was causing the system to crash. Remove these registers from the list to avoid system crash. Change-Id: Id9e9bdd0fe57fe9282a08913dfc899e6ebabbc11 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org> Signed-off-by: Carter Cooper <ccooper@codeaurora.org>
This commit is contained in:
parent
05a5c6e1a8
commit
997f073f00
1 changed files with 4 additions and 4 deletions
|
@ -52,8 +52,8 @@ const unsigned int a3xx_registers[] = {
|
|||
0x2240, 0x227e,
|
||||
0x2280, 0x228b, 0x22c0, 0x22c0, 0x22c4, 0x22ce, 0x22d0, 0x22d8,
|
||||
0x22df, 0x22e6, 0x22e8, 0x22e9, 0x22ec, 0x22ec, 0x22f0, 0x22f7,
|
||||
0x22ff, 0x22ff, 0x2340, 0x2343, 0x2348, 0x2349, 0x2350, 0x2356,
|
||||
0x2360, 0x2360, 0x2440, 0x2440, 0x2444, 0x2444, 0x2448, 0x244d,
|
||||
0x22ff, 0x22ff, 0x2340, 0x2343,
|
||||
0x2440, 0x2440, 0x2444, 0x2444, 0x2448, 0x244d,
|
||||
0x2468, 0x2469, 0x246c, 0x246d, 0x2470, 0x2470, 0x2472, 0x2472,
|
||||
0x2474, 0x2475, 0x2479, 0x247a, 0x24c0, 0x24d3, 0x24e4, 0x24ef,
|
||||
0x2500, 0x2509, 0x250c, 0x250c, 0x250e, 0x250e, 0x2510, 0x2511,
|
||||
|
@ -61,8 +61,8 @@ const unsigned int a3xx_registers[] = {
|
|||
0x25f0, 0x25f0,
|
||||
0x2640, 0x267e, 0x2680, 0x268b, 0x26c0, 0x26c0, 0x26c4, 0x26ce,
|
||||
0x26d0, 0x26d8, 0x26df, 0x26e6, 0x26e8, 0x26e9, 0x26ec, 0x26ec,
|
||||
0x26f0, 0x26f7, 0x26ff, 0x26ff, 0x2740, 0x2743, 0x2748, 0x2749,
|
||||
0x2750, 0x2756, 0x2760, 0x2760, 0x300C, 0x300E, 0x301C, 0x301D,
|
||||
0x26f0, 0x26f7, 0x26ff, 0x26ff, 0x2740, 0x2743,
|
||||
0x300C, 0x300E, 0x301C, 0x301D,
|
||||
0x302A, 0x302A, 0x302C, 0x302D, 0x3030, 0x3031, 0x3034, 0x3036,
|
||||
0x303C, 0x303C, 0x305E, 0x305F,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue