Searched refs:odn_edit_dpm_table (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 246 int (*odn_edit_dpm_table)(void *handle, uint32_t type, long *input, uint32_t size); member
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/ |
D | amd_powerplay.c | 878 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table() 883 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table() 1256 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.h | 357 ((adev)->powerplay.pp_funcs->odn_edit_dpm_table(\
|
D | amdgpu_pm.c | 542 if (adev->powerplay.pp_funcs->odn_edit_dpm_table) in amdgpu_set_pp_od_clk_voltage()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/ |
D | hwmgr.h | 325 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | smu7_hwmgr.c | 5063 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,
|
D | vega10_hwmgr.c | 4915 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,
|