Searched refs:dlg_otg_param (Results 1 – 3 of 3) sorted by relevance
67 if (optc->dlg_otg_param.vstartup_start == 0) { in optc1_program_global_sync()73 VSTARTUP_START, optc->dlg_otg_param.vstartup_start); in optc1_program_global_sync()76 VUPDATE_OFFSET, optc->dlg_otg_param.vupdate_offset, in optc1_program_global_sync()77 VUPDATE_WIDTH, optc->dlg_otg_param.vupdate_width); in optc1_program_global_sync()80 VREADY_OFFSET, optc->dlg_otg_param.vready_offset); in optc1_program_global_sync()126 vertical_line_start = asic_blank_end - optc->dlg_otg_param.vstartup_start + 1; in get_start_vline()291 vertical_line_start = asic_blank_end - optc->dlg_otg_param.vstartup_start + 1; in optc1_program_timing()307 if (optc->dlg_otg_param.signal == SIGNAL_TYPE_DISPLAY_PORT || in optc1_program_timing()308 optc->dlg_otg_param.signal == SIGNAL_TYPE_DISPLAY_PORT_MST || in optc1_program_timing()309 optc->dlg_otg_param.signal == SIGNAL_TYPE_EDP) { in optc1_program_timing()[all …]
653 pipe_ctx->stream_res.tg->dlg_otg_param.vready_offset = pipe_ctx->pipe_dlg_param.vready_offset; in dcn10_enable_stream_timing()654 pipe_ctx->stream_res.tg->dlg_otg_param.vstartup_start = pipe_ctx->pipe_dlg_param.vstartup_start; in dcn10_enable_stream_timing()655 pipe_ctx->stream_res.tg->dlg_otg_param.vupdate_offset = pipe_ctx->pipe_dlg_param.vupdate_offset; in dcn10_enable_stream_timing()656 pipe_ctx->stream_res.tg->dlg_otg_param.vupdate_width = pipe_ctx->pipe_dlg_param.vupdate_width; in dcn10_enable_stream_timing()658 pipe_ctx->stream_res.tg->dlg_otg_param.signal = pipe_ctx->stream->signal; in dcn10_enable_stream_timing()2194 pipe_ctx->stream_res.tg->dlg_otg_param.vready_offset = pipe_ctx->pipe_dlg_param.vready_offset; in program_all_pipe_in_tree()2195 pipe_ctx->stream_res.tg->dlg_otg_param.vstartup_start = pipe_ctx->pipe_dlg_param.vstartup_start; in program_all_pipe_in_tree()2196 pipe_ctx->stream_res.tg->dlg_otg_param.vupdate_offset = pipe_ctx->pipe_dlg_param.vupdate_offset; in program_all_pipe_in_tree()2197 pipe_ctx->stream_res.tg->dlg_otg_param.vupdate_width = pipe_ctx->pipe_dlg_param.vupdate_width; in program_all_pipe_in_tree()2198 pipe_ctx->stream_res.tg->dlg_otg_param.signal = pipe_ctx->stream->signal; in program_all_pipe_in_tree()
129 struct _dlg_otg_param dlg_otg_param; member