Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_init.c42 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_init.c43 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_init.c44 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h221 enum dc_status (*apply_ctx_to_hw)(struct dc *dc, member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3361 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2183 result = dc->hwss.apply_ctx_to_hw(dc, context); in dc_commit_state_no_check()