Searched refs:grouped_pipes (Results 1 – 3 of 3) sorted by relevance
2286 struct pipe_ctx *grouped_pipes[]) in dce110_enable_timing_synchronization() argument2298 gsl_params.gsl_master = grouped_pipes[0]->stream_res.tg->inst; in dce110_enable_timing_synchronization()2301 grouped_pipes[i]->stream_res.tg->funcs->setup_global_swap_lock( in dce110_enable_timing_synchronization()2302 grouped_pipes[i]->stream_res.tg, &gsl_params); in dce110_enable_timing_synchronization()2308 grouped_pipes[i]->stream_res.tg->funcs->enable_reset_trigger( in dce110_enable_timing_synchronization()2309 grouped_pipes[i]->stream_res.tg, in dce110_enable_timing_synchronization()2314 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_timing_synchronization()2315 grouped_pipes[i]->stream_res.tg->funcs->disable_reset_trigger( in dce110_enable_timing_synchronization()2316 grouped_pipes[i]->stream_res.tg); in dce110_enable_timing_synchronization()2323 …grouped_pipes[i]->stream_res.tg->funcs->tear_down_global_swap_lock(grouped_pipes[i]->stream_res.tg… in dce110_enable_timing_synchronization()[all …]
172 struct pipe_ctx *grouped_pipes[]);177 struct pipe_ctx *grouped_pipes[]);
1569 struct pipe_ctx *grouped_pipes[]) in dcn10_enable_timing_synchronization() argument1577 grouped_pipes[i]->stream_res.tg->funcs->enable_reset_trigger( in dcn10_enable_timing_synchronization()1578 grouped_pipes[i]->stream_res.tg, in dcn10_enable_timing_synchronization()1579 grouped_pipes[0]->stream_res.tg->inst); in dcn10_enable_timing_synchronization()1587 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[1]->stream_res.tg); in dcn10_enable_timing_synchronization()1589 grouped_pipes[i]->stream_res.tg->funcs->disable_reset_trigger( in dcn10_enable_timing_synchronization()1590 grouped_pipes[i]->stream_res.tg); in dcn10_enable_timing_synchronization()1598 struct pipe_ctx *grouped_pipes[]) in dcn10_enable_per_frame_crtc_position_reset() argument1605 if (grouped_pipes[i]->stream_res.tg->funcs->enable_crtc_reset) in dcn10_enable_per_frame_crtc_position_reset()1606 grouped_pipes[i]->stream_res.tg->funcs->enable_crtc_reset( in dcn10_enable_per_frame_crtc_position_reset()[all …]