HomeSort by: relevance | last modified time | path
    Searched defs:dc_ctx (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
amdgpu_dc_dmub_srv.c 69 struct dc_context *dc_ctx = dc_dmub_srv->ctx; local in function:dc_dmub_srv_cmd_queue
95 struct dc_context *dc_ctx = dc_dmub_srv->ctx; local in function:dc_dmub_srv_cmd_execute
106 struct dc_context *dc_ctx = dc_dmub_srv->ctx; local in function:dc_dmub_srv_wait_idle
117 struct dc_context *dc_ctx = dc_dmub_srv->ctx; local in function:dc_dmub_srv_wait_phy_init
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/dce110/
amdgpu_irq_service_dce110.c 211 struct dc_context *dc_ctx = irq_service->ctx; local in function:dce110_vblank_set
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer_debug.c 78 struct dc_context *dc_ctx = dc->ctx; local in function:dcn10_get_hubbub_state
85 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000;
116 struct dc_context *dc_ctx = dc->ctx; local in function:dcn10_get_hubp_states
123 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000;
amdgpu_dcn10_hw_sequencer.c 73 print_microsec(dc_ctx, log_ctx, ref_cycle)
77 void print_microsec(struct dc_context *dc_ctx,
81 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000;
120 struct dc_context *dc_ctx = dc->ctx; local in function:log_mpc_crc
133 struct dc_context *dc_ctx = dc->ctx; local in function:dcn10_log_hubbub_state
161 struct dc_context *dc_ctx = dc->ctx; local in function:dcn10_log_hubp_states
276 struct dc_context *dc_ctx = dc->ctx; local in function:dcn10_log_hw_state
1600 struct dc_context *dc_ctx,
1642 struct dc_context *dc_ctx = dc->ctx; local in function:dcn10_enable_timing_synchronization
1658 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[1]->stream_res.tg)
1671 struct dc_context *dc_ctx = dc->ctx; local in function:dcn10_enable_per_frame_crtc_position_reset
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 592 struct dc_context *dc_ctx; local in function:dc_construct_ctx
595 dc_ctx = kzalloc(sizeof(*dc_ctx), GFP_KERNEL);
596 if (!dc_ctx)
599 dc_ctx->cgs_device = init_params->cgs_device;
600 dc_ctx->driver_context = init_params->driver;
601 dc_ctx->dc = dc;
602 dc_ctx->asic_id = init_params->asic_id;
603 dc_ctx->dc_sink_id_count = 0;
604 dc_ctx->dc_stream_id_count = 0
626 struct dc_context *dc_ctx; local in function:dc_construct
1943 struct dc_context *dc_ctx = dc->ctx; local in function:copy_stream_update_to_stream
2354 struct dc_context *dc_ctx = dc->ctx; local in function:dc_commit_updates_for_stream
    [all...]
amdgpu_dc_link.c 762 struct dc_context *dc_ctx = link->ctx; local in function:dc_link_detect_helper
885 dc_ctx->dc->config.power_down_display_on_boot == false &&
1252 struct dc_context *dc_ctx = init_params->ctx; local in function:dc_link_construct
1257 DC_LOGGER_INIT(dc_ctx->logger);
1265 link->ctx = dc_ctx;
1348 enc_init_data.ctx = dc_ctx;
1349 bp_funcs->get_src_obj(dc_ctx->dc_bios, link->link_id, 0, &enc_init_data.encoder);
1370 bp_funcs->get_device_tag(dc_ctx->dc_bios, link->link_id, i, &link->device_tag)) {
1378 if (!bp_funcs->is_device_id_supported(dc_ctx->dc_bios, link->device_tag.dev_id))
amdgpu_dc_resource.c 1748 struct dc_context *dc_ctx = dc->ctx; local in function:dc_remove_stream_from_ctx
1961 struct dc_context *dc_ctx = dc->ctx; local in function:resource_map_pool_resources
2023 &context->res_ctx, pool, pipe_ctx->stream_res.stream_enc->id, dc_ctx->dce_version);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 2238 struct dc_context *dc_ctx,
2281 struct dc_context *dc_ctx = dc->ctx; local in function:dce110_enable_timing_synchronization
2307 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg);
2326 struct dc_context *dc_ctx = dc->ctx; local in function:dce110_enable_per_frame_crtc_position_reset
2347 wait_for_reset_trigger_to_occur(dc_ctx, grouped_pipes[i]->stream_res.tg);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 1532 struct dc_context *dc_ctx = link->ctx; local in function:emulated_link_detect

Completed in 86 milliseconds