Searched refs:odn_edit_dpm_table (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | amd_powerplay.c | 902 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table() 907 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table() 1615 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 366 int (*odn_edit_dpm_table)(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_dpm.c | 1044 if (!pp_funcs->odn_edit_dpm_table) in amdgpu_dpm_odn_edit_dpm_table() 1048 ret = pp_funcs->odn_edit_dpm_table(adev->powerplay.pp_handle, in amdgpu_dpm_odn_edit_dpm_table()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 339 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 3153 .odn_edit_dpm_table = smu_od_edit_dpm_table,
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega20_hwmgr.c | 4412 .odn_edit_dpm_table = vega20_odn_edit_dpm_table,
|
H A D | vega10_hwmgr.c | 5811 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,
|
H A D | smu7_hwmgr.c | 5790 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,
|