Searched refs:apply_ctx_for_surface (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
| D | dcn10_init.c | 36 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
| D | dcn201_init.c | 37 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_init.c | 37 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn21/ |
| D | dcn21_init.c | 38 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn301/ |
| D | dcn301_init.c | 40 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_init.c | 38 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
| D | dcn31_init.c | 41 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
| D | dcn314_init.c | 43 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
| D | dcn32_init.c | 39 .apply_ctx_for_surface = NULL,
|
| /Linux-v6.6/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.6/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc.c | 1219 if (dc->hwss.apply_ctx_for_surface) { in disable_dangling_plane() 1221 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane() 1898 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1903 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 1955 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1957 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 3664 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 3665 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream() 3755 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 3756 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/ |
| D | hw_sequencer.h | 196 void (*apply_ctx_for_surface)(struct dc *dc, member
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
| D | dce110_hw_sequencer.c | 3138 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,
|