Searched refs:opp_head (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h89 int (*get_odm_slice_index)(const struct pipe_ctx *opp_head);
90 int (*get_odm_slice_count)(const struct pipe_ctx *opp_head);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h386 * return - number of DPP pipes in the array. If opp_head passed in is not
389 int resource_get_dpp_pipes_for_opp_head(const struct pipe_ctx *opp_head,
444 int resource_get_odm_slice_index(const struct pipe_ctx *opp_head);
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1904 struct pipe_ctx *opp_head = &res_ctx->pipe_ctx[otg_master->pipe_idx]; local
1911 while (opp_head) {
1913 opp_heads[i++] = opp_head;
1914 opp_head = opp_head->next_odm_pipe;
1919 int resource_get_dpp_pipes_for_opp_head(const struct pipe_ctx *opp_head, argument
1923 struct pipe_ctx *pipe = &res_ctx->pipe_ctx[opp_head->pipe_idx];
1926 if (!resource_is_pipe_type(opp_head, OPP_HEAD)) {
1980 struct pipe_ctx *opp_head = (struct pipe_ctx *) pipe_ctx; local
1982 ASSERT(!resource_is_pipe_type(opp_head, FREE_PIP
2301 get_last_opp_head( struct pipe_ctx *opp_head) argument
2925 struct pipe_ctx *opp_head = resource_get_opp_head(dpp_pipe); local
[all...]
H A Ddc.c1349 struct pipe_ctx *opp_head; local
1357 opp_head = &context->res_ctx.pipe_ctx[i];
1359 if (!resource_is_pipe_type(opp_head, OPP_HEAD) ||
1360 dc_state_get_pipe_subvp_type(context, opp_head) == SUBVP_PHANTOM)
1363 hws->funcs.wait_for_blank_complete(opp_head->stream_res.opp);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2169 const struct pipe_ctx *opp_head)
2172 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream(res_ctx, opp_head->stream);
2180 sec_dpp_pipe->stream = opp_head->stream;
2181 sec_dpp_pipe->stream_res.tg = opp_head->stream_res.tg;
2182 sec_dpp_pipe->stream_res.opp = opp_head->stream_res.opp;
2165 dcn20_acquire_free_pipe_for_layer( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head) argument

Completed in 308 milliseconds