| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| H A D | logger_interface.h | 87 (void)(dc_ctx); \ 93 (void)(dc_ctx); \ 134 dm_dtn_log_begin(dc_ctx, log_ctx) 137 dm_dtn_log_append_v(dc_ctx, log_ctx, msg, ##__VA_ARGS__) 140 dm_dtn_log_end(dc_ctx, log_ctx)
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
| H A D | amdgpu_dc_dmub_srv.c | 69 struct dc_context *dc_ctx = dc_dmub_srv->ctx; in dc_dmub_srv_cmd_queue() local 95 struct dc_context *dc_ctx = dc_dmub_srv->ctx; in dc_dmub_srv_cmd_execute() local 106 struct dc_context *dc_ctx = dc_dmub_srv->ctx; in dc_dmub_srv_wait_idle() local 117 struct dc_context *dc_ctx = dc_dmub_srv->ctx; in dc_dmub_srv_wait_phy_init() local
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| H A D | amdgpu_dc.c | 592 struct dc_context *dc_ctx; in dc_construct_ctx() local 595 dc_ctx = kzalloc(sizeof(*dc_ctx), GFP_KERNEL); in dc_construct_ctx() 596 if (!dc_ctx) in dc_construct_ctx() 599 dc_ctx->cgs_device = init_params->cgs_device; in dc_construct_ctx() 600 dc_ctx->driver_context = init_params->driver; in dc_construct_ctx() 601 dc_ctx->dc = dc; in dc_construct_ctx() 602 dc_ctx->asic_id = init_params->asic_id; in dc_construct_ctx() 603 dc_ctx->dc_sink_id_count = 0; in dc_construct_ctx() 604 dc_ctx->dc_stream_id_count = 0; in dc_construct_ctx() 605 dc_ctx->dce_environment = init_params->dce_environment; in dc_construct_ctx() [all …]
|
| H A D | amdgpu_dc_link.c | 762 struct dc_context *dc_ctx = link->ctx; in dc_link_detect_helper() local 885 dc_ctx->dc->config.power_down_display_on_boot == false && in dc_link_detect_helper() 1252 struct dc_context *dc_ctx = init_params->ctx; in dc_link_construct() local 1257 DC_LOGGER_INIT(dc_ctx->logger); in dc_link_construct() 1265 link->ctx = dc_ctx; in dc_link_construct() 1348 enc_init_data.ctx = dc_ctx; in dc_link_construct() 1349 bp_funcs->get_src_obj(dc_ctx->dc_bios, link->link_id, 0, &enc_init_data.encoder); in dc_link_construct() 1370 bp_funcs->get_device_tag(dc_ctx->dc_bios, link->link_id, i, &link->device_tag)) { in dc_link_construct() 1378 if (!bp_funcs->is_device_id_supported(dc_ctx->dc_bios, link->device_tag.dev_id)) in dc_link_construct()
|
| H A D | amdgpu_dc_resource.c | 1748 struct dc_context *dc_ctx = dc->ctx; in dc_remove_stream_from_ctx() local 1961 struct dc_context *dc_ctx = dc->ctx; in resource_map_pool_resources() local 2023 &context->res_ctx, pool, pipe_ctx->stream_res.stream_enc->id, dc_ctx->dce_version); in resource_map_pool_resources()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| H A D | amdgpu_dcn10_hw_sequencer_debug.c | 78 struct dc_context *dc_ctx = dc->ctx; in dcn10_get_hubbub_state() local 85 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in dcn10_get_hubbub_state() 116 struct dc_context *dc_ctx = dc->ctx; in dcn10_get_hubp_states() local 123 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in dcn10_get_hubp_states()
|
| H A D | amdgpu_dcn10_hw_sequencer.c | 73 print_microsec(dc_ctx, log_ctx, ref_cycle) 77 void print_microsec(struct dc_context *dc_ctx, in print_microsec() argument 81 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000; in print_microsec() 120 struct dc_context *dc_ctx = dc->ctx; in log_mpc_crc() local 133 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hubbub_state() local 161 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hubp_states() local 276 struct dc_context *dc_ctx = dc->ctx; in dcn10_log_hw_state() local 1600 struct dc_context *dc_ctx, in wait_for_reset_trigger_to_occur() argument 1642 struct dc_context *dc_ctx = dc->ctx; in dcn10_enable_timing_synchronization() local 1658 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[1]->stream_res.tg); in dcn10_enable_timing_synchronization() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_resource.h | 162 enum dc_status dcn20_add_dsc_to_stream_resource(struct dc *dc, struct dc_state *dc_ctx, struct dc_s…
|
| H A D | amdgpu_dcn20_resource.c | 1582 struct dc_state *dc_ctx, in dcn20_add_dsc_to_stream_resource() argument 1591 struct pipe_ctx *pipe_ctx = &dc_ctx->res_ctx.pipe_ctx[i]; in dcn20_add_dsc_to_stream_resource() 1599 acquire_dsc(&dc_ctx->res_ctx, pool, &pipe_ctx->stream_res.dsc, i); in dcn20_add_dsc_to_stream_resource()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/dce110/ |
| H A D | amdgpu_irq_service_dce110.c | 211 struct dc_context *dc_ctx = irq_service->ctx; in dce110_vblank_set() local
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
| H A D | amdgpu_dce110_hw_sequencer.c | 2238 struct dc_context *dc_ctx, in wait_for_reset_trigger_to_occur() argument 2281 struct dc_context *dc_ctx = dc->ctx; in dce110_enable_timing_synchronization() local 2307 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_timing_synchronization() 2326 struct dc_context *dc_ctx = dc->ctx; in dce110_enable_per_frame_crtc_position_reset() local 2347 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg); in dce110_enable_per_frame_crtc_position_reset()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 1532 struct dc_context *dc_ctx = link->ctx; in emulated_link_detect() local
|