Home
last modified time | relevance | path

Searched refs:dc_stream (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
A Ddcn20_resource.h164 …cn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
165 …_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_stream_state *dc_stream);
166 …remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
A Ddcn20_resource.c1378 struct dc_stream_state *dc_stream) in dcn20_add_dsc_to_stream_resource() argument
1390 if (pipe_ctx->stream != dc_stream) in dcn20_add_dsc_to_stream_resource()
1412 struct dc_stream_state *dc_stream) in remove_dsc_from_stream_resource() argument
1418 if (new_ctx->res_ctx.pipe_ctx[i].stream == dc_stream && !new_ctx->res_ctx.pipe_ctx[i].top_pipe) { in remove_dsc_from_stream_resource()
1433 …dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) in dcn20_add_stream_to_ctx() argument
1437 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1440 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1443 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx()
1444 result = dcn20_add_dsc_to_stream_resource(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1447 result = dcn20_build_mapped_resource(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_stream.h382 struct dc_stream_state *dc_stream,
488 void dc_stream_retain(struct dc_stream_state *dc_stream);
489 void dc_stream_release(struct dc_stream_state *dc_stream);
492 struct dc_stream_state *dc_stream);
A DMakefile64 dc_surface.o dc_debug.o dc_stream.o dc_link_enc_cfg.o dc_link_exports.o dc_state.o
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
A Ddce100_resource.h47 struct dc_stream_state *dc_stream);
A Ddce100_resource.c897 struct dc_stream_state *dc_stream) in dce100_add_stream_to_ctx() argument
901 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dce100_add_stream_to_ctx()
904 result = resource_map_clock_resources(dc, new_ctx, dc_stream); in dce100_add_stream_to_ctx()
907 result = build_mapped_resource(dc, new_ctx, dc_stream); in dce100_add_stream_to_ctx()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/
A Ddce112_resource.h53 struct dc_stream_state *dc_stream);
A Ddce112_resource.c1016 struct dc_stream_state *dc_stream) in dce112_add_stream_to_ctx() argument
1020 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
1023 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
1027 result = build_mapped_resource(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
A Ddcn30_resource.h99 struct dc_stream_state *dc_stream);
A Ddcn30_resource.c1281 …dcn30_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) in dcn30_add_stream_to_ctx() argument
1284 return dcn20_add_stream_to_ctx(dc, new_ctx, dc_stream); in dcn30_add_stream_to_ctx()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
A Ddce110_resource.c1105 struct dc_stream_state *dc_stream) in dce110_add_stream_to_ctx() argument
1109 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dce110_add_stream_to_ctx()
1112 result = resource_map_clock_resources(dc, new_ctx, dc_stream); in dce110_add_stream_to_ctx()
1116 result = build_mapped_resource(dc, new_ctx, dc_stream); in dce110_add_stream_to_ctx()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
A Ddcn10_resource.c1075 struct dc_stream_state *dc_stream) in dcn10_add_stream_to_ctx() argument
1079 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1082 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1086 result = build_mapped_resource(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dresource.h151 struct dc_stream_state *dc_stream,
A Dcore_types.h163 struct dc_stream_state *dc_stream);
/linux/Documentation/gpu/amdgpu/display/
A Ddcn-overview.rst78 we have dc_stream, and the output (DIO) is handled by dc_link. Keep in mind
81 be sent to the display via dc_stream and dc_link.

Completed in 741 milliseconds