Searched refs:debugbus (Results 1 – 1 of 1) sorted by relevance
50 struct a6xx_gpu_state_obj *debugbus; member362 a6xx_state->debugbus = state_kcalloc(a6xx_state, nr_debugbus_blocks, in a6xx_get_debugbus_blocks()363 sizeof(*a6xx_state->debugbus)); in a6xx_get_debugbus_blocks()365 if (a6xx_state->debugbus) { in a6xx_get_debugbus_blocks()372 &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()433 a6xx_state->debugbus = state_kcalloc(a6xx_state, total_debugbus_blocks, in a7xx_get_debugbus_blocks()434 sizeof(*a6xx_state->debugbus)); in a7xx_get_debugbus_blocks()436 if (a6xx_state->debugbus) { in a7xx_get_debugbus_blocks()[all …]