Searched refs:apply_ctx_for_surface (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_init.c | 36 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn201/ |
| D | dcn201_init.c | 37 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/ |
| D | dcn301_init.c | 40 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/ |
| D | dcn31_init.c | 41 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_init.c | 38 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_init.c | 37 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/ |
| D | dcn21_init.c | 38 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/ |
| D | dcn32_init.c | 38 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/ |
| D | dcn314_init.c | 43 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/ |
| D | hw_sequencer.h | 64 void (*apply_ctx_for_surface)(struct dc *dc, member
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc.c | 1118 if (dc->hwss.apply_ctx_for_surface) { in disable_dangling_plane() 1120 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane() 1770 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1775 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 1822 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1824 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 3343 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 3344 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream() 3424 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 3425 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
|
| /Linux-v6.1/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-v6.1/drivers/gpu/drm/amd/display/dc/dce110/ |
| D | dce110_hw_sequencer.c | 3132 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,
|