Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c78 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
H A Ddcn10_hw_sequencer.c3615 int vupdate_offset_from_vsync = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_calc_vupdate_position()
3677 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn10_setup_vupdate_interrupt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c89 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
H A Ddcn20_hwseq.c2111 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn20_setup_vupdate_interrupt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c92 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c92 .get_vupdate_offset_from_vsync = dcn10_get_vupdate_offset_from_vsync,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h98 int (*get_vupdate_offset_from_vsync)(struct pipe_ctx *pipe_ctx); member