Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c902 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table()
907 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table()
1615 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
/linux-6.6.21/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h366 int (*odn_edit_dpm_table)(void *handle, enum PP_OD_DPM_TABLE_COMMAND type, member
/linux-6.6.21/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c1044 if (!pp_funcs->odn_edit_dpm_table) in amdgpu_dpm_odn_edit_dpm_table()
1048 ret = pp_funcs->odn_edit_dpm_table(adev->powerplay.pp_handle, in amdgpu_dpm_odn_edit_dpm_table()
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h339 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c3149 .odn_edit_dpm_table = smu_od_edit_dpm_table,
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega20_hwmgr.c4397 .odn_edit_dpm_table = vega20_odn_edit_dpm_table,
Dsmu7_hwmgr.c5789 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,
Dvega10_hwmgr.c5757 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,