Home
last modified time | relevance | path

Searched refs:dst_ctx (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2171 * @dst_ctx: copy into this
2175 struct dc_state *dst_ctx) in dc_resource_state_copy_construct_current()
2177 dc_resource_state_copy_construct(dc->current_state, dst_ctx); in dc_resource_state_copy_construct_current()
2183 struct dc_state *dst_ctx) in dc_resource_state_construct()
2185 dst_ctx->clk_mgr = dc->clk_mgr; in dc_resource_state_construct()
2616 struct dc_state *dst_ctx) in dc_resource_state_copy_construct()
2619 struct kref refcount = dst_ctx->refcount; in dc_resource_state_copy_construct()
2621 *dst_ctx = *src_ctx; in dc_resource_state_copy_construct()
2624 struct pipe_ctx *cur_pipe = &dst_ctx->res_ctx.pipe_ctx[i]; in dc_resource_state_copy_construct()
2627 cur_pipe->top_pipe = &dst_ctx in dc_resource_state_copy_construct()
2173 dc_resource_state_copy_construct_current( const struct dc *dc, struct dc_state *dst_ctx) dc_resource_state_copy_construct_current() argument
2181 dc_resource_state_construct( const struct dc *dc, struct dc_state *dst_ctx) dc_resource_state_construct() argument
2614 dc_resource_state_copy_construct( const struct dc_state *src_ctx, struct dc_state *dst_ctx) dc_resource_state_copy_construct() argument
[all...]
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2830 * @dst_ctx: copy into this
2837 struct dc_state *dst_ctx) in dc_resource_state_copy_construct_current()
2839 dc_resource_state_copy_construct(dc->current_state, dst_ctx); in dc_resource_state_copy_construct_current()
2845 struct dc_state *dst_ctx) in dc_resource_state_construct()
2847 dst_ctx->clk_mgr = dc->clk_mgr; in dc_resource_state_construct()
2850 link_enc_cfg_init(dc, dst_ctx); in dc_resource_state_construct()
3603 struct dc_state *dst_ctx) in dc_resource_state_copy_construct()
3606 struct kref refcount = dst_ctx->refcount; in dc_resource_state_copy_construct()
3608 *dst_ctx = *src_ctx; in dc_resource_state_copy_construct()
3611 struct pipe_ctx *cur_pipe = &dst_ctx in dc_resource_state_copy_construct()
2835 dc_resource_state_copy_construct_current( const struct dc *dc, struct dc_state *dst_ctx) dc_resource_state_copy_construct_current() argument
2843 dc_resource_state_construct( const struct dc *dc, struct dc_state *dst_ctx) dc_resource_state_construct() argument
3601 dc_resource_state_copy_construct( const struct dc_state *src_ctx, struct dc_state *dst_ctx) dc_resource_state_copy_construct() argument
[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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h153 struct dc_state *dst_ctx);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1002 struct dc_state *dst_ctx);
1014 struct dc_state *dst_ctx);
1018 struct dc_state *dst_ctx);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs42proc.c178 struct nfs_open_context *dst_ctx = nfs_file_open_context(dst); in handle_async_copy() local
205 copy->parent_dst_state = dst_ctx->state; in handle_async_copy()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/kernel/events/
H A Dcore.c12405 struct perf_event_context *dst_ctx; in perf_pmu_migrate_context() local
12410 dst_ctx = &per_cpu_ptr(pmu->pmu_cpu_context, dst_cpu)->ctx; in perf_pmu_migrate_context()
12416 mutex_lock_double(&src_ctx->mutex, &dst_ctx->mutex); in perf_pmu_migrate_context()
12446 perf_install_in_context(dst_ctx, event, dst_cpu); in perf_pmu_migrate_context()
12447 get_ctx(dst_ctx); in perf_pmu_migrate_context()
12459 perf_install_in_context(dst_ctx, event, dst_cpu); in perf_pmu_migrate_context()
12460 get_ctx(dst_ctx); in perf_pmu_migrate_context()
12462 mutex_unlock(&dst_ctx->mutex); in perf_pmu_migrate_context()
/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c12975 struct perf_event_context *src_ctx, *dst_ctx; in perf_pmu_migrate_context() local
12983 dst_ctx = &per_cpu_ptr(&perf_cpu_context, dst_cpu)->ctx; in perf_pmu_migrate_context()
12989 mutex_lock_double(&src_ctx->mutex, &dst_ctx->mutex); in perf_pmu_migrate_context()
13000 __perf_pmu_install(dst_ctx, dst_cpu, pmu, &events); in perf_pmu_migrate_context()
13003 mutex_unlock(&dst_ctx->mutex); in perf_pmu_migrate_context()

Completed in 52 milliseconds