Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c3613 int vline_int_offset_from_vupdate = in dcn10_calc_vupdate_position() local
3618 if (vline_int_offset_from_vupdate > 0) in dcn10_calc_vupdate_position()
3619 vline_int_offset_from_vupdate--; in dcn10_calc_vupdate_position()
3620 else if (vline_int_offset_from_vupdate < 0) in dcn10_calc_vupdate_position()
3621 vline_int_offset_from_vupdate++; in dcn10_calc_vupdate_position()
3623 start_position = vline_int_offset_from_vupdate + vupdate_offset_from_vsync; in dcn10_calc_vupdate_position()