Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c851 unsigned clusters_size; in a7xx_get_clusters() local
856 clusters_size = ARRAY_SIZE(gen7_17_0_clusters); in a7xx_get_clusters()
859 clusters_size = ARRAY_SIZE(gen7_0_0_clusters); in a7xx_get_clusters()
863 clusters_size = ARRAY_SIZE(gen7_2_0_clusters); in a7xx_get_clusters()
867 clusters_size = ARRAY_SIZE(gen7_9_0_clusters); in a7xx_get_clusters()
871 clusters_size, sizeof(*a6xx_state->clusters)); in a7xx_get_clusters()
876 a6xx_state->nr_clusters = clusters_size; in a7xx_get_clusters()
878 for (i = 0; i < clusters_size; i++) in a7xx_get_clusters()