Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h285 int (*odn_edit_dpm_table)(void *handle, uint32_t type, long *input, uint32_t size); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c934 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table()
939 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table()
1662 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h357 ((adev)->powerplay.pp_funcs->odn_edit_dpm_table(\
H A Dhwmgr.h341 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c842 if (adev->powerplay.pp_funcs->odn_edit_dpm_table) { in amdgpu_set_pp_od_clk_voltage()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c4396 .odn_edit_dpm_table = vega20_odn_edit_dpm_table,
H A Dvega10_hwmgr.c5572 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,
H A Dsmu7_hwmgr.c5335 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,