Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c35 .apply_ctx_for_surface = dcn10_apply_ctx_for_surface,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c35 .apply_ctx_for_surface = NULL,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c36 .apply_ctx_for_surface = NULL,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c36 .apply_ctx_for_surface = NULL,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c827 if (dc->hwss.apply_ctx_for_surface) { in disable_dangling_plane()
829 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane()
1354 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check()
1359 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check()
1394 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check()
1396 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check()
2468 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream()
2469 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream()
2534 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream()
2535 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h60 void (*apply_ctx_for_surface)(struct dc *dc, member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2869 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,