Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_init.c35 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_init.c36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_init.c39 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_init.c36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_init.c37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_init.c40 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_init.c37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_init.c42 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h60 enum dc_status (*apply_ctx_to_hw)(struct dc *dc, member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1807 result = dc->hwss.apply_ctx_to_hw(dc, context); in dc_commit_state_no_check()
3324 dc->hwss.apply_ctx_to_hw(dc, context); in commit_planes_for_stream()
3342 dc->hwss.apply_ctx_to_hw(dc, context); in commit_planes_for_stream()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c3131 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,