Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/radeon/
Dsmu7_discrete.h302 uint32_t VddcLevelCount; member
Dci_dpm.c2187 table->VddcLevelCount = pi->vddc_voltage_table.count; in ci_populate_smc_vddc_table()
2188 for (count = 0; count < table->VddcLevelCount; count++) { in ci_populate_smc_vddc_table()
2199 table->VddcLevelCount = cpu_to_be32(table->VddcLevelCount); in ci_populate_smc_vddc_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dsmu7_discrete.h302 uint32_t VddcLevelCount; member
Dsmu71_discrete.h254 uint32_t VddcLevelCount; member
Dsmu72_discrete.h231 uint32_t VddcLevelCount; member
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dtonga_smumgr.c309 table->VddcLevelCount = data->vddc_voltage_table.count; in tonga_populate_smc_vddc_table()
310 for (count = 0; count < table->VddcLevelCount; count++) { in tonga_populate_smc_vddc_table()
314 CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount); in tonga_populate_smc_vddc_table()
407 uint32_t vddc_level_count = PP_SMC_TO_HOST_UL(table->VddcLevelCount); in tonga_populate_cac_tables()
Diceland_smumgr.c624 table->VddcLevelCount = data->vddc_voltage_table.count; in iceland_populate_smc_vddc_table()
625 for (count = 0; count < table->VddcLevelCount; count++) { in iceland_populate_smc_vddc_table()
638 CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount); in iceland_populate_smc_vddc_table()
Dci_smumgr.c849 table->VddcLevelCount = data->vddc_voltage_table.count; in ci_populate_smc_vddc_table()
850 for (count = 0; count < table->VddcLevelCount; count++) { in ci_populate_smc_vddc_table()
866 CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount); in ci_populate_smc_vddc_table()