Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c31 struct a6xx_gpu_state_obj *dbgahb_clusters; member
517 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a6xx_get_dbgahb_clusters()
519 sizeof(*a6xx_state->dbgahb_clusters)); in a6xx_get_dbgahb_clusters()
521 if (!a6xx_state->dbgahb_clusters) in a6xx_get_dbgahb_clusters()
529 &a6xx_state->dbgahb_clusters[i], dumper); in a6xx_get_dbgahb_clusters()
1397 a6xx_show_dbgahb_cluster(&a6xx_state->dbgahb_clusters[i], p); in a6xx_show()