Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3806 int vupdate_pos = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_calc_vupdate_position() local
3808 if (vupdate_pos >= 0) in dcn10_calc_vupdate_position()
3809 *start_line = vupdate_pos - ((vupdate_pos / timing->v_total) * timing->v_total); in dcn10_calc_vupdate_position()
3811 *start_line = vupdate_pos + ((-vupdate_pos / timing->v_total) + 1) * timing->v_total - 1; in dcn10_calc_vupdate_position()