Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/pm/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/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.c2627 table->UvdLevel[count].MinVddc = in ci_populate_smc_uvd_level()
2649 table->UvdLevel[count].MinVddc = cpu_to_be16(table->UvdLevel[count].MinVddc); in ci_populate_smc_uvd_level()
2850 memory_clock, &memory_level->MinVddc); in ci_populate_single_memory_level()
2933 memory_level->MinVddc = cpu_to_be32(memory_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_memory_level()
2968 table->ACPILevel.MinVddc = cpu_to_be32(pi->acpi_vddc * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
2970 table->ACPILevel.MinVddc = cpu_to_be32(pi->min_vddc_in_pp_table * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
3013 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in ci_populate_smc_acpi_level()
3193 engine_clock, &graphic_level->MinVddc); in ci_populate_single_graphic_level()
3226 graphic_level->MinVddc = cpu_to_be32(graphic_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_graphic_level()
3314 pi->smc_state_table.MemoryLevel[1].MinVddc = in ci_populate_all_memory_levels()
[all …]
/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.c419 (uint32_t *)(&level->MinVddc)); in ci_populate_single_graphic_level()
456 level->MinVddc = PP_HOST_TO_SMC_UL(level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_graphic_level()
1188 hwmgr->dyn_state.vddc_dependency_on_mclk, memory_clock, &memory_level->MinVddc); in ci_populate_single_memory_level()
1277 memory_level->MinVddc = PP_HOST_TO_SMC_UL(memory_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_memory_level()
1394 table->ACPILevel.MinVddc = PP_HOST_TO_SMC_UL(data->acpi_vddc * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
1396 table->ACPILevel.MinVddc = PP_HOST_TO_SMC_UL(data->min_vddc_in_pptable * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
1445 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in ci_populate_smc_acpi_level()
1449 table->MemoryACPILevel.MinVddci = table->MemoryACPILevel.MinVddc; in ci_populate_smc_acpi_level()
1533 table->UvdLevel[count].MinVddc = in ci_populate_smc_uvd_level()
1552 CONVERT_FROM_HOST_TO_SMC_US(table->UvdLevel[count].MinVddc); in ci_populate_smc_uvd_level()