Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3958 int vupdate_pos = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_calc_vupdate_position()
3982 vline_pos += dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_cal_vline_position()
4012 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_setup_vupdate_interrupt()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1052 int (*get_vupdate_offset_from_vsync)(struct pipe_ctx *pipe_ctx); member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2788 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn20_setup_vupdate_interrupt()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3898 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn401_setup_vupdate_interrupt_sequence()