Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_fiji_smumgr.c971 level->ActivityLevel = data->current_profile_setting.sclk_activity; in fiji_populate_single_graphic_level()
995 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in fiji_populate_single_graphic_level()
1220 CONVERT_FROM_HOST_TO_SMC_US(mem_level->ActivityLevel); in fiji_populate_single_memory_level()
1260 levels[0].ActivityLevel = (uint16_t)data->mclk_dpm0_activity_target; in fiji_populate_all_memory_levels()
1261 CONVERT_FROM_HOST_TO_SMC_US(levels[0].ActivityLevel); in fiji_populate_all_memory_levels()
1415 table->MemoryACPILevel.ActivityLevel = in fiji_populate_smc_acpi_level()
2579 if (levels[i].ActivityLevel != in fiji_update_dpm_settings()
2581 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in fiji_update_dpm_settings()
2584 + offsetof(SMU73_Discrete_GraphicsLevel, ActivityLevel); in fiji_update_dpm_settings()
2614 if (mclk_levels[i].ActivityLevel != in fiji_update_dpm_settings()
[all …]
H A Damdgpu_polaris10_smumgr.c939 level->ActivityLevel = data->current_profile_setting.sclk_activity; in polaris10_populate_single_graphic_level()
968 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in polaris10_populate_single_graphic_level()
1123 CONVERT_FROM_HOST_TO_SMC_US(mem_level->ActivityLevel); in polaris10_populate_single_memory_level()
1164 levels[0].ActivityLevel = 0x1f; in polaris10_populate_all_memory_levels()
1165 CONVERT_FROM_HOST_TO_SMC_US(levels[0].ActivityLevel); in polaris10_populate_all_memory_levels()
1282 table->MemoryACPILevel.ActivityLevel = in polaris10_populate_smc_acpi_level()
2495 if (levels[i].ActivityLevel != in polaris10_update_dpm_settings()
2497 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in polaris10_update_dpm_settings()
2500 + offsetof(SMU74_Discrete_GraphicsLevel, ActivityLevel); in polaris10_update_dpm_settings()
2530 if (mclk_levels[i].ActivityLevel != in polaris10_update_dpm_settings()
[all …]
H A Damdgpu_ci_smumgr.c438 level->ActivityLevel = data->current_profile_setting.sclk_activity; in ci_populate_single_graphic_level()
463 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in ci_populate_single_graphic_level()
1229 memory_level->ActivityLevel = data->current_profile_setting.mclk_activity; in ci_populate_single_memory_level()
1288 CONVERT_FROM_HOST_TO_SMC_US(memory_level->ActivityLevel); in ci_populate_single_memory_level()
1339 smu_data->smc_state_table.MemoryLevel[0].ActivityLevel = 0x1F; in ci_populate_all_memory_levels()
2790 if (levels[i].ActivityLevel != in ci_update_dpm_settings()
2792 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in ci_update_dpm_settings()
2795 + offsetof(SMU7_Discrete_GraphicsLevel, ActivityLevel); in ci_update_dpm_settings()
2825 if (mclk_levels[i].ActivityLevel != in ci_update_dpm_settings()
2827 mclk_levels[i].ActivityLevel = cpu_to_be16(setting->mclk_activity); in ci_update_dpm_settings()
[all …]
H A Damdgpu_tonga_smumgr.c679 CONVERT_FROM_HOST_TO_SMC_US(graphic_level->ActivityLevel); in tonga_populate_single_graphic_level()
1011 memory_level->ActivityLevel = data->current_profile_setting.mclk_activity; in tonga_populate_single_memory_level()
1076 CONVERT_FROM_HOST_TO_SMC_US(memory_level->ActivityLevel); in tonga_populate_single_memory_level()
1132 smu_data->smc_state_table.MemoryLevel[0].ActivityLevel = 0x1F; in tonga_populate_all_memory_levels()
1300 table->MemoryACPILevel.ActivityLevel = in tonga_populate_smc_acpi_level()
3178 if (levels[i].ActivityLevel != in tonga_update_dpm_settings()
3180 levels[i].ActivityLevel = cpu_to_be16(setting->sclk_activity); in tonga_update_dpm_settings()
3183 + offsetof(SMU72_Discrete_GraphicsLevel, ActivityLevel); in tonga_update_dpm_settings()
3213 if (mclk_levels[i].ActivityLevel != in tonga_update_dpm_settings()
3215 mclk_levels[i].ActivityLevel = cpu_to_be16(setting->mclk_activity); in tonga_update_dpm_settings()
[all …]
H A Damdgpu_iceland_smumgr.c923 graphic_level->ActivityLevel = data->current_profile_setting.sclk_activity; in iceland_populate_single_graphic_level()
952 CONVERT_FROM_HOST_TO_SMC_US(graphic_level->ActivityLevel); in iceland_populate_single_graphic_level()
1277 memory_level->ActivityLevel = data->current_profile_setting.mclk_activity; in iceland_populate_single_memory_level()
1336 CONVERT_FROM_HOST_TO_SMC_US(memory_level->ActivityLevel); in iceland_populate_single_memory_level()
1384 smu_data->smc_state_table.MemoryLevel[0].ActivityLevel = 0x1F; in iceland_populate_all_memory_levels()
1385 CONVERT_FROM_HOST_TO_SMC_US(smu_data->smc_state_table.MemoryLevel[0].ActivityLevel); in iceland_populate_all_memory_levels()
1558 …table->MemoryACPILevel.ActivityLevel = PP_HOST_TO_SMC_US(data->current_profile_setting.mclk_activi… in iceland_populate_smc_acpi_level()
H A Damdgpu_vegam_smumgr.c833 level->ActivityLevel = (uint16_t)(SclkDPMTuning_VEGAM >> DPMTuning_Activity_Shift); in vegam_populate_single_graphic_level()
852 CONVERT_FROM_HOST_TO_SMC_US(level->ActivityLevel); in vegam_populate_single_graphic_level()
1010 mem_level->ActivityLevel = (uint16_t) in vegam_populate_single_memory_level()
1029 CONVERT_FROM_HOST_TO_SMC_US(mem_level->ActivityLevel); in vegam_populate_single_memory_level()
1187 table->MemoryACPILevel.ActivityLevel = in vegam_populate_smc_acpi_level()
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsmu7_discrete.h114 uint16_t ActivityLevel; member
194 uint16_t ActivityLevel; member
H A Dsmu7_fusion.h131 uint8_t ActivityLevel; member
H A Dradeon_ci_dpm.c2925 memory_level->ActivityLevel = (u16)pi->mclk_activity_target; in ci_populate_single_memory_level()
2981 memory_level->ActivityLevel = cpu_to_be16(memory_level->ActivityLevel); in ci_populate_single_memory_level()
3098 table->MemoryACPILevel.ActivityLevel = in ci_populate_smc_acpi_level()
3250 graphic_level->ActivityLevel = sclk_activity_level_t; in ci_populate_single_graphic_level()
3271 graphic_level->ActivityLevel = cpu_to_be16(graphic_level->ActivityLevel); in ci_populate_single_graphic_level()
3362 pi->smc_state_table.MemoryLevel[0].ActivityLevel = cpu_to_be16(0x1F); in ci_populate_all_memory_levels()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu7_discrete.h114 uint16_t ActivityLevel; member
194 uint16_t ActivityLevel; member
H A Dsmu71_discrete.h58 uint16_t ActivityLevel; member
136 uint16_t ActivityLevel; member
H A Dsmu7_fusion.h131 uint8_t ActivityLevel; member
H A Dsmu73_discrete.h55 uint16_t ActivityLevel; member
122 uint16_t ActivityLevel; member
H A Dsmu72_discrete.h56 uint16_t ActivityLevel; member
128 uint16_t ActivityLevel; member
H A Dsmu74_discrete.h89 uint16_t ActivityLevel; member
151 uint16_t ActivityLevel; member
H A Dsmu75_discrete.h88 uint16_t ActivityLevel; member
156 uint16_t ActivityLevel; member