Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1438 struct pipe_ctx *otg_master) in resource_build_test_pattern_params() argument
1974 otg_master = otg_master->prev_odm_pipe; in resource_get_otg_master()
1975 return otg_master; in resource_get_otg_master()
2258 struct pipe_ctx *otg_master; in resource_log_pipe_topology_update() local
2321 struct pipe_ctx *otg_master, in update_pipe_params_after_odm_slice_count_change() argument
2527 if (!otg_master) in resource_remove_otg_master_for_stream_output()
2551 otg_master->stream_res.audio, in resource_remove_otg_master_for_stream_output()
2556 otg_master->clock_source); in resource_remove_otg_master_for_stream_output()
2561 memset(otg_master, 0, sizeof(*otg_master)); in resource_remove_otg_master_for_stream_output()
3028 otg_master, new_ctx, pool); in resource_update_pipes_for_stream_with_slice_count()
[all …]
H A Ddc.c1369 struct pipe_ctx *otg_master; in wait_for_odm_update_pending_complete() local
1374 otg_master = &context->res_ctx.pipe_ctx[i]; in wait_for_odm_update_pending_complete()
1375 if (!resource_is_pipe_type(otg_master, OTG_MASTER) || in wait_for_odm_update_pending_complete()
1376 dc_state_get_pipe_subvp_type(context, otg_master) == SUBVP_PHANTOM) in wait_for_odm_update_pending_complete()
1378 tg = otg_master->stream_res.tg; in wait_for_odm_update_pending_complete()
/linux/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, str… in get_source_odm_factor() local
860 return ctx->config.callbacks.get_odm_slice_count(otg_master); in get_source_odm_factor()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h379 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/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2765 const struct pipe_ctx *otg_master) in dcn32_acquire_free_pipe_as_secondary_opp_head() argument
2769 pool, otg_master); in dcn32_acquire_free_pipe_as_secondary_opp_head()
2775 free_pipe->stream = otg_master->stream; in dcn32_acquire_free_pipe_as_secondary_opp_head()
2776 free_pipe->stream_res.tg = otg_master->stream_res.tg; in dcn32_acquire_free_pipe_as_secondary_opp_head()
2797 ASSERT(otg_master); in dcn32_acquire_free_pipe_as_secondary_opp_head()
H A Ddcn32_resource.h156 const struct pipe_ctx *otg_master);
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1169 struct pipe_ctx *otg_master; in init_pipe_slice_table_from_context() local
1178 otg_master = resource_get_otg_master_for_stream( in init_pipe_slice_table_from_context()
1180 count = resource_get_odm_slice_count(otg_master); in init_pipe_slice_table_from_context()
1183 count = resource_get_dpp_pipes_for_opp_head(otg_master, in init_pipe_slice_table_from_context()
2120 struct pipe_ctx *otg_master = resource_get_otg_master_for_stream(&context->res_ctx, in dcn32_apply_merge_split_flags_helper() local
2123 if (otg_master) in dcn32_apply_merge_split_flags_helper()
2124 resource_build_test_pattern_params(&context->res_ctx, otg_master); in dcn32_apply_merge_split_flags_helper()
/linux/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); in dcn20_acquire_free_pipe_for_layer() local
2173 …struct pipe_ctx *sec_dpp_pipe = resource_find_free_secondary_pipe_legacy(res_ctx, pool, otg_master in dcn20_acquire_free_pipe_for_layer()
2175 ASSERT(otg_master); in dcn20_acquire_free_pipe_for_layer()