Home
last modified time | relevance | path

Searched refs:opp_head_pipe (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2847 const struct pipe_ctx *opp_head_pipe) in dcn32_acquire_free_pipe_as_secondary_dpp_pipe() argument
2853 if (!opp_head_pipe->stream->ctx->dc->config.enable_windowed_mpo_odm) in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2855 new_ctx, pool, opp_head_pipe->stream, opp_head_pipe); in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2859 pool, opp_head_pipe); in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2863 free_pipe->stream = opp_head_pipe->stream; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2864 free_pipe->stream_res.tg = opp_head_pipe->stream_res.tg; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2865 free_pipe->stream_res.opp = opp_head_pipe->stream_res.opp; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2873 ASSERT(opp_head_pipe); in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c1037 const struct pipe_ctx *opp_head_pipe) in dcn201_acquire_free_pipe_for_layer() argument
1040 struct pipe_ctx *head_pipe = resource_get_otg_master_for_stream(res_ctx, opp_head_pipe->stream); in dcn201_acquire_free_pipe_for_layer()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c1135 const struct pipe_ctx *opp_head_pipe) in dce110_acquire_underlay() argument
1138 struct dc_stream_state *stream = opp_head_pipe->stream; in dce110_acquire_underlay()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3031 struct pipe_ctx *opp_head_pipe = otg_master_pipe; in add_plane_to_opp_head_pipes() local
3033 while (opp_head_pipe) { in add_plane_to_opp_head_pipes()
3034 if (opp_head_pipe->plane_state) { in add_plane_to_opp_head_pipes()
3038 opp_head_pipe->plane_state = plane_state; in add_plane_to_opp_head_pipes()
3039 opp_head_pipe = opp_head_pipe->next_odm_pipe; in add_plane_to_opp_head_pipes()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1119 const struct pipe_ctx *opp_head_pipe) in dcn10_acquire_free_pipe_for_layer() argument
1123 struct pipe_ctx *head_pipe = resource_get_otg_master_for_stream(res_ctx, opp_head_pipe->stream); in dcn10_acquire_free_pipe_for_layer()