Searched refs:odn_edit_dpm_table (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/ |
A D | amd_powerplay.c | 930 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table() 935 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table() 1716 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
A D | amdgpu_dpm.h | 357 ((adev)->powerplay.pp_funcs->odn_edit_dpm_table(\
|
A D | hwmgr.h | 341 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
|
/linux/drivers/gpu/drm/amd/include/ |
A D | kgd_pp_interface.h | 344 int (*odn_edit_dpm_table)(void *handle, uint32_t type, long *input, uint32_t size); member
|
/linux/drivers/gpu/drm/amd/pm/swsmu/ |
A D | amdgpu_smu.c | 3125 .odn_edit_dpm_table = smu_od_edit_dpm_table,
|
/linux/drivers/gpu/drm/amd/pm/ |
A D | amdgpu_pm.c | 870 if (adev->powerplay.pp_funcs->odn_edit_dpm_table) { in amdgpu_set_pp_od_clk_voltage()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | vega20_hwmgr.c | 4399 .odn_edit_dpm_table = vega20_odn_edit_dpm_table,
|
A D | vega10_hwmgr.c | 5581 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,
|
A D | smu7_hwmgr.c | 5741 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,
|
Completed in 54 milliseconds