Searched refs:apply_ctx_for_surface (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_init.c | 36 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_init.c | 37 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_init.c | 40 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_init.c | 37 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_init.c | 38 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_init.c | 38 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_init.c | 41 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_init.c | 38 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_init.c | 43 .apply_ctx_for_surface = NULL,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 64 void (*apply_ctx_for_surface)(struct dc *dc, member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1129 if (dc->hwss.apply_ctx_for_surface) { in disable_dangling_plane() 1131 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane() 1787 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1792 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 1836 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1838 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 3357 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 3358 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream() 3438 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 3439 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce60/ |
D | dce60_hw_sequencer.c | 426 dc->hwss.apply_ctx_for_surface = dce60_apply_ctx_for_surface; in dce60_hw_sequencer_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 3132 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,
|