Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1466 unsigned int bcm_index, bw_index, bcm_count = 0; in a6xx_gmu_rpmh_bw_votes_init() local
1469 for (bcm_index = 0; bcm_index < GMU_MAX_BCMS; bcm_index++) { in a6xx_gmu_rpmh_bw_votes_init()
1470 const struct a6xx_bcm *bcm = &info->bcms[bcm_index]; in a6xx_gmu_rpmh_bw_votes_init()
1477 bcm_data[bcm_index] = cmd_db_read_aux_data(bcm->name, &count); in a6xx_gmu_rpmh_bw_votes_init()
1478 if (IS_ERR(bcm_data[bcm_index])) in a6xx_gmu_rpmh_bw_votes_init()
1479 return PTR_ERR(bcm_data[bcm_index]); in a6xx_gmu_rpmh_bw_votes_init()
1496 for (bcm_index = 0; bcm_index < bcm_count; bcm_index++) { in a6xx_gmu_rpmh_bw_votes_init()
1497 const struct a6xx_bcm *bcm = &info->bcms[bcm_index]; in a6xx_gmu_rpmh_bw_votes_init()
1502 if (bcm_index == bcm_count - 1 || in a6xx_gmu_rpmh_bw_votes_init()
1503 (bcm_data[bcm_index + 1] && in a6xx_gmu_rpmh_bw_votes_init()
[all …]