Home
last modified time | relevance | path

Searched refs:odn_edit_dpm_table (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c887 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table()
892 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table()
1602 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c1153 if (!pp_funcs->odn_edit_dpm_table) in amdgpu_dpm_odn_edit_dpm_table()
1157 ret = pp_funcs->odn_edit_dpm_table(adev->powerplay.pp_handle, in amdgpu_dpm_odn_edit_dpm_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h339 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h435 int (*odn_edit_dpm_table)(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, member
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3746 .odn_edit_dpm_table = smu_od_edit_dpm_table,
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c4412 .odn_edit_dpm_table = vega20_odn_edit_dpm_table,
H A Dsmu7_hwmgr.c5797 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,
H A Dvega10_hwmgr.c5816 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,