mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 05:54:23 +08:00
drm/msm: Adjust a7xx GBIF debugbus dumping
Use the kgsl-style list of indices, because this is about to change for a750 and we want to reuse the downstream header directly. Patchwork: https://patchwork.freedesktop.org/patch/592520/ Signed-off-by: Connor Abbott <cwabbott0@gmail.com> Patchwork: https://patchwork.freedesktop.org/patch/592520 Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
0eb61e200e
commit
b636a6d20d
@ -412,7 +412,7 @@ static void a7xx_get_debugbus_blocks(struct msm_gpu *gpu,
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(a7xx_gbif_debugbus_blocks); i++) {
|
||||
a6xx_get_debugbus_block(gpu,
|
||||
a6xx_state, &a7xx_gbif_debugbus_blocks[i],
|
||||
a6xx_state, &a7xx_debugbus_blocks[a7xx_gbif_debugbus_blocks[i]],
|
||||
&a6xx_state->debugbus[i + debugbus_blocks_count]);
|
||||
}
|
||||
}
|
||||
|
@ -517,9 +517,9 @@ static const struct a6xx_debugbus_block a650_debugbus_blocks[] = {
|
||||
DEBUGBUS(A6XX_DBGBUS_SPTP_5, 0x100),
|
||||
};
|
||||
|
||||
static const struct a6xx_debugbus_block a7xx_gbif_debugbus_blocks[] = {
|
||||
DEBUGBUS(A7XX_DBGBUS_GBIF_CX, 0x100),
|
||||
DEBUGBUS(A7XX_DBGBUS_GBIF_GX, 0x100),
|
||||
static const u32 a7xx_gbif_debugbus_blocks[] = {
|
||||
A7XX_DBGBUS_GBIF_CX,
|
||||
A7XX_DBGBUS_GBIF_GX,
|
||||
};
|
||||
|
||||
static const struct a6xx_debugbus_block a7xx_cx_debugbus_blocks[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user