Searched refs:otg_master (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1438 struct pipe_ctx *otg_master)
1446 enum dc_color_depth color_depth = otg_master->stream->timing.display_color_depth;
1447 int h_active = otg_master->stream->timing.h_addressable +
1448 otg_master->stream->timing.h_border_left +
1449 otg_master->stream->timing.h_border_right;
1450 int v_active = otg_master->stream->timing.v_addressable +
1451 otg_master->stream->timing.v_border_bottom +
1452 otg_master->stream->timing.v_border_top;
1456 otg_master->stream->test_pattern.type);
1458 otg_master
1437 resource_build_test_pattern_params(struct resource_context *res_ctx, struct pipe_ctx *otg_master) argument
1900 resource_get_opp_heads_for_otg_master(const struct pipe_ctx *otg_master, struct resource_context *res_ctx, struct pipe_ctx *opp_heads[MAX_PIPES]) argument
1971 struct pipe_ctx *otg_master = resource_get_opp_head(pipe_ctx); local
2198 resource_log_pipe_for_stream(struct dc *dc, struct dc_state *state, struct pipe_ctx *otg_master, int stream_idx) argument
2258 struct pipe_ctx *otg_master; local
2320 update_pipe_params_after_odm_slice_count_change( struct pipe_ctx *otg_master, struct dc_state *context, const struct resource_pool *pool) argument
2524 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream( local
3013 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream( local
[all...]
H A Ddc.c1369 struct pipe_ctx *otg_master; local
1374 otg_master = &context->res_ctx.pipe_ctx[i];
1375 if (!resource_is_pipe_type(otg_master, OTG_MASTER) ||
1376 dc_state_get_pipe_subvp_type(context, otg_master) == SUBVP_PHANTOM)
1378 tg = otg_master->stream_res.tg;
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h74 void (*build_test_pattern_params)(struct resource_context *res_ctx, struct pipe_ctx *otg_master);
97 int (*get_opp_heads_for_otg_master)(const struct pipe_ctx *otg_master,
H A Ddml2_dc_resource_mgmt.c858 struct pipe_ctx *otg_master = ctx->config.callbacks.get_otg_master_for_stream(&state->res_ctx, stream); local
860 return ctx->config.callbacks.get_odm_slice_count(otg_master);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h376 * return - number of OPP heads in the array. If otg_master passed in is not
379 int resource_get_opp_heads_for_otg_master(const struct pipe_ctx *otg_master,
H A Dcore_types.h143 const struct pipe_ctx *otg_master);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2765 const struct pipe_ctx *otg_master)
2769 pool, otg_master);
2775 free_pipe->stream = otg_master->stream;
2776 free_pipe->stream_res.tg = otg_master->stream_res.tg;
2797 ASSERT(otg_master);
2761 dcn32_acquire_free_pipe_as_secondary_opp_head( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *otg_master) argument
H A Ddcn32_resource.h156 const struct pipe_ctx *otg_master);
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1169 struct pipe_ctx *otg_master; local
1178 otg_master = resource_get_otg_master_for_stream(
1180 count = resource_get_odm_slice_count(otg_master);
1183 count = resource_get_dpp_pipes_for_opp_head(otg_master,
2120 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream(&context->res_ctx, local
2123 if (otg_master)
2124 resource_build_test_pattern_params(&context->res_ctx, otg_master);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2172 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream(res_ctx, opp_head->stream); local
2173 struct pipe_ctx *sec_dpp_pipe = resource_find_free_secondary_pipe_legacy(res_ctx, pool, otg_master);
2175 ASSERT(otg_master);

Completed in 217 milliseconds