Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c36 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_init.c37 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_init.c40 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c38 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c37 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_init.c41 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c38 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_init.c43 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c39 .apply_ctx_for_surface = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c426 dc->hwss.apply_ctx_for_surface = dce60_apply_ctx_for_surface; in dce60_hw_sequencer_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1174 if (dc->hwss.apply_ctx_for_surface) { in disable_dangling_plane()
1176 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane()
1857 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check()
1862 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check()
1914 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check()
1916 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check()
3634 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream()
3635 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream()
3725 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream()
3726 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h196 void (*apply_ctx_for_surface)(struct dc *dc, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c3140 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,