dst_ctx          2012 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct dc_state *dst_ctx)
dst_ctx          2014 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	dc_resource_state_copy_construct(dc->current_state, dst_ctx);
dst_ctx          2020 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct dc_state *dst_ctx)
dst_ctx          2022 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	dst_ctx->clk_mgr = dc->clk_mgr;
dst_ctx          2446 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct dc_state *dst_ctx)
dst_ctx          2449 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	struct kref refcount = dst_ctx->refcount;
dst_ctx          2451 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	*dst_ctx = *src_ctx;
dst_ctx          2454 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct pipe_ctx *cur_pipe = &dst_ctx->res_ctx.pipe_ctx[i];
dst_ctx          2457 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			cur_pipe->top_pipe =  &dst_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx];
dst_ctx          2460 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			cur_pipe->bottom_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->bottom_pipe->pipe_idx];
dst_ctx          2463 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			cur_pipe->next_odm_pipe =  &dst_ctx->res_ctx.pipe_ctx[cur_pipe->next_odm_pipe->pipe_idx];
dst_ctx          2466 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			cur_pipe->prev_odm_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx];
dst_ctx          2469 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	for (i = 0; i < dst_ctx->stream_count; i++) {
dst_ctx          2470 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		dc_stream_retain(dst_ctx->streams[i]);
dst_ctx          2471 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		for (j = 0; j < dst_ctx->stream_status[i].plane_count; j++)
dst_ctx          2473 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 				dst_ctx->stream_status[i].plane_states[j]);
dst_ctx          2477 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	dst_ctx->refcount = refcount;
dst_ctx           892 drivers/gpu/drm/amd/display/dc/dc.h 		struct dc_state *dst_ctx);
dst_ctx           896 drivers/gpu/drm/amd/display/dc/dc.h 		struct dc_state *dst_ctx);
dst_ctx           900 drivers/gpu/drm/amd/display/dc/dc.h 		struct dc_state *dst_ctx);
dst_ctx           157 drivers/gpu/drm/amd/display/dc/inc/resource.h 		struct dc_state *dst_ctx);
dst_ctx          11430 kernel/events/core.c 	struct perf_event_context *dst_ctx;
dst_ctx          11435 kernel/events/core.c 	dst_ctx = &per_cpu_ptr(pmu->pmu_cpu_context, dst_cpu)->ctx;
dst_ctx          11441 kernel/events/core.c 	mutex_lock_double(&src_ctx->mutex, &dst_ctx->mutex);
dst_ctx          11471 kernel/events/core.c 		perf_install_in_context(dst_ctx, event, dst_cpu);
dst_ctx          11472 kernel/events/core.c 		get_ctx(dst_ctx);
dst_ctx          11484 kernel/events/core.c 		perf_install_in_context(dst_ctx, event, dst_cpu);
dst_ctx          11485 kernel/events/core.c 		get_ctx(dst_ctx);
dst_ctx          11487 kernel/events/core.c 	mutex_unlock(&dst_ctx->mutex);