Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_init.c35 .apply_ctx_for_surface = dcn10_apply_ctx_for_surface,
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c36 .apply_ctx_for_surface = NULL,
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_init.c35 .apply_ctx_for_surface = NULL,
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_init.c36 .apply_ctx_for_surface = NULL,
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
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()
2474 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream()
2475 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream()
2536 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream()
2537 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h65 void (*apply_ctx_for_surface)(struct dc *dc, member
/Linux-v5.10/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.10/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2867 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,