Home
last modified time | relevance | path

Searched refs:sorted_group_gtl_disallow_index (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
Ddml2_pmo_dcn4_fams2.c1257 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()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
Ddml2_internal_shared_types.h679 unsigned int sorted_group_gtl_disallow_index[DML2_MAX_PLANES]; member