Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.h162 …cn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
163 …_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_stream_state *dc_stream);
164 …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() argument
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() argument
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 …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()
[all …]
/openbsd/sys/dev/pci/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);
/openbsd/sys/dev/pci/drm/amd/display/
H A DTODO15 * dc_stream/core_stream/stream should just be dc_stream
20 Could you collapse everything into struct dc_stream?
30 * dc_stream -> dc_stream_state
/openbsd/sys/dev/pci/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() 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()
/openbsd/sys/dev/pci/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() argument
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()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.h99 struct dc_stream_state *dc_stream);
H A Ddcn30_resource.c1278 …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
1281 return dcn20_add_stream_to_ctx(dc, new_ctx, dc_stream); in dcn30_add_stream_to_ctx()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Dresource.h148 struct dc_stream_state *dc_stream,
H A Dcore_types.h142 struct dc_stream_state *dc_stream);
/openbsd/sys/dev/pci/drm/amd/display/dc/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()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1070 struct dc_stream_state *dc_stream) in dcn10_add_stream_to_ctx() argument
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()
/openbsd/sys/dev/pci/drm/
H A Dfiles.drm969 file dev/pci/drm/amd/display/dc/core/dc_stream.c amdgpu