Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c963 struct pipe_ctx *pipe_set[MAX_PIPES]; in program_timing_sync() local
968 pipe_set[0] = unsynced_pipes[i]; in program_timing_sync()
980 pipe_set[0]->stream)) { in program_timing_sync()
981 pipe_set[group_size] = unsynced_pipes[j]; in program_timing_sync()
989 if (pipe_set[j]->plane_state) { in program_timing_sync()
993 swap(pipe_set[0], pipe_set[j]); in program_timing_sync()
1000 struct dc_stream_status *status = dc_stream_get_status_from_state(ctx, pipe_set[k]->stream); in program_timing_sync()
1012 if (pipe_set[j]->plane_state) { in program_timing_sync()
1014 pipe_set[j] = pipe_set[group_size]; in program_timing_sync()
1021 dc, group_index, group_size, pipe_set); in program_timing_sync()