Searched refs:apply_ctx_for_surface (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_init.c | 36 .apply_ctx_for_surface = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
A D | dcn201_init.c | 36 .apply_ctx_for_surface = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_init.c | 35 .apply_ctx_for_surface = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
A D | dcn301_init.c | 38 .apply_ctx_for_surface = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_init.c | 39 .apply_ctx_for_surface = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
A D | dcn21_init.c | 36 .apply_ctx_for_surface = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_init.c | 36 .apply_ctx_for_surface = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 1104 if (dc->hwss.apply_ctx_for_surface) { in disable_dangling_plane() 1106 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane() 1711 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1716 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 1751 if (dc->hwss.apply_ctx_for_surface) { in dc_commit_state_no_check() 1753 dc->hwss.apply_ctx_for_surface( in dc_commit_state_no_check() 2908 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 2909 dc->hwss.apply_ctx_for_surface(dc, stream, 0, context); in commit_planes_for_stream() 2972 if (dc->hwss.apply_ctx_for_surface) in commit_planes_for_stream() 2973 dc->hwss.apply_ctx_for_surface( in commit_planes_for_stream()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
A D | hw_sequencer.h | 67 void (*apply_ctx_for_surface)(struct dc *dc, member
|
/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
A D | dce60_hw_sequencer.c | 426 dc->hwss.apply_ctx_for_surface = dce60_apply_ctx_for_surface; in dce60_hw_sequencer_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_hw_sequencer.c | 3074 .apply_ctx_for_surface = dce110_apply_ctx_for_surface,
|
Completed in 18 milliseconds