Searched refs:vline_pos (Results 1 – 1 of 1) sorted by relevance
3745 int vline_pos = pipe_ctx->stream->periodic_interrupt.lines_offset; in dcn10_cal_vline_position() local3748 if (vline_pos > 0) in dcn10_cal_vline_position()3749 vline_pos--; in dcn10_cal_vline_position()3750 else if (vline_pos < 0) in dcn10_cal_vline_position()3751 vline_pos++; in dcn10_cal_vline_position()3753 vline_pos += dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_cal_vline_position()3754 if (vline_pos >= 0) in dcn10_cal_vline_position()3755 *start_line = vline_pos - ((vline_pos / timing->v_total) * timing->v_total); in dcn10_cal_vline_position()3757 *start_line = vline_pos + ((-vline_pos / timing->v_total) + 1) * timing->v_total - 1; in dcn10_cal_vline_position()3761 *start_line = vline_pos; in dcn10_cal_vline_position()