Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dsmu7_discrete.h106 uint32_t MinVddc; member
137 uint32_t MinVddc; member
170 uint32_t MinVddc; member
244 uint16_t MinVddc; member
Dci_dpm.c2624 table->UvdLevel[count].MinVddc = in ci_populate_smc_uvd_level()
2646 table->UvdLevel[count].MinVddc = cpu_to_be16(table->UvdLevel[count].MinVddc); in ci_populate_smc_uvd_level()
2847 memory_clock, &memory_level->MinVddc); in ci_populate_single_memory_level()
2930 memory_level->MinVddc = cpu_to_be32(memory_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_memory_level()
2965 table->ACPILevel.MinVddc = cpu_to_be32(pi->acpi_vddc * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
2967 table->ACPILevel.MinVddc = cpu_to_be32(pi->min_vddc_in_pp_table * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
3010 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in ci_populate_smc_acpi_level()
3190 engine_clock, &graphic_level->MinVddc); in ci_populate_single_graphic_level()
3223 graphic_level->MinVddc = cpu_to_be32(graphic_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_graphic_level()
3311 pi->smc_state_table.MemoryLevel[1].MinVddc = in ci_populate_all_memory_levels()
[all …]
/drivers/gpu/drm/amd/pm/powerplay/inc/
Dsmu7_discrete.h106 uint32_t MinVddc; member
137 uint32_t MinVddc; member
170 uint32_t MinVddc; member
244 uint16_t MinVddc; member
Dsmu71_discrete.h49 uint32_t MinVddc; member
79 uint32_t MinVddc; member
112 uint32_t MinVddc; member
190 uint16_t MinVddc; member
/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Diceland_smumgr.c903 &graphic_level->MinVddc); in iceland_populate_single_graphic_level()
944 graphic_level->MinVddc = PP_HOST_TO_SMC_UL(graphic_level->MinVddc * VOLTAGE_SCALE); in iceland_populate_single_graphic_level()
1242 hwmgr->dyn_state.vddc_dependency_on_mclk, memory_clock, &memory_level->MinVddc); in iceland_populate_single_memory_level()
1248 memory_level->MinVddci = memory_level->MinVddc; in iceland_populate_single_memory_level()
1324 memory_level->MinVddc = PP_HOST_TO_SMC_UL(memory_level->MinVddc * VOLTAGE_SCALE); in iceland_populate_single_memory_level()
1441 table->ACPILevel.MinVddc = PP_HOST_TO_SMC_UL(data->acpi_vddc * VOLTAGE_SCALE); in iceland_populate_smc_acpi_level()
1443 table->ACPILevel.MinVddc = PP_HOST_TO_SMC_UL(data->min_vddc_in_pptable * VOLTAGE_SCALE); in iceland_populate_smc_acpi_level()
1492 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in iceland_populate_smc_acpi_level()
1496 table->MemoryACPILevel.MinVddci = table->MemoryACPILevel.MinVddc; in iceland_populate_smc_acpi_level()
Dci_smumgr.c420 (uint32_t *)(&level->MinVddc)); in ci_populate_single_graphic_level()
457 level->MinVddc = PP_HOST_TO_SMC_UL(level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_graphic_level()
1189 hwmgr->dyn_state.vddc_dependency_on_mclk, memory_clock, &memory_level->MinVddc); in ci_populate_single_memory_level()
1278 memory_level->MinVddc = PP_HOST_TO_SMC_UL(memory_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_memory_level()
1395 table->ACPILevel.MinVddc = PP_HOST_TO_SMC_UL(data->acpi_vddc * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
1397 table->ACPILevel.MinVddc = PP_HOST_TO_SMC_UL(data->min_vddc_in_pptable * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
1446 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in ci_populate_smc_acpi_level()
1450 table->MemoryACPILevel.MinVddci = table->MemoryACPILevel.MinVddc; in ci_populate_smc_acpi_level()
1534 table->UvdLevel[count].MinVddc = in ci_populate_smc_uvd_level()
1553 CONVERT_FROM_HOST_TO_SMC_US(table->UvdLevel[count].MinVddc); in ci_populate_smc_uvd_level()