Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1442 struct pipe_ctx *pipe_set[MAX_PIPES]; in program_timing_sync() local
1447 pipe_set[0] = unsynced_pipes[i]; in program_timing_sync()
1461 pipe_set[0]->stream)) { in program_timing_sync()
1463 pipe_set[group_size] = unsynced_pipes[j]; in program_timing_sync()
1470 pipe_set[0]->stream)) { in program_timing_sync()
1472 pipe_set[group_size] = unsynced_pipes[j]; in program_timing_sync()
1482 if (pipe_set[j]->stream_res.opp->funcs->dpg_is_blanked) in program_timing_sync()
1484 pipe_set[j]->stream_res.opp->funcs->dpg_is_blanked(pipe_set[j]->stream_res.opp); in program_timing_sync()
1487 pipe_set[j]->stream_res.tg->funcs->is_blanked(pipe_set[j]->stream_res.tg); in program_timing_sync()
1492 swap(pipe_set[0], pipe_set[j]); in program_timing_sync()
[all …]