Home
last modified time | relevance | path

Searched refs:dc_stream (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.h163 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
164 enum dc_status dcn20_add_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_stream_state *dc_stream);
165 enum dc_status dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
H A Ddcn20_resource.c1720 struct dc_stream_state *dc_stream) in dcn20_add_dsc_to_stream_resource()
1729 if (pipe_ctx->stream != dc_stream) in dcn20_add_dsc_to_stream_resource()
1751 struct dc_stream_state *dc_stream) in remove_dsc_from_stream_resource()
1757 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()
1772 enum dc_status 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
1776 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1779 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1782 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx()
1783 result = dcn20_add_dsc_to_stream_resource(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1786 result = dcn20_build_mapped_resource(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1718 dcn20_add_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_stream_state *dc_stream) dcn20_add_dsc_to_stream_resource() argument
1749 remove_dsc_from_stream_resource(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) remove_dsc_from_stream_resource() argument
1792 dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dcn20_remove_stream_from_ctx() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.h162 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
163 enum dc_status dcn20_add_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_stream_state *dc_stream);
164 enum dc_status dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
H A Ddcn20_resource.c1362 struct dc_stream_state *dc_stream) in dcn20_add_dsc_to_stream_resource()
1374 if (pipe_ctx->stream != dc_stream) in dcn20_add_dsc_to_stream_resource()
1396 struct dc_stream_state *dc_stream) in remove_dsc_from_stream_resource()
1402 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()
1417 enum dc_status 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
1421 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1424 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1427 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx()
1428 result = dcn20_add_dsc_to_stream_resource(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1431 result = dcn20_build_mapped_resource(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1360 dcn20_add_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_stream_state *dc_stream) dcn20_add_dsc_to_stream_resource() argument
1394 remove_dsc_from_stream_resource(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) remove_dsc_from_stream_resource() argument
1437 dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dcn20_remove_stream_from_ctx() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h369 struct dc_stream_state *dc_stream,
514 void dc_stream_retain(struct dc_stream_state *dc_stream);
515 void dc_stream_release(struct dc_stream_state *dc_stream);
521 struct dc_stream_state *dc_stream);
H A DMakefile65 dc_surface.o dc_debug.o dc_stream.o dc_link_enc_cfg.o dc_link_exports.o
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.h47 struct dc_stream_state *dc_stream);
H A Ddce100_resource.c899 struct dc_stream_state *dc_stream) in dce100_add_stream_to_ctx()
903 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dce100_add_stream_to_ctx()
906 result = resource_map_clock_resources(dc, new_ctx, dc_stream); in dce100_add_stream_to_ctx()
909 result = build_mapped_resource(dc, new_ctx, dc_stream); in dce100_add_stream_to_ctx()
896 dce100_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dce100_add_stream_to_ctx() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.h53 struct dc_stream_state *dc_stream);
H A Ddce112_resource.c1018 struct dc_stream_state *dc_stream) in dce112_add_stream_to_ctx()
1022 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
1025 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
1029 result = build_mapped_resource(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
1015 dce112_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dce112_add_stream_to_ctx() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/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()
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()
894 dce100_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dce100_add_stream_to_ctx() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.h53 struct dc_stream_state *dc_stream);
H A Ddce112_resource.c1018 struct dc_stream_state *dc_stream) in dce112_add_stream_to_ctx()
1022 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
1025 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
1029 result = build_mapped_resource(dc, new_ctx, dc_stream); in dce112_add_stream_to_ctx()
1015 dce112_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dce112_add_stream_to_ctx() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h418 void dc_stream_retain(struct dc_stream_state *dc_stream);
419 void dc_stream_release(struct dc_stream_state *dc_stream);
425 struct dc_stream_state *dc_stream);
H A DMakefile59 dc_surface.o dc_link_hwss.o dc_link_dp.o dc_link_ddc.o dc_debug.o dc_stream.o
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.h86 struct dc_stream_state *dc_stream);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.h99 struct dc_stream_state *dc_stream);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h135 struct dc_stream_state *dc_stream,
H A Dcore_types.h128 struct dc_stream_state *dc_stream);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h148 struct dc_stream_state *dc_stream,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c1112 struct dc_stream_state *dc_stream) in dce110_add_stream_to_ctx()
1116 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dce110_add_stream_to_ctx()
1119 result = resource_map_clock_resources(dc, new_ctx, dc_stream); in dce110_add_stream_to_ctx()
1123 result = build_mapped_resource(dc, new_ctx, dc_stream); in dce110_add_stream_to_ctx()
1109 dce110_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dce110_add_stream_to_ctx() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1134 struct dc_stream_state *dc_stream) in dcn10_add_stream_to_ctx()
1138 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1141 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1145 result = build_mapped_resource(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1131 dcn10_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dcn10_add_stream_to_ctx() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c1105 struct dc_stream_state *dc_stream) in dce110_add_stream_to_ctx()
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()
1102 dce110_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dce110_add_stream_to_ctx() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1070 struct dc_stream_state *dc_stream) in dcn10_add_stream_to_ctx()
1074 result = resource_map_pool_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1077 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1081 result = build_mapped_resource(dc, new_ctx, dc_stream); in dcn10_add_stream_to_ctx()
1067 dcn10_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) dcn10_add_stream_to_ctx() argument

Completed in 25 milliseconds

12