Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/radeon/
Dsmu7_discrete.h103 uint32_t MinVddc; member
133 uint32_t MinVddc; member
164 uint32_t MinVddc; member
234 uint16_t MinVddc; member
Dci_dpm.c2619 table->UvdLevel[count].MinVddc = in ci_populate_smc_uvd_level()
2641 table->UvdLevel[count].MinVddc = cpu_to_be16(table->UvdLevel[count].MinVddc); in ci_populate_smc_uvd_level()
2842 memory_clock, &memory_level->MinVddc); in ci_populate_single_memory_level()
2925 memory_level->MinVddc = cpu_to_be32(memory_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_memory_level()
2960 table->ACPILevel.MinVddc = cpu_to_be32(pi->acpi_vddc * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
2962 table->ACPILevel.MinVddc = cpu_to_be32(pi->min_vddc_in_pp_table * VOLTAGE_SCALE); in ci_populate_smc_acpi_level()
3005 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in ci_populate_smc_acpi_level()
3185 engine_clock, &graphic_level->MinVddc); in ci_populate_single_graphic_level()
3218 graphic_level->MinVddc = cpu_to_be32(graphic_level->MinVddc * VOLTAGE_SCALE); in ci_populate_single_graphic_level()
3306 pi->smc_state_table.MemoryLevel[1].MinVddc = in ci_populate_all_memory_levels()
[all …]
/linux-6.12.1/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-6.12.1/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()