Home
last modified time | relevance | path

Searched refs:hwmgr_func (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dhardwaremanager.c35 if ((hw) == NULL || (hw)->hwmgr_func == NULL) \
43 if (NULL != hwmgr->hwmgr_func->asic_setup) in phm_setup_asic()
44 return hwmgr->hwmgr_func->asic_setup(hwmgr); in phm_setup_asic()
53 if (NULL != hwmgr->hwmgr_func->power_off_asic) in phm_power_down_asic()
54 return hwmgr->hwmgr_func->power_off_asic(hwmgr); in phm_power_down_asic()
70 if (NULL != hwmgr->hwmgr_func->power_state_set) in phm_set_power_state()
123 if (hwmgr->hwmgr_func->force_dpm_level != NULL) in phm_force_dpm_levels()
156 if (hwmgr->hwmgr_func->powerdown_uvd != NULL) in phm_powerdown_uvd()
276 hwmgr->hwmgr_func == NULL) in phm_check_smc_update_required_for_display_configuration()
329 if (hwmgr->hwmgr_func->store_cc6_data) in phm_store_dal_configuration_data()
[all …]
A Dpp_psm.c37 if (hwmgr->hwmgr_func->get_num_of_pp_table_entries == NULL) in psm_init_power_state_table()
40 if (hwmgr->hwmgr_func->get_power_state_size == NULL) in psm_init_power_state_table()
43 hwmgr->num_ps = table_entries = hwmgr->hwmgr_func->get_num_of_pp_table_entries(hwmgr); in psm_init_power_state_table()
45 hwmgr->ps_size = size = hwmgr->hwmgr_func->get_power_state_size(hwmgr) + in psm_init_power_state_table()
76 result = hwmgr->hwmgr_func->get_pp_table_entry(hwmgr, i, state); in psm_init_power_state_table()
297 if (hwmgr->power_profile_mode != workload && hwmgr->hwmgr_func->set_power_profile_mode) in psm_adjust_power_state_dynamic()
298 hwmgr->hwmgr_func->set_power_profile_mode(hwmgr, &workload, 0); in psm_adjust_power_state_dynamic()
A Dhwmgr.c228 !hwmgr->hwmgr_func->backend_init) { in hwmgr_hw_init()
241 ret = hwmgr->hwmgr_func->backend_init(hwmgr); in hwmgr_hw_init()
270 if (hwmgr->hwmgr_func->backend_fini) in hwmgr_hw_init()
271 hwmgr->hwmgr_func->backend_fini(hwmgr); in hwmgr_hw_init()
290 if (hwmgr->hwmgr_func->backend_fini) in hwmgr_hw_fini()
291 hwmgr->hwmgr_func->backend_fini(hwmgr); in hwmgr_hw_fini()
A Dsmu7_thermal.c155 hwmgr->hwmgr_func->set_max_fan_rpm_output(hwmgr, in smu7_fan_ctrl_start_smc_fan_control()
159 hwmgr->hwmgr_func->set_max_fan_pwm_output(hwmgr, in smu7_fan_ctrl_start_smc_fan_control()
A Dvega12_processpptables.c397 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware));
A Dsmu10_hwmgr.c1668 hwmgr->hwmgr_func = &smu10_hwmgr_funcs; in smu10_init_function_pointers()
A Dprocess_pptables_v1_0.c1408 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in get_powerplay_table_entry_v1_0()
A Dvega10_processpptables.c1337 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(power_state->hardware)); in vega10_get_powerplay_table_entry()
A Dprocesspptables.c966 result = hwmgr->hwmgr_func->patch_boot_state(hwmgr, &(ps->hardware)); in pp_tables_get_entry()
A Dsmu8_hwmgr.c2046 hwmgr->hwmgr_func = &smu8_hwmgr_funcs; in smu8_init_function_pointers()
A Dvega12_hwmgr.c2955 hwmgr->hwmgr_func = &vega12_hwmgr_funcs; in vega12_hwmgr_init()
A Dvega20_hwmgr.c4439 hwmgr->hwmgr_func = &vega20_hwmgr_funcs; in vega20_hwmgr_init()
A Dvega10_hwmgr.c5598 hwmgr->hwmgr_func = &vega10_hwmgr_funcs; in vega10_hwmgr_init()
A Dsmu7_hwmgr.c5771 hwmgr->hwmgr_func = &smu7_hwmgr_funcs; in smu7_init_function_pointers()
/linux/drivers/gpu/drm/amd/pm/powerplay/
A Damd_powerplay.c160 if (hwmgr->hwmgr_func->notify_cac_buffer_info) in pp_reserve_vram_for_smu()
391 if (hwmgr->hwmgr_func->get_sclk == NULL) { in pp_dpm_get_sclk()
396 clk = hwmgr->hwmgr_func->get_sclk(hwmgr, low); in pp_dpm_get_sclk()
409 if (hwmgr->hwmgr_func->get_mclk == NULL) { in pp_dpm_get_mclk()
414 clk = hwmgr->hwmgr_func->get_mclk(hwmgr, low); in pp_dpm_get_mclk()
703 if (hwmgr->hwmgr_func->avfs_control) { in pp_dpm_set_pp_table()
772 ret = hwmgr->hwmgr_func->get_sclk_od(hwmgr); in pp_dpm_get_sclk_od()
809 ret = hwmgr->hwmgr_func->get_mclk_od(hwmgr); in pp_dpm_get_mclk_od()
948 if (hwmgr->hwmgr_func->set_mp1_state) in pp_dpm_set_mp1_state()
1366 hwmgr->hwmgr_func->smus_notify_pwe(hwmgr); in pp_notify_smu_enable_pwe()
[all …]
/linux/drivers/gpu/drm/amd/pm/
A Damdgpu_dpm.c1545 if (hwmgr && hwmgr->hwmgr_func && in amdgpu_dpm_enable_uvd()
1546 hwmgr->hwmgr_func->update_nbdpm_pstate) in amdgpu_dpm_enable_uvd()
1547 hwmgr->hwmgr_func->update_nbdpm_pstate(hwmgr, in amdgpu_dpm_enable_uvd()
/linux/drivers/gpu/drm/amd/pm/inc/
A Dhwmgr.h782 const struct pp_hwmgr_func *hwmgr_func; member

Completed in 69 milliseconds