Home
last modified time | relevance | path

Searched refs:prepare_bandwidth (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_hw_sequencer.c51 dc->hwss.prepare_bandwidth = dce100_prepare_bandwidth; in dce80_hw_sequencer_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_hw_sequencer.c139 dc->hwss.prepare_bandwidth = dce100_prepare_bandwidth; in dce100_hw_sequencer_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_init.c58 .prepare_bandwidth = dcn10_prepare_bandwidth,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_init.c59 .prepare_bandwidth = dcn20_prepare_bandwidth,
Ddcn20_hwseq.c1822 dc->hwss.prepare_bandwidth(dc, context); in dcn20_update_bandwidth()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c60 .prepare_bandwidth = dcn20_prepare_bandwidth,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_init.c60 .prepare_bandwidth = dcn20_prepare_bandwidth,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h131 void (*prepare_bandwidth)(struct dc *dc, struct dc_state *context); member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_hw_sequencer.c429 dc->hwss.prepare_bandwidth = dce100_prepare_bandwidth; in dce60_hw_sequencer_construct()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1349 dc->hwss.prepare_bandwidth(dc, context); in dc_commit_state_no_check()
2342 dc->hwss.prepare_bandwidth(dc, dc->current_state); in commit_planes_do_stream_update()
2403 dc->hwss.prepare_bandwidth(dc, context); in commit_planes_for_stream()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2890 .prepare_bandwidth = dce110_prepare_bandwidth,