Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c849 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table()
854 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table()
1562 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
/linux-6.1.9/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h357 int (*odn_edit_dpm_table)(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, member
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h340 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
/linux-6.1.9/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c996 if (!pp_funcs->odn_edit_dpm_table) in amdgpu_dpm_odn_edit_dpm_table()
1000 ret = pp_funcs->odn_edit_dpm_table(adev->powerplay.pp_handle, in amdgpu_dpm_odn_edit_dpm_table()
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c3008 .odn_edit_dpm_table = smu_od_edit_dpm_table,
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega20_hwmgr.c4392 .odn_edit_dpm_table = vega20_odn_edit_dpm_table,
Dvega10_hwmgr.c5730 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,
Dsmu7_hwmgr.c5729 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,