Lines Matching defs:dc

206 					&link->dc->res_pool->audio_support;
304 .speed = ddc->ctx->dc->caps.i2c_speed_in_khz };
585 struct audio_support *audio_support = &link->dc->res_pool->audio_support;
600 if (link->dc->debug.disable_dp_plus_plus_wa &&
693 !link->dc->debug.dpia_debug.bits.disable_mst_dsc_work_around)
736 static bool should_prepare_phy_clocks_for_link_verification(const struct dc *dc,
742 for (i = 0; i < dc->current_state->stream_count; i++) {
743 if (dc->current_state->streams[i]->apply_seamless_boot_optimization) {
752 static void prepare_phy_clocks_for_destructive_link_verification(const struct dc *dc)
754 dc_z10_restore(dc);
755 clk_mgr_exit_optimized_pwr_state(dc, dc->clk_mgr);
758 static void restore_phy_clocks_for_destructive_link_verification(const struct dc *dc)
760 clk_mgr_optimize_pwr_state(dc, dc->clk_mgr);
768 should_prepare_phy_clocks_for_link_verification(link->dc, reason);
771 prepare_phy_clocks_for_destructive_link_verification(link->dc);
785 restore_phy_clocks_for_destructive_link_verification(link->dc);
808 link->dc->res_pool->funcs->link_encs_assign &&
810 link->ctx->dc,
818 if (link->dc->debug.skip_detection_link_training ||
857 struct audio_support *aud_support = &link->dc->res_pool->audio_support;
861 struct dc *dc = dc_ctx->dc;
876 (!link->dc->config.allow_edp_hotplug_detection)) &&
940 if (dc->config.enable_mipi_converter_optimization &&
945 dc->config.edp_no_power_sequencing = true;
1000 if (dc->config.usb4_bw_alloc_support) {
1107 link->ctx->dc->debug.hdmi20_disable = true;
1184 if (dc_ctx->dc->res_pool->funcs->get_panel_config_defaults)
1185 dc_ctx->dc->res_pool->funcs->get_panel_config_defaults(&link->panel_config);
1244 if (!link->dc->config.edp_no_power_sequencing)
1245 link->dc->hwss.edp_power_control(link, true);
1246 link->dc->hwss.edp_wait_for_hpd_ready(link, true);
1270 if (!link->dc->config.edp_no_power_sequencing)
1271 link->dc->hwss.edp_power_control(link, false);