Searched refs:debugbus (Results 1 – 1 of 1) sorted by relevance
48 struct a6xx_gpu_state_obj *debugbus; member345 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()[all …]