Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c600 ARRAY_SIZE(a6xx_clusters), sizeof(*a6xx_state->clusters)); in a6xx_get_clusters()
605 a6xx_state->nr_clusters = ARRAY_SIZE(a6xx_clusters); in a6xx_get_clusters()
607 for (i = 0; i < ARRAY_SIZE(a6xx_clusters); i++) in a6xx_get_clusters()
608 a6xx_get_cluster(gpu, a6xx_state, &a6xx_clusters[i], in a6xx_get_clusters()
H A Da6xx_gpu_state.h68 } a6xx_clusters[] = { variable