Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_init.c101 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_init.c102 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_init.c101 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h262 int (*get_vupdate_offset_from_vsync)(struct pipe_ctx *pipe_ctx); member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3935 int vupdate_pos = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_calc_vupdate_position()
3959 vline_pos += dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_cal_vline_position()
3989 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/dcn20/
H A Ddcn20_hwseq.c2794 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn20_setup_vupdate_interrupt()