Home
last modified time | relevance | path

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

/linux-5.19.10/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.c2626 table->UvdLevel[count].MinVddc = in ci_populate_smc_uvd_level()
2648 table->UvdLevel[count].MinVddc = cpu_to_be16(table->UvdLevel[count].MinVddc); in ci_populate_smc_uvd_level()
2849 memory_clock, &memory_level->MinVddc); in ci_populate_single_memory_level()
2932 memory_level->MinVddc = cpu_to_be32(memory_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_memory_level()
2967 table->ACPILevel.MinVddc = cpu_to_be32(pi->acpi_vddc * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
2969 table->ACPILevel.MinVddc = cpu_to_be32(pi->min_vddc_in_pp_table * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
3012 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in ci_populate_smc_acpi_level()
3192 engine_clock, &graphic_level->MinVddc); in ci_populate_single_graphic_level()
3225 graphic_level->MinVddc = cpu_to_be32(graphic_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_graphic_level()
3313 pi->smc_state_table.MemoryLevel[1].MinVddc = in ci_populate_all_memory_levels()
[all …]
/linux-5.19.10/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
/linux-5.19.10/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.c421 (uint32_t *)(&level->MinVddc)); in ci_populate_single_graphic_level()
458 level->MinVddc = PP_HOST_TO_SMC_UL(level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_graphic_level()
1190 hwmgr->dyn_state.vddc_dependency_on_mclk, memory_clock, &memory_level->MinVddc); in ci_populate_single_memory_level()
1279 memory_level->MinVddc = PP_HOST_TO_SMC_UL(memory_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_memory_level()
1396 table->ACPILevel.MinVddc = PP_HOST_TO_SMC_UL(data->acpi_vddc * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
1398 table->ACPILevel.MinVddc = PP_HOST_TO_SMC_UL(data->min_vddc_in_pptable * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
1447 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in ci_populate_smc_acpi_level()
1451 table->MemoryACPILevel.MinVddci = table->MemoryACPILevel.MinVddc; in ci_populate_smc_acpi_level()
1535 table->UvdLevel[count].MinVddc = in ci_populate_smc_uvd_level()
1554 CONVERT_FROM_HOST_TO_SMC_US(table->UvdLevel[count].MinVddc); in ci_populate_smc_uvd_level()