Searched refs:vupdate_start (Results 1 – 1 of 1) sorted by relevance
1977 uint32_t vupdate_start, vupdate_end; in delay_cursor_until_vupdate() local1987 dc->hwss.calc_vupdate_position(dc, pipe_ctx, &vupdate_start, in delay_cursor_until_vupdate()1994 vupdate_start += stream->timing.v_total; in delay_cursor_until_vupdate()1998 if (vpos <= vupdate_start) { in delay_cursor_until_vupdate()2000 lines_to_vupdate = vupdate_start - vpos; in delay_cursor_until_vupdate()2019 if (vupdate_end < vupdate_start) in delay_cursor_until_vupdate()2021 us_vupdate = (vupdate_end - vupdate_start + 1) * us_per_line; in delay_cursor_until_vupdate()