Home
last modified time | relevance | path

Searched refs:apply_ctx_to_hw (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c35 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_init.c36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_init.c39 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_init.c40 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_init.c42 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c38 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
H A Ddcn32_hwseq.c1493 dc->hwss.apply_ctx_to_hw(dc, context); in dcn32_enable_phantom_streams()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h192 enum dc_status (*apply_ctx_to_hw)(struct dc *dc, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1877 result = dc->hwss.apply_ctx_to_hw(dc, context); in dc_commit_state_no_check()
3846 dc->hwss.apply_ctx_to_hw(dc, context); in commit_planes_for_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c3139 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,