Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h960 bool stream_visited[DML2_MAX_PLANES]; member
1645 bool stream_visited[DML2_MAX_PLANES]; member
Ddml2_core_dcn4_calcs.c7702 memset(s->stream_visited, 0, DML2_MAX_PLANES * sizeof(bool)); in dml_core_mode_support()
7706 if (!s->stream_visited[display_cfg->plane_descriptors[k].stream_index]) { in dml_core_mode_support()
7707 s->stream_visited[display_cfg->plane_descriptors[k].stream_index] = 1; in dml_core_mode_support()
7881 memset(s->stream_visited, 0, DML2_MAX_PLANES * sizeof(bool)); in dml_core_mode_support()
7884 …if (mode_lib->ms.RequiresDSC[k] == true && !s->stream_visited[display_cfg->plane_descriptors[k].st… in dml_core_mode_support()
7901 s->stream_visited[display_cfg->plane_descriptors[k].stream_index] = 1; in dml_core_mode_support()
9873 memset(l->stream_visited, 0, DML2_MAX_PLANES * sizeof(bool)); in CalculateStutterEfficiency()
9877 if (!l->stream_visited[p->display_cfg->plane_descriptors[k].stream_index]) { in CalculateStutterEfficiency()
9892 l->stream_visited[p->display_cfg->plane_descriptors[k].stream_index] = 1; in CalculateStutterEfficiency()