Home
last modified time | relevance | path

Searched refs:new_ctx (Results 1 – 23 of 23) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.h63 struct dc_state *new_ctx,
133 bool dcn20_validate_dsc(struct dc *dc, struct dc_state *new_ctx);
162 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_st…
164 enum dc_status dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stre…
H A Ddcn20_resource.c1395 struct dc_state *new_ctx, 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()
1403 pipe_ctx = &new_ctx->res_ctx.pipe_ctx[i]; in remove_dsc_from_stream_resource()
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()
1431 result = dcn20_build_mapped_resource(dc, new_ctx, dc_stream); in dcn20_add_stream_to_ctx()
1441 result = remove_dsc_from_stream_resource(dc, new_ctx, dc_stream); in dcn20_remove_stream_from_ctx()
1658 bool dcn20_validate_dsc(struct dc *dc, struct dc_state *new_ctx) in dcn20_validate_dsc() argument
1664 struct pipe_ctx *pipe_ctx = &new_ctx->res_ctx.pipe_ctx[i]; in dcn20_validate_dsc()
2152 struct dc_state *new_ctx, in dcn20_acquire_free_pipe_for_layer() argument
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c1884 new_ctx, in acquire_secondary_dpp_pipes_and_add_plane()
2433 new_ctx->streams[new_ctx->stream_count] = stream; in dc_add_stream_to_ctx()
2467 &new_ctx->res_ctx, in dc_remove_stream_from_ctx()
2482 &new_ctx->res_ctx, in dc_remove_stream_from_ctx()
2516 new_ctx->streams[i] = new_ctx->streams[i + 1]; in dc_remove_stream_from_ctx()
2517 new_ctx->stream_status[i] = new_ctx->stream_status[i + 1]; in dc_remove_stream_from_ctx()
2520 new_ctx->streams[new_ctx->stream_count] = NULL; in dc_remove_stream_from_ctx()
2522 &new_ctx->stream_status[new_ctx->stream_count], in dc_remove_stream_from_ctx()
3113 if (!new_ctx) in dc_validate_global_state()
3147 &new_ctx->res_ctx, in dc_validate_global_state()
[all …]
H A Damdgpu_dc.c2243 struct dc_state *new_ctx = kvmalloc(sizeof(struct dc_state), GFP_KERNEL); in dc_copy_state() local
2245 if (!new_ctx) in dc_copy_state()
2247 memcpy(new_ctx, src_ctx, sizeof(struct dc_state)); in dc_copy_state()
2250 struct pipe_ctx *cur_pipe = &new_ctx->res_ctx.pipe_ctx[i]; in dc_copy_state()
2253 cur_pipe->top_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx]; in dc_copy_state()
2266 for (i = 0; i < new_ctx->stream_count; i++) { in dc_copy_state()
2267 dc_stream_retain(new_ctx->streams[i]); in dc_copy_state()
2268 for (j = 0; j < new_ctx->stream_status[i].plane_count; j++) in dc_copy_state()
2270 new_ctx->stream_status[i].plane_states[j]); in dc_copy_state()
2273 kref_init(&new_ctx->refcount); in dc_copy_state()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Digest-MD5/
H A DMD5.xs90 MD5_CTX *new_ctx; in dup_md5_ctx() local
92 New(55, new_ctx, 1, MD5_CTX); in dup_md5_ctx()
93 memcpy(new_ctx, mg->mg_ptr, sizeof(MD5_CTX)); in dup_md5_ctx()
94 mg->mg_ptr = (char *)new_ctx; in dup_md5_ctx()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce100/
H A Ddce100_resource.h46 struct dc_state *new_ctx,
H A Ddce100_resource.c896 struct dc_state *new_ctx, 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.h52 struct dc_state *new_ctx,
H A Ddce112_resource.c1017 struct dc_state *new_ctx, 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/inc/
H A Dcore_types.h131 struct dc_state *new_ctx,
141 struct dc_state *new_ctx,
146 struct dc_state *new_ctx,
H A Dhw_sequencer.h406 const struct dc_state *new_ctx);
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_resource.c1104 struct dc_state *new_ctx, 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()
1123 struct dc_state *new_ctx, in dce110_acquire_underlay() argument
1130 struct resource_context *res_ctx = &new_ctx->res_ctx; in dce110_acquire_underlay()
1178 new_ctx->stream_count); in dce110_acquire_underlay()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.h98 struct dc_state *new_ctx,
H A Ddcn30_resource.c1278 enum dc_status dcn30_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_st… 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/dcn32/
H A Ddcn32_hwseq.h125 const struct dc_state *new_ctx);
H A Ddcn32_resource.c2682 struct dc_state *new_ctx, in dcn32_acquire_free_pipe_as_secondary_dpp_pipe() argument
2692 new_ctx, pool, opp_head_pipe->stream, opp_head_pipe); in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2695 &cur_ctx->res_ctx, &new_ctx->res_ctx, in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
2698 free_pipe = &new_ctx->res_ctx.pipe_ctx[free_pipe_idx]; in dcn32_acquire_free_pipe_as_secondary_dpp_pipe()
H A Ddcn32_hwseq.c1630 const struct dc_state *new_ctx) in dcn32_is_pipe_topology_transition_seamless() argument
1638 new_pipe = &new_ctx->res_ctx.pipe_ctx[i]; in dcn32_is_pipe_topology_transition_seamless()
H A Ddcn32_resource.h141 struct dc_state *new_ctx,
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_stream.h420 struct dc_state *new_ctx,
425 struct dc_state *new_ctx,
H A Ddc.h1388 struct dc_state *new_ctx,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1069 struct dc_state *new_ctx, 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()
1088 struct dc_state *new_ctx, in dcn10_acquire_free_pipe_for_layer() argument
1092 struct resource_context *res_ctx = &new_ctx->res_ctx; in dcn10_acquire_free_pipe_for_layer()
/openbsd/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp186 CONTEXT new_ctx; in _GCC_specific_handler() local
187 RtlUnwindEx(frame, (PVOID)target, ms_exc, (PVOID)retval, &new_ctx, disp->HistoryTable); in _GCC_specific_handler()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c997 struct dc_state *new_ctx, in dcn201_acquire_free_pipe_for_layer() argument
1001 struct resource_context *res_ctx = &new_ctx->res_ctx; in dcn201_acquire_free_pipe_for_layer()