HomeSort by: relevance | last modified time | path
    Searched refs:update_dpm_settings (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_smumgr.c 212 if (hwmgr->smumgr_funcs->update_dpm_settings)
213 return hwmgr->smumgr_funcs->update_dpm_settings(hwmgr, profile_setting);
amdgpu_fiji_smumgr.c 2672 .update_dpm_settings = fiji_update_dpm_settings,
amdgpu_ci_smumgr.c 2963 .update_dpm_settings = ci_update_dpm_settings,
amdgpu_polaris10_smumgr.c 2587 .update_dpm_settings = polaris10_update_dpm_settings,
amdgpu_tonga_smumgr.c 3269 .update_dpm_settings = tonga_update_dpm_settings,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 232 int (*update_dpm_settings)(struct pp_hwmgr *hwmgr, void *profile_setting); member in struct:pp_smumgr_func

Completed in 94 milliseconds