Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Da6xx_gpu_state.c31 struct a6xx_gpu_state_obj *dbgahb_clusters; member
498 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a6xx_get_dbgahb_clusters()
500 sizeof(*a6xx_state->dbgahb_clusters)); in a6xx_get_dbgahb_clusters()
502 if (!a6xx_state->dbgahb_clusters) in a6xx_get_dbgahb_clusters()
510 &a6xx_state->dbgahb_clusters[i], dumper); in a6xx_get_dbgahb_clusters()
1203 a6xx_show_dbgahb_cluster(&a6xx_state->dbgahb_clusters[i], p); in a6xx_show()