Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ !
H A Ddcn10_init.c35 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ !
H A Ddcn201_init.c36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ !
H A Ddcn21_init.c37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ !
H A Ddcn20_init.c36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/hwss/ !
H A Dhw_sequencer.h1013 enum dc_status (*apply_ctx_to_hw)(struct dc *dc,
1005 enum dc_status (*apply_ctx_to_hw)(struct dc *dc, global() member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ !
H A Ddce110_hwseq.c3477 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux/drivers/gpu/drm/amd/display/dc/core/ !
H A Ddc.c2293 result = dc->hwss.apply_ctx_to_hw(dc, context); in dc_commit_state_no_check()