Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H 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);
H 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-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h385 struct dc_stream_state *dc_stream,
487 void dc_stream_retain(struct dc_stream_state *dc_stream);
488 void dc_stream_release(struct dc_stream_state *dc_stream);
491 struct dc_stream_state *dc_stream);
H A DMakefile64 dc_surface.o dc_debug.o dc_stream.o dc_link_enc_cfg.o dc_link_exports.o dc_state.o
/linux-6.15/Documentation/gpu/amdgpu/display/
H A Dprogramming-model-dcn.rst108 overview which is `dc_stream` and `dc_state`. The `dc_stream` stores many
112 `dc_state` is composed of `dc_stream` and `dc_plane`. The `dc_stream` is the DC
118 and is ready to be composited under a `dc_stream`. Normally, the driver may
119 have one or more `dc_plane` connected to the same `dc_stream`, which defines a
157 phase starts. This task activates one or more `dc_stream` at this phase, and in
H A Ddcn-overview.rst80 we have dc_stream, and the output (DIO) is handled by dc_link. Keep in mind
83 be sent to the display via dc_stream and dc_link.
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.h47 struct dc_stream_state *dc_stream);
H 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-6.15/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.h53 struct dc_stream_state *dc_stream);
H 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-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.h99 struct dc_stream_state *dc_stream);
H A Ddcn30_resource.c1280 …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
1283 return dcn20_add_stream_to_ctx(dc, new_ctx, dc_stream); in dcn30_add_stream_to_ctx()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dce110/
H 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-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1062 struct dc_stream_state *dc_stream) in dcn10_add_stream_to_ctx() argument
1066 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1069 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1073 result = build_mapped_resource(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h150 struct dc_stream_state *dc_stream,
H A Dcore_types.h160 struct dc_stream_state *dc_stream);