Searched refs:vupdate_pos (Results 1 – 1 of 1) sorted by relevance
3806 int vupdate_pos = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_calc_vupdate_position() local3808 if (vupdate_pos >= 0) in dcn10_calc_vupdate_position()3809 *start_line = vupdate_pos - ((vupdate_pos / timing->v_total) * timing->v_total); in dcn10_calc_vupdate_position()3811 *start_line = vupdate_pos + ((-vupdate_pos / timing->v_total) + 1) * timing->v_total - 1; in dcn10_calc_vupdate_position()