Searched refs:dc_ctx (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/include/
H A Dlogger_interface.h83 (void)(dc_ctx); \
89 (void)(dc_ctx); \
128 dm_dtn_log_begin(dc_ctx, log_ctx)
131 dm_dtn_log_append_v(dc_ctx, log_ctx, msg, ##__VA_ARGS__)
134 dm_dtn_log_end(dc_ctx, log_ctx)
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c49 dc_ctx->logger
456 struct dc_context *dc_ctx = init_params->ctx; local
464 DC_LOGGER_INIT(dc_ctx->logger);
471 link->ctx = dc_ctx;
600 enc_init_data.ctx = dc_ctx;
601 bp_funcs->get_src_obj(dc_ctx->dc_bios, link->link_id, 0,
612 link->dc->res_pool->funcs->link_enc_create(dc_ctx, &enc_init_data);
634 panel_cntl_init_data.ctx = dc_ctx;
648 if (bp_funcs->get_device_tag(dc_ctx->dc_bios,
658 if (!bp_funcs->is_device_id_supported(dc_ctx
749 struct dc_context *dc_ctx = init_params->ctx; local
[all...]
H A Dlink_detection.c860 struct dc_context *dc_ctx = link->ctx; local
861 struct dc *dc = dc_ctx->dc;
941 dc_ctx->dce_version == DCN_VERSION_3_01 &&
1184 if (dc_ctx->dc->res_pool->funcs->get_panel_config_defaults)
1185 dc_ctx->dc->res_pool->funcs->get_panel_config_defaults(&link->panel_config);
1187 dm_helpers_init_panel_settings(dc_ctx, &link->panel_config, sink);
1189 dm_helpers_override_panel_settings(dc_ctx, &link->panel_config);
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c883 struct dc_context *dc_ctx; local
885 dc_ctx = kzalloc(sizeof(*dc_ctx), GFP_KERNEL);
886 if (!dc_ctx)
889 dc_ctx->cgs_device = init_params->cgs_device;
890 dc_ctx->driver_context = init_params->driver;
891 dc_ctx->dc = dc;
892 dc_ctx->asic_id = init_params->asic_id;
893 dc_ctx->dc_sink_id_count = 0;
894 dc_ctx
932 struct dc_context *dc_ctx; local
2892 struct dc_context *dc_ctx = dc->ctx; local
3068 struct dc_context *dc_ctx = dc->ctx; local
4568 struct dc_context *dc_ctx = dc->ctx; local
5125 struct dc_context *dc_ctx = dc->ctx; local
[all...]
H A Ddc_resource.c3417 struct dc_context *dc_ctx = dc->ctx; local
3489 &context->res_ctx, pool, pipe_ctx->stream_res.stream_enc->id, dc_ctx->dce_version);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c74 struct dc_context *dc_ctx = dc_dmub_srv->ctx; local
90 struct dc_context *dc_ctx = dc_dmub_srv->ctx; local
103 struct dc_context *dc_ctx = dc_dmub_srv->ctx; local
117 struct dc_context *dc_ctx = dc_dmub_srv->ctx; local
131 struct dc_context *dc_ctx; local
139 dc_ctx = dc_dmub_srv->ctx;
220 struct dc_context *dc_ctx; local
228 dc_ctx = dc_dmub_srv->ctx;
291 struct dc_context *dc_ctx; local
299 dc_ctx
323 struct dc_context *dc_ctx; local
1173 struct dc_context *dc_ctx; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.h165 enum dc_status dcn20_add_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_stream_state *dc_stream);
H A Ddcn20_resource.c1364 struct dc_state *dc_ctx,
1372 struct pipe_ctx *pipe_ctx = &dc_ctx->res_ctx.pipe_ctx[i];
1383 dcn20_acquire_dsc(dc, &dc_ctx->res_ctx, &pipe_ctx->stream_res.dsc, i);
1363 dcn20_add_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_stream_state *dc_stream) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c74 struct dc_context *dc_ctx = dc->ctx; local
81 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000;
112 struct dc_context *dc_ctx = dc->ctx; local
119 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c77 print_microsec(dc_ctx, log_ctx, ref_cycle)
84 static void print_microsec(struct dc_context *dc_ctx, argument
88 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000;
132 struct dc_context *dc_ctx = dc->ctx; local
146 struct dc_context *dc_ctx = dc->ctx; local
174 struct dc_context *dc_ctx = dc->ctx; local
289 struct dc_context *dc_ctx = dc->ctx; local
391 struct dc_context *dc_ctx = dc->ctx; local
2050 struct dc_context *dc_ctx,
2055 DC_LOGGER_INIT(dc_ctx
2049 wait_for_reset_trigger_to_occur( struct dc_context *dc_ctx, struct timing_generator *tg) argument
2171 struct dc_context *dc_ctx = dc->ctx; local
2264 struct dc_context *dc_ctx = dc->ctx; local
2330 struct dc_context *dc_ctx = dc->ctx; local
2411 struct dc_context *dc_ctx = dc->ctx; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/irq/dce110/
H A Dirq_service_dce110.c206 struct dc_context *dc_ctx = irq_service->ctx; local
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dio_link_encoder.c423 static bool link_dpia_control(struct dc_context *dc_ctx, argument
439 dc_wake_and_execute_dmub_cmd(dc_ctx, &cmd, DM_DMUB_WAIT_TYPE_WAIT);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2517 struct dc_context *dc_ctx,
2520 struct dc_context *ctx = dc_ctx;
2562 struct dc_context *dc_ctx = dc->ctx; local
2589 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg);
2608 struct dc_context *dc_ctx = dc->ctx; local
2630 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg);
2516 wait_for_reset_trigger_to_occur( struct dc_context *dc_ctx, struct timing_generator *tg) argument
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c623 struct dc_context *dc_ctx = link->ctx; local
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c75 struct dc_context *dc_ctx = dc->ctx; local
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c77 struct dc_context *dc_ctx = dc->ctx; local
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2742 struct dc_context *dc_ctx = link->ctx; local
2743 struct drm_device *dev = adev_to_drm(dc_ctx->driver_context);

Completed in 309 milliseconds