Searched refs:odn_edit_dpm_table (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/ |
H A D | kgd_pp_interface.h | 286 int (*odn_edit_dpm_table)(void *handle, uint32_t type, long *input, uint32_t size); member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
H A D | amdgpu_amd_powerplay.c | 925 if (hwmgr->hwmgr_func->odn_edit_dpm_table == NULL) { in pp_odn_edit_dpm_table() 930 return hwmgr->hwmgr_func->odn_edit_dpm_table(hwmgr, type, input, size); in pp_odn_edit_dpm_table() 1632 .odn_edit_dpm_table = pp_odn_edit_dpm_table,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_dpm.h | 359 ((adev)->powerplay.pp_funcs->odn_edit_dpm_table(\
|
H A D | amdgpu_pm.c | 796 if (adev->powerplay.pp_funcs->odn_edit_dpm_table) { in amdgpu_set_pp_od_clk_voltage()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
H A D | hwmgr.h | 342 int (*odn_edit_dpm_table)(struct pp_hwmgr *hwmgr, member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
H A D | amdgpu_vega20_hwmgr.c | 4235 .odn_edit_dpm_table = vega20_odn_edit_dpm_table,
|
H A D | amdgpu_smu7_hwmgr.c | 5166 .odn_edit_dpm_table = smu7_odn_edit_dpm_table,
|
H A D | amdgpu_vega10_hwmgr.c | 5451 .odn_edit_dpm_table = vega10_odn_edit_dpm_table,
|