Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dsmu7_discrete.h302 uint32_t VddcLevelCount; member
Dci_dpm.c2325 table->VddcLevelCount = pi->vddc_voltage_table.count; in ci_populate_smc_vddc_table()
2326 for (count = 0; count < table->VddcLevelCount; count++) { in ci_populate_smc_vddc_table()
2337 table->VddcLevelCount = cpu_to_be32(table->VddcLevelCount); in ci_populate_smc_vddc_table()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dsmu7_discrete.h302 uint32_t VddcLevelCount; member
Dci_dpm.c2194 table->VddcLevelCount = pi->vddc_voltage_table.count; in ci_populate_smc_vddc_table()
2195 for (count = 0; count < table->VddcLevelCount; count++) { in ci_populate_smc_vddc_table()
2206 table->VddcLevelCount = cpu_to_be32(table->VddcLevelCount); in ci_populate_smc_vddc_table()