Home
last modified time | relevance | path

Searched refs:setup_vupdate_interrupt (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c102 .setup_vupdate_interrupt = dcn10_setup_vupdate_interrupt,
H A Ddcn10_hw_sequencer.c2741 if (hws->funcs.setup_vupdate_interrupt) in dcn10_program_all_pipe_in_tree()
2742 hws->funcs.setup_vupdate_interrupt(dc, pipe_ctx); in dcn10_program_all_pipe_in_tree()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c114 .setup_vupdate_interrupt = dcn20_setup_vupdate_interrupt,
H A Ddcn20_hwseq.c1590 if (hws->funcs.setup_vupdate_interrupt) in dcn20_program_pipe()
1591 hws->funcs.setup_vupdate_interrupt(dc, pipe_ctx); in dcn20_program_pipe()
1847 if (hws->funcs.setup_vupdate_interrupt) in dcn20_update_bandwidth()
1848 hws->funcs.setup_vupdate_interrupt(dc, pipe_ctx); in dcn20_update_bandwidth()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c113 .setup_vupdate_interrupt = dcn20_setup_vupdate_interrupt,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c118 .setup_vupdate_interrupt = dcn20_setup_vupdate_interrupt,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h103 void (*setup_vupdate_interrupt)(struct dc *dc, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1442 if (hws->funcs.setup_vupdate_interrupt) in apply_single_controller_ctx_to_hw()
1443 hws->funcs.setup_vupdate_interrupt(dc, pipe_ctx); in apply_single_controller_ctx_to_hw()