Searched refs:apply_ctx_for_surface (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_init.c | 36 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_init.c | 37 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_init.c | 37 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_init.c | 38 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_init.c | 40 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_init.c | 41 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_init.c | 38 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_init.c | 43 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_init.c | 39 .apply_ctx_for_surface = NULL,
|
/linux-6.6.21/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.6.21/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1174 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() 1853 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1858 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 1910 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1912 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 3630 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 3631 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream() 3721 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 3722 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 196 void (*apply_ctx_for_surface)(struct dc *dc, member
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 3139 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,
|