Searched refs:debugbus (Results 1 – 1 of 1) sorted by relevance
48 struct a6xx_gpu_state_obj *debugbus; member360 a6xx_state->debugbus = state_kcalloc(a6xx_state, nr_debugbus_blocks, in a6xx_get_debugbus_blocks()361 sizeof(*a6xx_state->debugbus)); in a6xx_get_debugbus_blocks()363 if (a6xx_state->debugbus) { in a6xx_get_debugbus_blocks()370 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks()382 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks()393 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks()426 a6xx_state->debugbus = state_kcalloc(a6xx_state, total_debugbus_blocks, in a7xx_get_debugbus_blocks()427 sizeof(*a6xx_state->debugbus)); in a7xx_get_debugbus_blocks()429 if (a6xx_state->debugbus) { in a7xx_get_debugbus_blocks()[all …]