Searched refs:sorted_group_gtl_disallow_index (Results 1 – 2 of 2) sorted by relevance
1257 memset(s->pmo_dcn4.sorted_group_gtl_disallow_index, 0, sizeof(unsigned int) * DML2_MAX_PLANES); in is_config_schedulable()1269 s->pmo_dcn4.sorted_group_gtl_disallow_index[i] = i; in is_config_schedulable()1293 …isallow_us = s->pmo_dcn4.group_common_fams2_meta[s->pmo_dcn4.sorted_group_gtl_disallow_index[j]].d… in is_config_schedulable()1294 …isallow_us = s->pmo_dcn4.group_common_fams2_meta[s->pmo_dcn4.sorted_group_gtl_disallow_index[j + 1… in is_config_schedulable()1297 swap(s->pmo_dcn4.sorted_group_gtl_disallow_index[j], in is_config_schedulable()1298 s->pmo_dcn4.sorted_group_gtl_disallow_index[j+1]); in is_config_schedulable()1319 unsigned int sorted_j = s->pmo_dcn4.sorted_group_gtl_disallow_index[j]; in is_config_schedulable()
679 unsigned int sorted_group_gtl_disallow_index[DML2_MAX_PLANES]; member