Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h974 bool stream_visited[DML2_MAX_PLANES]; member
1680 bool stream_visited[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c8022 memset(s->stream_visited, 0, DML2_MAX_PLANES * sizeof(bool)); in dml_core_mode_support()
8026 if (!s->stream_visited[display_cfg->plane_descriptors[k].stream_index]) { in dml_core_mode_support()
8027 s->stream_visited[display_cfg->plane_descriptors[k].stream_index] = 1; in dml_core_mode_support()
8201 memset(s->stream_visited, 0, DML2_MAX_PLANES * sizeof(bool)); in dml_core_mode_support()
8204 …if (mode_lib->ms.RequiresDSC[k] == true && !s->stream_visited[display_cfg->plane_descriptors[k].st… in dml_core_mode_support()
8221 s->stream_visited[display_cfg->plane_descriptors[k].stream_index] = 1; in dml_core_mode_support()
10301 memset(l->stream_visited, 0, DML2_MAX_PLANES * sizeof(bool)); in CalculateStutterEfficiency()
10305 if (!l->stream_visited[p->display_cfg->plane_descriptors[k].stream_index]) { in CalculateStutterEfficiency()
10320 l->stream_visited[p->display_cfg->plane_descriptors[k].stream_index] = 1; in CalculateStutterEfficiency()