Home
last modified time | relevance | path

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

/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 …]
/drivers/gpu/drm/amd/display/dc/
A Ddc_stream.h387 struct dc_stream_state *dc_stream,
489 void dc_stream_retain(struct dc_stream_state *dc_stream);
490 void dc_stream_release(struct dc_stream_state *dc_stream);
493 struct dc_stream_state *dc_stream);
A DMakefile77 FILES += core/dc_stream.o
/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()
/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()
/drivers/gpu/drm/amd/display/dc/resource/dcn30/
A Ddcn30_resource.h99 struct dc_stream_state *dc_stream);
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()
/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()
/drivers/gpu/drm/amd/display/dc/resource/dcn10/
A Ddcn10_resource.c1063 struct dc_stream_state *dc_stream) in dcn10_add_stream_to_ctx() argument
1067 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1070 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1074 result = build_mapped_resource(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
/drivers/gpu/drm/amd/display/dc/inc/
A Dresource.h158 struct dc_stream_state *dc_stream,
A Dcore_types.h162 struct dc_stream_state *dc_stream);

Completed in 34 milliseconds