Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c42 struct a6xx_gpu_state_obj *dbgahb_clusters; member
656 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a6xx_get_dbgahb_clusters()
658 sizeof(*a6xx_state->dbgahb_clusters)); in a6xx_get_dbgahb_clusters()
660 if (!a6xx_state->dbgahb_clusters) in a6xx_get_dbgahb_clusters()
668 &a6xx_state->dbgahb_clusters[i], dumper); in a6xx_get_dbgahb_clusters()
677 const struct gen7_sptp_cluster_registers *dbgahb_clusters; in a7xx_get_dbgahb_clusters() local
681 dbgahb_clusters = gen7_0_0_sptp_clusters; in a7xx_get_dbgahb_clusters()
684 dbgahb_clusters = gen7_2_0_sptp_clusters; in a7xx_get_dbgahb_clusters()
688 dbgahb_clusters = gen7_9_0_sptp_clusters; in a7xx_get_dbgahb_clusters()
692 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a7xx_get_dbgahb_clusters()
[all …]