Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/include/
H A 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)
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c505 struct dc_context *dc_ctx; in construct() local
548 dc_ctx = kzalloc(sizeof(*dc_ctx), GFP_KERNEL); in construct()
549 if (!dc_ctx) { in construct()
556 dc_ctx->dc = dc; in construct()
559 dc->ctx = dc_ctx; in construct()
584 bp_init_data.ctx = dc_ctx; in construct()
590 if (!dc_ctx->dc_bios) { in construct()
599 dc_ctx->i2caux = dal_i2caux_create(dc_ctx); in construct()
601 if (!dc_ctx->i2caux) { in construct()
609 dc_ctx->dce_environment, in construct()
[all …]
H A Ddc_link.c608 struct dc_context *dc_ctx = link->ctx; in dc_link_detect() local
1056 struct dc_context *dc_ctx = init_params->ctx; in construct() local
1061 DC_LOGGER_INIT(dc_ctx->logger); in construct()
1069 link->ctx = dc_ctx; in construct()
1154 enc_init_data.ctx = dc_ctx; in construct()
1155 bp_funcs->get_src_obj(dc_ctx->dc_bios, link->link_id, 0, &enc_init_data.encoder); in construct()
1176 bp_funcs->get_device_tag(dc_ctx->dc_bios, link->link_id, i, &link->device_tag)) { in construct()
1184 if (!bp_funcs->is_device_id_supported(dc_ctx->dc_bios, link->device_tag.dev_id)) in construct()
H A Ddc_resource.c1750 struct dc_context *dc_ctx = dc->ctx; in dc_add_stream_to_ctx() local
1775 struct dc_context *dc_ctx = dc->ctx; in dc_remove_stream_from_ctx() local
1911 struct dc_context *dc_ctx = dc->ctx; in resource_map_pool_resources() local
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c62 print_microsec(dc_ctx, ref_cycle)
65 void print_microsec(struct dc_context *dc_ctx, uint32_t ref_cycle) in print_microsec() argument
67 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clock_inKhz / 1000; in print_microsec()
79 struct dc_context *dc_ctx = dc->ctx; in log_mpc_crc() local
93 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hubbub_state() local
120 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hubp_states() local
236 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hw_state() local
1292 struct dc_context *dc_ctx, in wait_for_reset_trigger_to_occur() argument
1334 struct dc_context *dc_ctx = dc->ctx; in dcn10_enable_timing_synchronization() local
1350 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[1]->stream_res.tg); in dcn10_enable_timing_synchronization()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/irq/dce110/
H A Dirq_service_dce110.c199 struct dc_context *dc_ctx = irq_service->ctx; in dce110_vblank_set() local
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2241 struct dc_context *dc_ctx, in wait_for_reset_trigger_to_occur() argument
2284 struct dc_context *dc_ctx = dc->ctx; in dce110_enable_timing_synchronization() local
2310 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_timing_synchronization()
2329 struct dc_context *dc_ctx = dc->ctx; in dce110_enable_per_frame_crtc_position_reset() local
2350 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_per_frame_crtc_position_reset()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c667 struct dc_context *dc_ctx = link->ctx; in emulated_link_detect() local