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.c106 uint32_t vupdate_start, vupdate_end, vblank_start; in dcn10_wait_for_pipe_update_if_needed() local
127 dc->hwss.calc_vupdate_position(dc, pipe_ctx, &vupdate_start, in dcn10_wait_for_pipe_update_if_needed()
140 if (vpos >= vupdate_start && vupdate_start >= vblank_start) in dcn10_wait_for_pipe_update_if_needed()
141 lines_to_vupdate = stream->timing.v_total - vpos + vupdate_start; in dcn10_wait_for_pipe_update_if_needed()
143 lines_to_vupdate = vupdate_start - vpos; in dcn10_wait_for_pipe_update_if_needed()
149 if (vupdate_end < vupdate_start) in dcn10_wait_for_pipe_update_if_needed()
152 if (lines_to_vupdate > stream->timing.v_total - vupdate_end + vupdate_start) in dcn10_wait_for_pipe_update_if_needed()
155 us_vupdate = (vupdate_end - vupdate_start + 1) * us_per_line; in dcn10_wait_for_pipe_update_if_needed()
179 uint32_t vupdate_start, vupdate_end; in dcn10_set_wait_for_update_needed_for_pipe() local
191 dc->hwss.calc_vupdate_position(dc, pipe_ctx, &vupdate_start, in dcn10_set_wait_for_update_needed_for_pipe()
[all …]