Searched refs:set_active_display_count (Results 1 – 7 of 7) sorted by relevance
323 if (NULL != hwmgr->hwmgr_func->set_active_display_count) in phm_store_dal_configuration_data()324 hwmgr->hwmgr_func->set_active_display_count(hwmgr, number_of_active_display); in phm_store_dal_configuration_data()516 if (!hwmgr->hwmgr_func->set_active_display_count) in phm_set_active_display_count()519 return hwmgr->hwmgr_func->set_active_display_count(hwmgr, count); in phm_set_active_display_count()
1665 .set_active_display_count = smu10_set_active_display_count,
438 int (*set_active_display_count)(void *handle, uint32_t count); member
326 int (*set_active_display_count)(struct pp_hwmgr *hwmgr, uint32_t count); member
1762 if (!pp_funcs->set_active_display_count) in amdgpu_dpm_set_active_display_count()1766 ret = pp_funcs->set_active_display_count(adev->powerplay.pp_handle, in amdgpu_dpm_set_active_display_count()
1635 .set_active_display_count = pp_set_active_display_count,
3674 .set_active_display_count = smu_set_display_count,