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