Home
last modified time | relevance | path

Searched refs:dc_ctx (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/include/
Dlogger_interface.h85 (void)(dc_ctx); \
91 (void)(dc_ctx); \
132 dm_dtn_log_begin(dc_ctx)
135 dm_dtn_log_append_v(dc_ctx, msg, ##__VA_ARGS__)
138 dm_dtn_log_end(dc_ctx)
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc.c503 struct dc_context *dc_ctx; in construct() local
546 dc_ctx = kzalloc(sizeof(*dc_ctx), GFP_KERNEL); in construct()
547 if (!dc_ctx) { in construct()
552 dc_ctx->cgs_device = init_params->cgs_device; in construct()
553 dc_ctx->driver_context = init_params->driver; in construct()
554 dc_ctx->dc = dc; in construct()
555 dc_ctx->asic_id = init_params->asic_id; in construct()
556 dc_ctx->dc_sink_id_count = 0; in construct()
557 dc->ctx = dc_ctx; in construct()
568 dc_ctx->dce_environment = init_params->dce_environment; in construct()
[all …]
Ddc_link.c597 struct dc_context *dc_ctx = link->ctx; in dc_link_detect() local
1028 struct dc_context *dc_ctx = init_params->ctx; in construct() local
1033 DC_LOGGER_INIT(dc_ctx->logger); in construct()
1041 link->ctx = dc_ctx; in construct()
1121 enc_init_data.ctx = dc_ctx; in construct()
1122 bp_funcs->get_src_obj(dc_ctx->dc_bios, link->link_id, 0, &enc_init_data.encoder); in construct()
1143 bp_funcs->get_device_tag(dc_ctx->dc_bios, link->link_id, i, &link->device_tag)) { in construct()
1151 if (!bp_funcs->is_device_id_supported(dc_ctx->dc_bios, link->device_tag.dev_id)) in construct()
Ddc_resource.c1743 struct dc_context *dc_ctx = dc->ctx; in dc_add_stream_to_ctx() local
1768 struct dc_context *dc_ctx = dc->ctx; in dc_remove_stream_from_ctx() local
1905 struct dc_context *dc_ctx = dc->ctx; in resource_map_pool_resources() local
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c61 print_microsec(dc_ctx, ref_cycle)
63 void print_microsec(struct dc_context *dc_ctx, uint32_t ref_cycle) in print_microsec() argument
65 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clock_inKhz / 1000; in print_microsec()
77 struct dc_context *dc_ctx = dc->ctx; in log_mpc_crc() local
90 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hubbub_state() local
117 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hubp_states() local
232 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hw_state() local
1287 struct dc_context *dc_ctx, in wait_for_reset_trigger_to_occur() argument
1329 struct dc_context *dc_ctx = dc->ctx; in dcn10_enable_timing_synchronization() local
1345 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[1]->stream_res.tg); in dcn10_enable_timing_synchronization()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/irq/dce110/
Dirq_service_dce110.c199 struct dc_context *dc_ctx = irq_service->ctx; in dce110_vblank_set() local
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2224 struct dc_context *dc_ctx, in wait_for_reset_trigger_to_occur() argument
2267 struct dc_context *dc_ctx = dc->ctx; in dce110_enable_timing_synchronization() local
2293 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_timing_synchronization()
2312 struct dc_context *dc_ctx = dc->ctx; in dce110_enable_per_frame_crtc_position_reset() local
2333 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_per_frame_crtc_position_reset()
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c649 struct dc_context *dc_ctx = link->ctx; in emulated_link_detect() local