Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1923 uint32_t vupdate_start, vupdate_end; in delay_cursor_until_vupdate() local
1934 &vupdate_end); in delay_cursor_until_vupdate()
1941 vupdate_end += stream->timing.v_total; in delay_cursor_until_vupdate()
1947 } else if (vpos > vupdate_end) { in delay_cursor_until_vupdate()
1965 if (vupdate_end < vupdate_start) in delay_cursor_until_vupdate()
1966 vupdate_end += stream->timing.v_total; in delay_cursor_until_vupdate()
1967 us_vupdate = (vupdate_end - vupdate_start + 1) * us_per_line; in delay_cursor_until_vupdate()