Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c123 .program_all_writeback_pipes_in_tree = dcn30_program_all_writeback_pipes_in_tree,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h126 void (*program_all_writeback_pipes_in_tree)(struct dc *dc, member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1715 && hws->funcs.program_all_writeback_pipes_in_tree) in dcn20_program_front_end_for_ctx()
1716 hws->funcs.program_all_writeback_pipes_in_tree(dc, pipe->stream, context); in dcn20_program_front_end_for_ctx()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2994 if ((stream->num_wb_info > 0) && (hws->funcs.program_all_writeback_pipes_in_tree)) in dcn10_apply_ctx_for_surface()
2995 hws->funcs.program_all_writeback_pipes_in_tree(dc, stream, context); in dcn10_apply_ctx_for_surface()