Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h171 const struct dcp_gsl_params *gsl_params);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2833 struct dcp_gsl_params gsl_params = { 0 }; in dce110_enable_timing_synchronization() local
2842 gsl_params.gsl_group = 0; in dce110_enable_timing_synchronization()
2843 gsl_params.gsl_master = grouped_pipes[0]->stream_res.tg->inst; in dce110_enable_timing_synchronization()
2847 grouped_pipes[i]->stream_res.tg, &gsl_params); in dce110_enable_timing_synchronization()
2855 gsl_params.gsl_group); in dce110_enable_timing_synchronization()
2878 struct dcp_gsl_params gsl_params = { 0 }; in dce110_enable_per_frame_crtc_position_reset() local
2882 gsl_params.gsl_group = 0; in dce110_enable_per_frame_crtc_position_reset()
2883 gsl_params.gsl_master = 0; in dce110_enable_per_frame_crtc_position_reset()
2887 grouped_pipes[i]->stream_res.tg, &gsl_params); in dce110_enable_per_frame_crtc_position_reset()
2894 gsl_params.gsl_master, in dce110_enable_per_frame_crtc_position_reset()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3286 struct gsl_params gsl; in dcn401_setup_gsl_group_as_lock_sequence()
3289 memset(&gsl, 0, sizeof(struct gsl_params)); in dcn401_setup_gsl_group_as_lock_sequence()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2597 struct gsl_params *gsl = &params->tg_set_gsl_params.gsl; in hwss_tg_set_gsl()
3530 struct gsl_params gsl) in hwss_add_tg_set_gsl()