Home
last modified time | relevance | path

Searched refs:optimize_bandwidth (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
H A Damdgpu_dce80_hw_sequencer.c85 dc->hwss.optimize_bandwidth = dce100_optimize_bandwidth; in dce80_hw_sequencer_construct()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/
H A Damdgpu_dce100_hw_sequencer.c145 dc->hwss.optimize_bandwidth = dce100_optimize_bandwidth; in dce100_hw_sequencer_construct()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_init.c58 .optimize_bandwidth = dcn10_optimize_bandwidth,
H A Damdgpu_dcn10_hw_sequencer.c2620 dc->hwss.optimize_bandwidth(dc, context); in dcn10_apply_ctx_for_surface()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_init.c60 .optimize_bandwidth = dcn20_optimize_bandwidth,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_init.c61 .optimize_bandwidth = dcn20_optimize_bandwidth,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dhw_sequencer.h119 void (*optimize_bandwidth)(struct dc *dc, struct dc_state *context); member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c1289 dc->hwss.optimize_bandwidth(dc, context); in dc_commit_state_no_check()
1351 dc->hwss.optimize_bandwidth(dc, context); in dc_post_update_surfaces_to_stream()
2119 dc->hwss.optimize_bandwidth(dc, dc->current_state); in commit_planes_do_stream_update()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_hw_sequencer.c2745 .optimize_bandwidth = dce110_optimize_bandwidth,