Searched refs:get_vupdate_offset_from_vsync (Results 1 – 7 of 7) sorted by relevance
76 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
3144 int vupdate_offset_from_vsync = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_calc_vupdate_position()3221 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_setup_vupdate_interrupt()
88 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
2001 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn20_setup_vupdate_interrupt()
91 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
93 int (*get_vupdate_offset_from_vsync)(struct pipe_ctx *pipe_ctx); member
250 vupdate_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in delay_cursor_until_vupdate()