Home
last modified time | relevance | path

Searched refs:dst_ctx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_enc_cfg.h45 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2842 struct dc_state *dst_ctx) in dc_resource_state_copy_construct_current() argument
2844 dc_resource_state_copy_construct(dc->current_state, dst_ctx); in dc_resource_state_copy_construct_current()
2850 struct dc_state *dst_ctx) in dc_resource_state_construct() argument
2852 dst_ctx->clk_mgr = dc->clk_mgr; in dc_resource_state_construct()
2855 link_enc_cfg_init(dc, dst_ctx); in dc_resource_state_construct()
3610 struct dc_state *dst_ctx) in dc_resource_state_copy_construct() argument
3613 struct kref refcount = dst_ctx->refcount; in dc_resource_state_copy_construct()
3615 *dst_ctx = *src_ctx; in dc_resource_state_copy_construct()
3618 struct pipe_ctx *cur_pipe = &dst_ctx->res_ctx.pipe_ctx[i]; in dc_resource_state_copy_construct()
3621 cur_pipe->top_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx]; in dc_resource_state_copy_construct()
[all …]
H A Ddc_link_enc_cfg.c289 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx) in link_enc_cfg_copy() argument
291 memcpy(&dst_ctx->res_ctx.link_enc_cfg_ctx, in link_enc_cfg_copy()
293 sizeof(dst_ctx->res_ctx.link_enc_cfg_ctx)); in link_enc_cfg_copy()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1394 struct dc_state *dst_ctx);
1404 struct dc_state *dst_ctx);
1408 struct dc_state *dst_ctx);
/openbmc/linux/fs/nfs/
H A Dnfs42proc.c186 struct nfs_open_context *dst_ctx = nfs_file_open_context(dst); in handle_async_copy() local
213 copy->parent_dst_state = dst_ctx->state; in handle_async_copy()
/openbmc/linux/kernel/events/
H A Dcore.c13039 struct perf_event_context *src_ctx, *dst_ctx; in perf_pmu_migrate_context()
13047 dst_ctx = &per_cpu_ptr(&perf_cpu_context, dst_cpu)->ctx; in perf_pmu_migrate_context()
13053 mutex_lock_double(&src_ctx->mutex, &dst_ctx->mutex); in perf_pmu_migrate_context()
13064 __perf_pmu_install(dst_ctx, dst_cpu, pmu, &events); in sync_child_event()
13067 mutex_unlock(&dst_ctx->mutex); in sync_child_event()
13030 struct perf_event_context *src_ctx, *dst_ctx; perf_pmu_migrate_context() local
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch8510 + pic_ctx_mmal_t * const dst_ctx = calloc(1, sizeof(*dst_ctx));
8513 + if (dst_ctx == NULL)
8517 + dst_ctx->cmn = src_ctx->cmn;
8519 + dst_ctx->cb = cma_buf_ref(src_ctx->cb);
8521 + dst_ctx->buf_count = src_ctx->buf_count;
8523 + dst_ctx->bufs[i] = src_ctx->bufs[i];
8524 + if (dst_ctx->bufs[i] != NULL)
8525 + mmal_buffer_header_acquire(dst_ctx->bufs[i]);
8528 + return &dst_ctx->cmn;