Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu7_discrete.h303 uint32_t VddciLevelCount; member
H A Dsmu71_discrete.h255 uint32_t VddciLevelCount; member
H A Dsmu72_discrete.h232 uint32_t VddciLevelCount; member
/linux/drivers/gpu/drm/radeon/
H A Dsmu7_discrete.h290 uint32_t VddciLevelCount; member
H A Dci_dpm.c2203 table->VddciLevelCount = pi->vddci_voltage_table.count; in ci_populate_smc_vddci_table()
2204 for (count = 0; count < table->VddciLevelCount; count++) { in ci_populate_smc_vddci_table()
2215 table->VddciLevelCount = cpu_to_be32(table->VddciLevelCount); in ci_populate_smc_vddci_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c650 table->VddciLevelCount = data->vddci_voltage_table.count; in iceland_populate_smc_vdd_ci_table()
652 for (count = 0; count < table->VddciLevelCount; count++) { in iceland_populate_smc_vdd_ci_table()
663 CONVERT_FROM_HOST_TO_SMC_UL(table->VddciLevelCount); in iceland_populate_smc_vdd_ci_table()
677 for (count = 0; count < table->VddciLevelCount; count++) { in iceland_populate_smc_mvdd_table()
H A Dci_smumgr.c877 table->VddciLevelCount = data->vddci_voltage_table.count; in ci_populate_smc_vdd_ci_table()
879 for (count = 0; count < table->VddciLevelCount; count++) { in ci_populate_smc_vdd_ci_table()
893 CONVERT_FROM_HOST_TO_SMC_UL(table->VddciLevelCount); in ci_populate_smc_vdd_ci_table()
H A Dtonga_smumgr.c342 table->VddciLevelCount = data->vddci_voltage_table.count; in tonga_populate_smc_vdd_ci_table()
343 for (count = 0; count < table->VddciLevelCount; count++) { in tonga_populate_smc_vdd_ci_table()
361 CONVERT_FROM_HOST_TO_SMC_UL(table->VddciLevelCount); in tonga_populate_smc_vdd_ci_table()