Lines Matching full:clusters
39 struct a6xx_gpu_state_obj *clusters; member
713 /* Some clusters need a selector register to be programmed too */ in a6xx_get_cluster()
762 /* Some clusters need a selector register to be programmed too */ in a7xx_get_cluster()
802 a6xx_state->clusters = state_kcalloc(a6xx_state, in a6xx_get_clusters()
803 ARRAY_SIZE(a6xx_clusters), sizeof(*a6xx_state->clusters)); in a6xx_get_clusters()
805 if (!a6xx_state->clusters) in a6xx_get_clusters()
812 &a6xx_state->clusters[i], dumper); in a6xx_get_clusters()
821 const struct gen7_cluster_registers *clusters; in a7xx_get_clusters() local
825 clusters = gen7_0_0_clusters; in a7xx_get_clusters()
828 clusters = gen7_2_0_clusters; in a7xx_get_clusters()
832 clusters = gen7_9_0_clusters; in a7xx_get_clusters()
836 a6xx_state->clusters = state_kcalloc(a6xx_state, in a7xx_get_clusters()
837 clusters_size, sizeof(*a6xx_state->clusters)); in a7xx_get_clusters()
839 if (!a6xx_state->clusters) in a7xx_get_clusters()
845 a7xx_get_cluster(gpu, a6xx_state, &clusters[i], in a7xx_get_clusters()
846 &a6xx_state->clusters[i], dumper); in a7xx_get_clusters()
2036 drm_puts(p, "clusters:\n"); in a6xx_show()
2039 a7xx_show_cluster(&a6xx_state->clusters[i], p); in a6xx_show()
2041 a6xx_show_cluster(&a6xx_state->clusters[i], p); in a6xx_show()