Searched refs:grouped_pipes (Results 1 – 3 of 3) sorted by relevance
2265 struct pipe_ctx *grouped_pipes[]) in dce110_enable_timing_synchronization() argument2277 gsl_params.gsl_master = grouped_pipes[0]->stream_res.tg->inst; in dce110_enable_timing_synchronization()2280 grouped_pipes[i]->stream_res.tg->funcs->setup_global_swap_lock( in dce110_enable_timing_synchronization()2281 grouped_pipes[i]->stream_res.tg, &gsl_params); in dce110_enable_timing_synchronization()2287 grouped_pipes[i]->stream_res.tg->funcs->enable_reset_trigger( in dce110_enable_timing_synchronization()2288 grouped_pipes[i]->stream_res.tg, in dce110_enable_timing_synchronization()2293 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_timing_synchronization()2294 grouped_pipes[i]->stream_res.tg->funcs->disable_reset_trigger( in dce110_enable_timing_synchronization()2295 grouped_pipes[i]->stream_res.tg); in dce110_enable_timing_synchronization()2302 …grouped_pipes[i]->stream_res.tg->funcs->tear_down_global_swap_lock(grouped_pipes[i]->stream_res.tg… in dce110_enable_timing_synchronization()[all …]
136 struct pipe_ctx *grouped_pipes[]);141 struct pipe_ctx *grouped_pipes[]);
1327 struct pipe_ctx *grouped_pipes[]) in dcn10_enable_timing_synchronization() argument1335 grouped_pipes[i]->stream_res.tg->funcs->enable_reset_trigger( in dcn10_enable_timing_synchronization()1336 grouped_pipes[i]->stream_res.tg, in dcn10_enable_timing_synchronization()1337 grouped_pipes[0]->stream_res.tg->inst); in dcn10_enable_timing_synchronization()1345 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[1]->stream_res.tg); in dcn10_enable_timing_synchronization()1347 grouped_pipes[i]->stream_res.tg->funcs->disable_reset_trigger( in dcn10_enable_timing_synchronization()1348 grouped_pipes[i]->stream_res.tg); in dcn10_enable_timing_synchronization()1356 struct pipe_ctx *grouped_pipes[]) in dcn10_enable_per_frame_crtc_position_reset() argument1363 if (grouped_pipes[i]->stream_res.tg->funcs->enable_crtc_reset) in dcn10_enable_per_frame_crtc_position_reset()1364 grouped_pipes[i]->stream_res.tg->funcs->enable_crtc_reset( in dcn10_enable_per_frame_crtc_position_reset()[all …]