Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/powerplay/inc/
Dsmu7_discrete.h302 uint32_t VddcLevelCount; member
Dsmu71_discrete.h254 uint32_t VddcLevelCount; member
Dsmu72_discrete.h208 uint32_t VddcLevelCount; member
/drivers/gpu/drm/radeon/
Dsmu7_discrete.h302 uint32_t VddcLevelCount; member
Dci_dpm.c2206 table->VddcLevelCount = pi->vddc_voltage_table.count; in ci_populate_smc_vddc_table()
2207 for (count = 0; count < table->VddcLevelCount; count++) { in ci_populate_smc_vddc_table()
2218 table->VddcLevelCount = cpu_to_be32(table->VddcLevelCount); in ci_populate_smc_vddc_table()
/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smc.c460 table->VddcLevelCount = data->vddc_voltage_table.count; in iceland_populate_smc_vddc_table()
461 for (count = 0; count < table->VddcLevelCount; count++) { in iceland_populate_smc_vddc_table()
474 CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount); in iceland_populate_smc_vddc_table()
Dtonga_smc.c171 table->VddcLevelCount = data->vddc_voltage_table.count; in tonga_populate_smc_vddc_table()
172 for (count = 0; count < table->VddcLevelCount; count++) { in tonga_populate_smc_vddc_table()
176 CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount); in tonga_populate_smc_vddc_table()
297 uint32_t vddc_level_count = PP_SMC_TO_HOST_UL(table->VddcLevelCount); in tonga_populate_cac_tables()
/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c2336 table->VddcLevelCount = pi->vddc_voltage_table.count; in ci_populate_smc_vddc_table()
2337 for (count = 0; count < table->VddcLevelCount; count++) { in ci_populate_smc_vddc_table()
2348 table->VddcLevelCount = cpu_to_be32(table->VddcLevelCount); in ci_populate_smc_vddc_table()