Searched refs:get_vupdate_offset_from_vsync (Results 1 – 7 of 7) sorted by relevance
78 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
3601 int vupdate_offset_from_vsync = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_calc_vupdate_position()3678 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_setup_vupdate_interrupt()
92 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
89 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
2103 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn20_setup_vupdate_interrupt()
103 int (*get_vupdate_offset_from_vsync)(struct pipe_ctx *pipe_ctx); member