Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1835 struct pipe_ctx *opp_head_pipe = otg_master_pipe; in add_plane_to_opp_head_pipes() local
1837 while (opp_head_pipe) { in add_plane_to_opp_head_pipes()
1838 if (opp_head_pipe->plane_state) { in add_plane_to_opp_head_pipes()
1842 opp_head_pipe->plane_state = plane_state; in add_plane_to_opp_head_pipes()
1843 opp_head_pipe = opp_head_pipe->next_odm_pipe; in add_plane_to_opp_head_pipes()
1849 static void insert_secondary_dpp_pipe_with_plane(struct pipe_ctx *opp_head_pipe, in insert_secondary_dpp_pipe_with_plane() argument
1852 struct pipe_ctx *tail_pipe = get_tail_pipe(opp_head_pipe); in insert_secondary_dpp_pipe_with_plane()
1875 struct pipe_ctx *opp_head_pipe, *sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane() local
1880 opp_head_pipe = otg_master_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
1881 while (opp_head_pipe) { in acquire_secondary_dpp_pipes_and_add_plane()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.h65 const struct pipe_ctx *opp_head_pipe);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c2676 const struct pipe_ctx *opp_head_pipe) in dcn32_acquire_free_pipe_as_secondary_dpp_pipe() argument
2682 if (!opp_head_pipe->stream->ctx->dc->config.enable_windowed_mpo_odm) in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2684 new_ctx, pool, opp_head_pipe->stream, opp_head_pipe); in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2688 pool, opp_head_pipe); in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2692 free_pipe->stream = opp_head_pipe->stream; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2693 free_pipe->stream_res.tg = opp_head_pipe->stream_res.tg; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2694 free_pipe->stream_res.opp = opp_head_pipe->stream_res.opp; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2702 ASSERT(opp_head_pipe); in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
Ddcn32_resource.h143 const struct pipe_ctx *opp_head_pipe);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h133 const struct pipe_ctx *opp_head_pipe);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c999 const struct pipe_ctx *opp_head_pipe) in dcn201_acquire_free_pipe_for_layer() argument
1002 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-6.6.21/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c1125 const struct pipe_ctx *opp_head_pipe) in dce110_acquire_underlay() argument
1127 struct dc_stream_state *stream = opp_head_pipe->stream; in dce110_acquire_underlay()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1090 const struct pipe_ctx *opp_head_pipe) in dcn10_acquire_free_pipe_for_layer() argument
1093 struct pipe_ctx *head_pipe = resource_get_otg_master_for_stream(res_ctx, opp_head_pipe->stream); in dcn10_acquire_free_pipe_for_layer()