/drivers/gpu/drm/amd/display/include/ |
D | logger_interface.h | 85 (void)(dc_ctx); \ 91 (void)(dc_ctx); \ 132 dm_dtn_log_begin(dc_ctx, log_ctx) 135 dm_dtn_log_append_v(dc_ctx, log_ctx, msg, ##__VA_ARGS__) 138 dm_dtn_log_end(dc_ctx, log_ctx)
|
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 569 struct dc_context *dc_ctx; in construct() local 627 dc_ctx = kzalloc(sizeof(*dc_ctx), GFP_KERNEL); in construct() 628 if (!dc_ctx) { in construct() 633 dc_ctx->cgs_device = init_params->cgs_device; in construct() 634 dc_ctx->driver_context = init_params->driver; in construct() 635 dc_ctx->dc = dc; in construct() 636 dc_ctx->asic_id = init_params->asic_id; in construct() 637 dc_ctx->dc_sink_id_count = 0; in construct() 638 dc_ctx->dc_stream_id_count = 0; in construct() 639 dc->ctx = dc_ctx; in construct() [all …]
|
D | dc_link.c | 750 struct dc_context *dc_ctx = link->ctx; in dc_link_detect() local 1215 struct dc_context *dc_ctx = init_params->ctx; in construct() local 1220 DC_LOGGER_INIT(dc_ctx->logger); in construct() 1228 link->ctx = dc_ctx; in construct() 1311 enc_init_data.ctx = dc_ctx; in construct() 1312 bp_funcs->get_src_obj(dc_ctx->dc_bios, link->link_id, 0, &enc_init_data.encoder); in construct() 1333 bp_funcs->get_device_tag(dc_ctx->dc_bios, link->link_id, i, &link->device_tag)) { in construct() 1341 if (!bp_funcs->is_device_id_supported(dc_ctx->dc_bios, link->device_tag.dev_id)) in construct()
|
D | dc_resource.c | 1717 struct dc_context *dc_ctx = dc->ctx; in dc_remove_stream_from_ctx() local 1912 struct dc_context *dc_ctx = dc->ctx; in resource_map_pool_resources() local
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer_debug.c | 73 struct dc_context *dc_ctx = dc->ctx; in dcn10_get_hubbub_state() local 80 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in dcn10_get_hubbub_state() 111 struct dc_context *dc_ctx = dc->ctx; in dcn10_get_hubp_states() local 118 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in dcn10_get_hubp_states()
|
D | dcn10_hw_sequencer.c | 69 print_microsec(dc_ctx, log_ctx, ref_cycle) 71 void print_microsec(struct dc_context *dc_ctx, in print_microsec() argument 75 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in print_microsec() 87 struct dc_context *dc_ctx = dc->ctx; in log_mpc_crc() local 100 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hubbub_state() local 128 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hubp_states() local 244 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hw_state() local 1529 struct dc_context *dc_ctx, in wait_for_reset_trigger_to_occur() argument 1571 struct dc_context *dc_ctx = dc->ctx; in dcn10_enable_timing_synchronization() local 1587 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[1]->stream_res.tg); in dcn10_enable_timing_synchronization() [all …]
|
/drivers/gpu/drm/amd/display/dc/irq/dce110/ |
D | irq_service_dce110.c | 206 struct dc_context *dc_ctx = irq_service->ctx; in dce110_vblank_set() local
|
/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 2245 struct dc_context *dc_ctx, in wait_for_reset_trigger_to_occur() argument 2288 struct dc_context *dc_ctx = dc->ctx; in dce110_enable_timing_synchronization() local 2314 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_timing_synchronization() 2333 struct dc_context *dc_ctx = dc->ctx; in dce110_enable_per_frame_crtc_position_reset() local 2354 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_per_frame_crtc_position_reset()
|
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 1464 struct dc_state *dc_ctx, in add_dsc_to_stream_resource() argument 1473 struct pipe_ctx *pipe_ctx = &dc_ctx->res_ctx.pipe_ctx[i]; in add_dsc_to_stream_resource() 1478 acquire_dsc(&dc_ctx->res_ctx, pool, &pipe_ctx->stream_res.dsc, i); in add_dsc_to_stream_resource()
|
/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 1087 struct dc_context *dc_ctx = link->ctx; in emulated_link_detect() local
|