Home
last modified time | relevance | path

Searched refs:apply_ctx_for_surface (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_init.c36 .apply_ctx_for_surface = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_init.c35 .apply_ctx_for_surface = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_init.c38 .apply_ctx_for_surface = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_init.c38 .apply_ctx_for_surface = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_init.c36 .apply_ctx_for_surface = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c36 .apply_ctx_for_surface = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc.c985 if (dc->hwss.apply_ctx_for_surface) { in disable_dangling_plane()
987 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane()
1592 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check()
1597 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check()
1632 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check()
1634 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check()
2741 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream()
2742 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream()
2805 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream()
2806 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h67 void (*apply_ctx_for_surface)(struct dc *dc, member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_hw_sequencer.c426 dc->hwss.apply_ctx_for_surface = dce60_apply_ctx_for_surface; in dce60_hw_sequencer_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2948 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,