Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h276 int (*odn_edit_dpm_table)(void *handle, uint32_t type, long *input, uint32_t size); member
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c919 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table()
924 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table()
1580 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.h367 ((adev)->powerplay.pp_funcs->odn_edit_dpm_table(\
Damdgpu_pm.c699 if (adev->powerplay.pp_funcs->odn_edit_dpm_table) { in amdgpu_set_pp_od_clk_voltage()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h340 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega20_hwmgr.c4193 .odn_edit_dpm_table = vega20_odn_edit_dpm_table,
Dsmu7_hwmgr.c5156 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,
Dvega10_hwmgr.c5326 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,