Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c108 unsigned int lines_to_vupdate, us_to_vupdate; in dcn10_wait_for_pipe_update_if_needed() local
142 lines_to_vupdate = stream->timing.v_total - vpos + vupdate_start; in dcn10_wait_for_pipe_update_if_needed()
144 lines_to_vupdate = vupdate_start - vpos; in dcn10_wait_for_pipe_update_if_needed()
148 us_to_vupdate = lines_to_vupdate * us_per_line; in dcn10_wait_for_pipe_update_if_needed()
153 if (lines_to_vupdate > stream->timing.v_total - vupdate_end + vupdate_start) in dcn10_wait_for_pipe_update_if_needed()
2196 unsigned int lines_to_vupdate, us_to_vupdate, vpos; in delay_cursor_until_vupdate() local
2213 lines_to_vupdate = vupdate_start - vpos; in delay_cursor_until_vupdate()
2215 lines_to_vupdate = stream->timing.v_total - vpos + vupdate_start; in delay_cursor_until_vupdate()
2221 us_to_vupdate = lines_to_vupdate * us_per_line; in delay_cursor_until_vupdate()
2228 if (lines_to_vupdate > stream->timing.v_total - vupdate_end + vupdate_start) in delay_cursor_until_vupdate()