Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c107 uint32_t vupdate_start, vupdate_end, vblank_start; in dcn10_wait_for_pipe_update_if_needed() local
128 dc->hwss.calc_vupdate_position(dc, pipe_ctx, &vupdate_start, in dcn10_wait_for_pipe_update_if_needed()
141 if (vpos >= vupdate_start && vupdate_start >= vblank_start) in dcn10_wait_for_pipe_update_if_needed()
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()
150 if (vupdate_end < vupdate_start) 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()
156 us_vupdate = (vupdate_end - vupdate_start + 1) * us_per_line; in dcn10_wait_for_pipe_update_if_needed()
180 uint32_t vupdate_start, vupdate_end; in dcn10_set_wait_for_update_needed_for_pipe() local
192 dc->hwss.calc_vupdate_position(dc, pipe_ctx, &vupdate_start, in dcn10_set_wait_for_update_needed_for_pipe()
[all …]