Lines Matching refs:debugbus
48 struct a6xx_gpu_state_obj *debugbus; member
345 a6xx_state->debugbus = state_kcalloc(a6xx_state, nr_debugbus_blocks, in a6xx_get_debugbus_blocks()
346 sizeof(*a6xx_state->debugbus)); in a6xx_get_debugbus_blocks()
348 if (a6xx_state->debugbus) { in a6xx_get_debugbus_blocks()
355 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks()
367 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks()
378 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks()
411 a6xx_state->debugbus = state_kcalloc(a6xx_state, total_debugbus_blocks, in a7xx_get_debugbus_blocks()
412 sizeof(*a6xx_state->debugbus)); in a7xx_get_debugbus_blocks()
414 if (a6xx_state->debugbus) { in a7xx_get_debugbus_blocks()
418 &a6xx_state->debugbus[i]); in a7xx_get_debugbus_blocks()
424 &a6xx_state->debugbus[i + debugbus_blocks_count]); in a7xx_get_debugbus_blocks()
1922 struct a6xx_gpu_state_obj *obj = &a6xx_state->debugbus[i]; in a6xx_show_debugbus()