Searched refs:set_active_display_count (Results 1 – 7 of 7) sorted by relevance
313 if (NULL != hwmgr->hwmgr_func->set_active_display_count) in phm_store_dal_configuration_data()314 hwmgr->hwmgr_func->set_active_display_count(hwmgr, number_of_active_display); in phm_store_dal_configuration_data()506 if (!hwmgr->hwmgr_func->set_active_display_count) in phm_set_active_display_count()509 return hwmgr->hwmgr_func->set_active_display_count(hwmgr, count); in phm_set_active_display_count()
1664 .set_active_display_count = smu10_set_active_display_count,
325 int (*set_active_display_count)(struct pp_hwmgr *hwmgr, uint32_t count); member
1914 if (!pp_funcs->set_active_display_count) in amdgpu_dpm_set_active_display_count()1918 ret = pp_funcs->set_active_display_count(adev->powerplay.pp_handle, in amdgpu_dpm_set_active_display_count()
485 int (*set_active_display_count)(void *handle, uint32_t count); member
1625 .set_active_display_count = pp_set_active_display_count,
3887 .set_active_display_count = smu_set_display_count,
Completed in 41 milliseconds