Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1358 unsigned int bcm_index, bw_index, bcm_count = 0; in a6xx_gmu_rpmh_bw_votes_init() local
1361 for (bcm_index = 0; bcm_index < GMU_MAX_BCMS; bcm_index++) { in a6xx_gmu_rpmh_bw_votes_init()
1362 const struct a6xx_bcm *bcm = &info->bcms[bcm_index]; in a6xx_gmu_rpmh_bw_votes_init()
1370 if (IS_ERR(bcm_data[bcm_index])) in a6xx_gmu_rpmh_bw_votes_init()
1371 return PTR_ERR(bcm_data[bcm_index]); in a6xx_gmu_rpmh_bw_votes_init()
1388 for (bcm_index = 0; bcm_index < bcm_count; bcm_index++) { in a6xx_gmu_rpmh_bw_votes_init()
1389 const struct a6xx_bcm *bcm = &info->bcms[bcm_index]; in a6xx_gmu_rpmh_bw_votes_init()
1394 if (bcm_index == bcm_count - 1 || in a6xx_gmu_rpmh_bw_votes_init()
1395 (bcm_data[bcm_index + 1] && in a6xx_gmu_rpmh_bw_votes_init()
1396 bcm_data[bcm_index]->vcd != bcm_data[bcm_index + 1]->vcd)) in a6xx_gmu_rpmh_bw_votes_init()
[all …]