mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
drm/msm: Fix debugbus snapshot
We weren't setting the # of captured debugbus blocks. Reported-by: Connor Abbott <cwabbott0@gmail.com> Suggested-by: Connor Abbott <cwabbott0@gmail.com> Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/666660/
This commit is contained in:
parent
13ed0a1af2
commit
a814ba2d7b
|
|
@ -438,8 +438,9 @@ static void a7xx_get_debugbus_blocks(struct msm_gpu *gpu,
|
|||
a6xx_state, &a7xx_debugbus_blocks[gbif_debugbus_blocks[i]],
|
||||
&a6xx_state->debugbus[i + debugbus_blocks_count]);
|
||||
}
|
||||
}
|
||||
|
||||
a6xx_state->nr_debugbus = total_debugbus_blocks;
|
||||
}
|
||||
}
|
||||
|
||||
static void a6xx_get_debugbus(struct msm_gpu *gpu,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user