Searched refs:set_active_display_count (Results 1 – 7 of 7) sorted by relevance
321 if (NULL != hwmgr->hwmgr_func->set_active_display_count) in phm_store_dal_configuration_data()322 hwmgr->hwmgr_func->set_active_display_count(hwmgr, number_of_active_display); in phm_store_dal_configuration_data()514 if (!hwmgr->hwmgr_func->set_active_display_count) in phm_set_active_display_count()517 return hwmgr->hwmgr_func->set_active_display_count(hwmgr, count); in phm_set_active_display_count()
1636 .set_active_display_count = smu10_set_active_display_count,
388 int (*set_active_display_count)(void *handle, uint32_t count); member
327 int (*set_active_display_count)(struct pp_hwmgr *hwmgr, uint32_t count); member
1625 if (!pp_funcs->set_active_display_count) in amdgpu_dpm_set_active_display_count()1629 ret = pp_funcs->set_active_display_count(adev->powerplay.pp_handle, in amdgpu_dpm_set_active_display_count()
1580 .set_active_display_count = pp_set_active_display_count,
3018 .set_active_display_count = smu_set_display_count,