Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1978 uint32_t vupdate_start, vupdate_end; in delay_cursor_until_vupdate() local
1988 dc->hwss.calc_vupdate_position(dc, pipe_ctx, &vupdate_start, in delay_cursor_until_vupdate()
1994 if (vpos <= vupdate_start) { in delay_cursor_until_vupdate()
1996 lines_to_vupdate = vupdate_start - vpos; in delay_cursor_until_vupdate()
1998 lines_to_vupdate = stream->timing.v_total - vpos + vupdate_start; in delay_cursor_until_vupdate()
2007 if (vupdate_end < vupdate_start) in delay_cursor_until_vupdate()
2011 if (lines_to_vupdate > stream->timing.v_total - vupdate_end + vupdate_start) in delay_cursor_until_vupdate()
2018 us_vupdate = (vupdate_end - vupdate_start + 1) * us_per_line; in delay_cursor_until_vupdate()