Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc.c770 struct pipe_ctx *pipe_set[MAX_PIPES]; in program_timing_sync() local
775 pipe_set[0] = unsynced_pipes[i]; in program_timing_sync()
787 pipe_set[0]->stream)) { in program_timing_sync()
788 pipe_set[group_size] = unsynced_pipes[j]; in program_timing_sync()
798 …if (pipe_set[j]->stream_res.tg->funcs->is_blanked && !pipe_set[j]->stream_res.tg->funcs->is_blanke… in program_timing_sync()
802 temp = pipe_set[0]; in program_timing_sync()
803 pipe_set[0] = pipe_set[j]; in program_timing_sync()
804 pipe_set[j] = temp; in program_timing_sync()
811 …if (pipe_set[j]->stream_res.tg->funcs->is_blanked && !pipe_set[j]->stream_res.tg->funcs->is_blanke… in program_timing_sync()
813 pipe_set[j] = pipe_set[group_size]; in program_timing_sync()
[all …]