Home
last modified time | relevance | path

Searched refs:ACPILevel (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1438 table->ACPILevel.Flags &= ~PPSMC_SWSTATE_FLAG_DC; in iceland_populate_smc_acpi_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()
1445 table->ACPILevel.MinVddcPhases = vddc_phase_shed_control ? 0 : 1; in iceland_populate_smc_acpi_level()
1447 table->ACPILevel.SclkFrequency = atomctrl_get_reference_clock(hwmgr); in iceland_populate_smc_acpi_level()
1451 table->ACPILevel.SclkFrequency, &dividers); in iceland_populate_smc_acpi_level()
1457 table->ACPILevel.SclkDid = (uint8_t)dividers.pll_post_divider; in iceland_populate_smc_acpi_level()
1458 table->ACPILevel.DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW; in iceland_populate_smc_acpi_level()
1459 table->ACPILevel.DeepSleepDivId = 0; in iceland_populate_smc_acpi_level()
1468 table->ACPILevel in iceland_populate_smc_acpi_level()
[all...]
H A Dfiji_smumgr.c1310 table->ACPILevel.Flags &= ~PPSMC_SWSTATE_FLAG_DC; in fiji_populate_smc_acpi_level()
1315 table->ACPILevel.SclkFrequency = in fiji_populate_smc_acpi_level()
1319 table->ACPILevel.SclkFrequency, in fiji_populate_smc_acpi_level()
1320 (uint32_t *)(&table->ACPILevel.MinVoltage), &mvdd); in fiji_populate_smc_acpi_level()
1326 table->ACPILevel.SclkFrequency = in fiji_populate_smc_acpi_level()
1328 table->ACPILevel.MinVoltage = in fiji_populate_smc_acpi_level()
1334 table->ACPILevel.SclkFrequency, &dividers); in fiji_populate_smc_acpi_level()
1339 table->ACPILevel.SclkDid = (uint8_t)dividers.pll_post_divider; in fiji_populate_smc_acpi_level()
1340 table->ACPILevel.DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW; in fiji_populate_smc_acpi_level()
1341 table->ACPILevel in fiji_populate_smc_acpi_level()
[all...]
H A Dci_smumgr.c1392 table->ACPILevel.Flags &= ~PPSMC_SWSTATE_FLAG_DC; in ci_populate_smc_acpi_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()
1399 table->ACPILevel.MinVddcPhases = data->vddc_phase_shed_control ? 0 : 1; in ci_populate_smc_acpi_level()
1401 table->ACPILevel.SclkFrequency = atomctrl_get_reference_clock(hwmgr); in ci_populate_smc_acpi_level()
1405 table->ACPILevel.SclkFrequency, &dividers); in ci_populate_smc_acpi_level()
1411 table->ACPILevel.SclkDid = (uint8_t)dividers.pll_post_divider; in ci_populate_smc_acpi_level()
1412 table->ACPILevel.DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW; in ci_populate_smc_acpi_level()
1413 table->ACPILevel.DeepSleepDivId = 0; in ci_populate_smc_acpi_level()
1422 table->ACPILevel in ci_populate_smc_acpi_level()
[all...]
H A Dvegam_smumgr.c1121 table->ACPILevel.Flags &= ~PPSMC_SWSTATE_FLAG_DC; in vegam_populate_smc_acpi_level()
1129 &table->ACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level()
1136 &(table->ACPILevel.SclkSetting)); in vegam_populate_smc_acpi_level()
1141 table->ACPILevel.DeepSleepDivId = 0; in vegam_populate_smc_acpi_level()
1142 table->ACPILevel.CcPwrDynRm = 0; in vegam_populate_smc_acpi_level()
1143 table->ACPILevel.CcPwrDynRm1 = 0; in vegam_populate_smc_acpi_level()
1145 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.Flags); in vegam_populate_smc_acpi_level()
1146 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in vegam_populate_smc_acpi_level()
1147 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.CcPwrDynRm); in vegam_populate_smc_acpi_level()
1148 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel in vegam_populate_smc_acpi_level()
[all...]
H A Dtonga_smumgr.c1189 table->ACPILevel.Flags &= ~PPSMC_SWSTATE_FLAG_DC; in tonga_populate_smc_acpi_level()
1191 table->ACPILevel.MinVoltage = in tonga_populate_smc_acpi_level()
1195 table->ACPILevel.SclkFrequency = atomctrl_get_reference_clock(hwmgr); in tonga_populate_smc_acpi_level()
1199 table->ACPILevel.SclkFrequency, &dividers); in tonga_populate_smc_acpi_level()
1206 table->ACPILevel.SclkDid = (uint8_t)dividers.pll_post_divider; in tonga_populate_smc_acpi_level()
1207 table->ACPILevel.DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW; in tonga_populate_smc_acpi_level()
1208 table->ACPILevel.DeepSleepDivId = 0; in tonga_populate_smc_acpi_level()
1217 table->ACPILevel.CgSpllFuncCntl = spll_func_cntl; in tonga_populate_smc_acpi_level()
1218 table->ACPILevel.CgSpllFuncCntl2 = spll_func_cntl_2; in tonga_populate_smc_acpi_level()
1219 table->ACPILevel in tonga_populate_smc_acpi_level()
[all...]
/linux/drivers/gpu/drm/radeon/
H A Dsmu7_fusion.h225 SMU7_Fusion_ACPILevel ACPILevel; member
H A Dsmu7_discrete.h313 SMU7_Discrete_ACPILevel ACPILevel; member
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu7_fusion.h225 SMU7_Fusion_ACPILevel ACPILevel; member
H A Dsmu7_discrete.h327 SMU7_Discrete_ACPILevel ACPILevel; member
H A Dsmu71_discrete.h274 SMU71_Discrete_ACPILevel ACPILevel; member
H A Dsmu72_discrete.h269 SMU72_Discrete_ACPILevel ACPILevel; member
H A Dsmu74_discrete.h286 SMU74_Discrete_ACPILevel ACPILevel; member
H A Dsmu73_discrete.h243 SMU73_Discrete_ACPILevel ACPILevel; member
H A Dsmu75_discrete.h291 SMU75_Discrete_ACPILevel ACPILevel; member