Home
last modified time | relevance | path

Searched refs:debugbus (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c37 struct a6xx_gpu_state_obj *debugbus; member
391 a6xx_state->debugbus = state_kcalloc(a6xx_state, nr_debugbus_blocks, in a6xx_get_debugbus()
392 sizeof(*a6xx_state->debugbus)); in a6xx_get_debugbus()
394 if (a6xx_state->debugbus) { in a6xx_get_debugbus()
401 &a6xx_state->debugbus[i]); in a6xx_get_debugbus()
413 &a6xx_state->debugbus[i]); in a6xx_get_debugbus()
424 &a6xx_state->debugbus[i]); in a6xx_get_debugbus()
1288 struct a6xx_gpu_state_obj *obj = &a6xx_state->debugbus[i]; in a6xx_show_debugbus()