Home
last modified time | relevance | path

Searched refs:ActivityLevel (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dfiji_smumgr.c976 level->ActivityLevel = data->current_profile_setting.sclk_activity; in fiji_populate_single_graphic_level()
1002 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in fiji_populate_single_graphic_level()
1226 CONVERT_FROM_HOST_TO_SMC_US(mem_level->ActivityLevel); in fiji_populate_single_memory_level()
1266 levels[0].ActivityLevel = (uint16_t)data->mclk_dpm0_activity_target; in fiji_populate_all_memory_levels()
1267 CONVERT_FROM_HOST_TO_SMC_US(levels[0].ActivityLevel); in fiji_populate_all_memory_levels()
1421 table->MemoryACPILevel.ActivityLevel = in fiji_populate_smc_acpi_level()
2584 if (levels[i].ActivityLevel != in fiji_update_dpm_settings()
2586 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in fiji_update_dpm_settings()
2589 + offsetof(SMU73_Discrete_GraphicsLevel, ActivityLevel); in fiji_update_dpm_settings()
2619 if (mclk_levels[i].ActivityLevel != in fiji_update_dpm_settings()
[all …]
H A Dpolaris10_smumgr.c933 level->ActivityLevel = data->current_profile_setting.sclk_activity; in polaris10_populate_single_graphic_level()
962 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in polaris10_populate_single_graphic_level()
1116 CONVERT_FROM_HOST_TO_SMC_US(mem_level->ActivityLevel); in polaris10_populate_single_memory_level()
1157 levels[0].ActivityLevel = 0x1f; in polaris10_populate_all_memory_levels()
1158 CONVERT_FROM_HOST_TO_SMC_US(levels[0].ActivityLevel); in polaris10_populate_all_memory_levels()
1275 table->MemoryACPILevel.ActivityLevel = in polaris10_populate_smc_acpi_level()
2431 if (levels[i].ActivityLevel != in polaris10_update_dpm_settings()
2433 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in polaris10_update_dpm_settings()
2436 + offsetof(SMU74_Discrete_GraphicsLevel, ActivityLevel); in polaris10_update_dpm_settings()
2466 if (mclk_levels[i].ActivityLevel != in polaris10_update_dpm_settings()
[all …]
H A Dci_smumgr.c433 level->ActivityLevel = data->current_profile_setting.sclk_activity; in ci_populate_single_graphic_level()
458 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in ci_populate_single_graphic_level()
1224 memory_level->ActivityLevel = data->current_profile_setting.mclk_activity; in ci_populate_single_memory_level()
1282 CONVERT_FROM_HOST_TO_SMC_US(memory_level->ActivityLevel); in ci_populate_single_memory_level()
1333 smu_data->smc_state_table.MemoryLevel[0].ActivityLevel = 0x1F; in ci_populate_all_memory_levels()
2784 if (levels[i].ActivityLevel != in ci_update_dpm_settings()
2786 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in ci_update_dpm_settings()
2789 + offsetof(SMU7_Discrete_GraphicsLevel, ActivityLevel); in ci_update_dpm_settings()
2819 if (mclk_levels[i].ActivityLevel != in ci_update_dpm_settings()
2821 mclk_levels[i].ActivityLevel = cpu_to_be16(setting->mclk_activity); in ci_update_dpm_settings()
[all …]
H A Dtonga_smumgr.c664 CONVERT_FROM_HOST_TO_SMC_US(graphic_level->ActivityLevel); in tonga_populate_single_graphic_level()
996 memory_level->ActivityLevel = data->current_profile_setting.mclk_activity; in tonga_populate_single_memory_level()
1060 CONVERT_FROM_HOST_TO_SMC_US(memory_level->ActivityLevel); in tonga_populate_single_memory_level()
1117 smu_data->smc_state_table.MemoryLevel[0].ActivityLevel = 0x1F; in tonga_populate_all_memory_levels()
1285 table->MemoryACPILevel.ActivityLevel = in tonga_populate_smc_acpi_level()
3163 if (levels[i].ActivityLevel != in tonga_update_dpm_settings()
3165 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in tonga_update_dpm_settings()
3168 + offsetof(SMU72_Discrete_GraphicsLevel, ActivityLevel); in tonga_update_dpm_settings()
3198 if (mclk_levels[i].ActivityLevel != in tonga_update_dpm_settings()
3200 mclk_levels[i].ActivityLevel = cpu_to_be16(setting->mclk_activity); in tonga_update_dpm_settings()
[all …]
H A Diceland_smumgr.c918 graphic_level->ActivityLevel = data->current_profile_setting.sclk_activity; in iceland_populate_single_graphic_level()
947 CONVERT_FROM_HOST_TO_SMC_US(graphic_level->ActivityLevel); in iceland_populate_single_graphic_level()
1272 memory_level->ActivityLevel = data->current_profile_setting.mclk_activity; in iceland_populate_single_memory_level()
1330 CONVERT_FROM_HOST_TO_SMC_US(memory_level->ActivityLevel); in iceland_populate_single_memory_level()
1378 smu_data->smc_state_table.MemoryLevel[0].ActivityLevel = 0x1F; in iceland_populate_all_memory_levels()
1379 CONVERT_FROM_HOST_TO_SMC_US(smu_data->smc_state_table.MemoryLevel[0].ActivityLevel); in iceland_populate_all_memory_levels()
1552 …table->MemoryACPILevel.ActivityLevel = PP_HOST_TO_SMC_US(data->current_profile_setting.mclk_activi… in iceland_populate_smc_acpi_level()
H A Dvegam_smumgr.c831 level->ActivityLevel = (uint16_t)(SclkDPMTuning_VEGAM >> DPMTuning_Activity_Shift); in vegam_populate_single_graphic_level()
850 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in vegam_populate_single_graphic_level()
1008 mem_level->ActivityLevel = (uint16_t) in vegam_populate_single_memory_level()
1026 CONVERT_FROM_HOST_TO_SMC_US(mem_level->ActivityLevel); in vegam_populate_single_memory_level()
1196 table->MemoryACPILevel.ActivityLevel = in vegam_populate_smc_acpi_level()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dsmu7_discrete.h112 uint16_t ActivityLevel; member
192 uint16_t ActivityLevel; member
H A Dsmu71_discrete.h56 uint16_t ActivityLevel; member
134 uint16_t ActivityLevel; member
H A Dsmu7_fusion.h129 uint8_t ActivityLevel; member
H A Dsmu72_discrete.h54 uint16_t ActivityLevel; member
126 uint16_t ActivityLevel; member
H A Dsmu73_discrete.h53 uint16_t ActivityLevel; member
120 uint16_t ActivityLevel; member
H A Dsmu74_discrete.h87 uint16_t ActivityLevel; member
149 uint16_t ActivityLevel; member
H A Dsmu75_discrete.h86 uint16_t ActivityLevel; member
154 uint16_t ActivityLevel; member
/dragonfly/sys/dev/drm/radeon/
H A Dsmu7_discrete.h112 uint16_t ActivityLevel; member
192 uint16_t ActivityLevel; member
H A Dsmu7_fusion.h129 uint8_t ActivityLevel; member
H A Dci_dpm.c2953 memory_level->ActivityLevel = (u16)pi->mclk_activity_target; in ci_populate_single_memory_level()
3009 memory_level->ActivityLevel = cpu_to_be16(memory_level->ActivityLevel); in ci_populate_single_memory_level()
3126 table->MemoryACPILevel.ActivityLevel = in ci_populate_smc_acpi_level()
3278 graphic_level->ActivityLevel = sclk_activity_level_t; in ci_populate_single_graphic_level()
3299 graphic_level->ActivityLevel = cpu_to_be16(graphic_level->ActivityLevel); in ci_populate_single_graphic_level()
3390 pi->smc_state_table.MemoryLevel[0].ActivityLevel = cpu_to_be16(0x1F); in ci_populate_all_memory_levels()