msm: kgsl: Dump few SECVID registers through legacy path
Since Crashdumper cannot access few SECVID registers, dump those registers using legacy path. Change-Id: Ib4df35a8e55f9d15948358d2d5ee1e76eff0ad0c Signed-off-by: NISARG SHETH <quic_nsheth@quicinc.com>
This commit is contained in:
parent
1275b72a6d
commit
31d1a6a392
@ -171,7 +171,7 @@ static const u32 gen7_0_0_pre_crashdumper_gpu_registers[] = {
|
||||
static_assert(IS_ALIGNED(sizeof(gen7_0_0_pre_crashdumper_gpu_registers), 8));
|
||||
|
||||
static const u32 gen7_0_0_post_crashdumper_registers[] = {
|
||||
0x00535, 0x00535,
|
||||
0x00535, 0x00535, 0x0f400, 0x0f400, 0x0f800, 0x0f803,
|
||||
UINT_MAX, UINT_MAX,
|
||||
};
|
||||
static_assert(IS_ALIGNED(sizeof(gen7_0_0_post_crashdumper_registers), 8));
|
||||
|
@ -220,7 +220,7 @@ static const u32 gen7_2_0_gpu_registers[] = {
|
||||
0x0ed52, 0x0ed52, 0x0ed66, 0x0ed68, 0x0ed6b, 0x0ed6d, 0x0ed6f, 0x0ed6f,
|
||||
0x0ed80, 0x0ed81, 0x0ed85, 0x0ed85, 0x0ed87, 0x0ed87, 0x0ed8a, 0x0ed8a,
|
||||
0x0ed92, 0x0ed92, 0x0eda6, 0x0eda8, 0x0edab, 0x0edad, 0x0edaf, 0x0edaf,
|
||||
0x0f400, 0x0f400, 0x0f800, 0x0f803, 0x0fc00, 0x0fc01,
|
||||
0x0fc00, 0x0fc01,
|
||||
UINT_MAX, UINT_MAX,
|
||||
};
|
||||
static_assert(IS_ALIGNED(sizeof(gen7_2_0_gpu_registers), 8));
|
||||
|
@ -277,7 +277,7 @@ static const u32 gen7_9_0_gpu_registers[] = {
|
||||
0x0ed66, 0x0ed68, 0x0ed6b, 0x0ed6d, 0x0ed6f, 0x0ed6f, 0x0ed80, 0x0ed81,
|
||||
0x0ed85, 0x0ed85, 0x0ed87, 0x0ed87, 0x0ed8a, 0x0ed8a, 0x0ed92, 0x0ed92,
|
||||
0x0eda6, 0x0eda8, 0x0edab, 0x0edad, 0x0edaf, 0x0edaf, 0x0f000, 0x0f002,
|
||||
0x0f400, 0x0f400, 0x0f800, 0x0f803, 0x0fc00, 0x0fc01,
|
||||
0x0fc00, 0x0fc01,
|
||||
UINT_MAX, UINT_MAX,
|
||||
};
|
||||
static_assert(IS_ALIGNED(sizeof(gen7_9_0_gpu_registers), 8));
|
||||
|
Loading…
Reference in New Issue
Block a user