Lines Matching full:clusters
39 struct a6xx_gpu_state_obj *clusters; member
730 /* Some clusters need a selector register to be programmed too */ in a6xx_get_cluster()
784 /* Some clusters need a selector register to be programmed too */ in a7xx_get_cluster()
819 a6xx_state->clusters = state_kcalloc(a6xx_state, in a6xx_get_clusters()
820 ARRAY_SIZE(a6xx_clusters), sizeof(*a6xx_state->clusters)); in a6xx_get_clusters()
822 if (!a6xx_state->clusters) in a6xx_get_clusters()
829 &a6xx_state->clusters[i], dumper); in a6xx_get_clusters()
838 const struct gen7_cluster_registers *clusters; in a7xx_get_clusters() local
842 clusters = gen7_0_0_clusters; in a7xx_get_clusters()
845 clusters = gen7_2_0_clusters; in a7xx_get_clusters()
849 clusters = gen7_9_0_clusters; in a7xx_get_clusters()
853 a6xx_state->clusters = state_kcalloc(a6xx_state, in a7xx_get_clusters()
854 clusters_size, sizeof(*a6xx_state->clusters)); in a7xx_get_clusters()
856 if (!a6xx_state->clusters) in a7xx_get_clusters()
862 a7xx_get_cluster(gpu, a6xx_state, &clusters[i], in a7xx_get_clusters()
863 &a6xx_state->clusters[i], dumper); in a7xx_get_clusters()
2068 drm_puts(p, "clusters:\n"); in a6xx_show()
2071 a7xx_show_cluster(&a6xx_state->clusters[i], p); in a6xx_show()
2073 a6xx_show_cluster(&a6xx_state->clusters[i], p); in a6xx_show()