Searched refs:dcn_soc (Results 1 – 4 of 4) sorted by relevance
641 if ((int)(dc->dcn_soc->sr_exit_time * 1000) != dc->debug.sr_exit_time_ns in dcn_bw_apply_registry_override()644 dc->dcn_soc->sr_exit_time = dc->debug.sr_exit_time_ns / 1000.0; in dcn_bw_apply_registry_override()647 if ((int)(dc->dcn_soc->sr_enter_plus_exit_time * 1000) in dcn_bw_apply_registry_override()651 dc->dcn_soc->sr_enter_plus_exit_time = in dcn_bw_apply_registry_override()655 if ((int)(dc->dcn_soc->urgent_latency * 1000) != dc->debug.urgent_latency_ns in dcn_bw_apply_registry_override()658 dc->dcn_soc->urgent_latency = dc->debug.urgent_latency_ns / 1000.0; in dcn_bw_apply_registry_override()661 if ((int)(dc->dcn_soc->percent_of_ideal_drambw_received_after_urg_latency * 1000) in dcn_bw_apply_registry_override()665 dc->dcn_soc->percent_of_ideal_drambw_received_after_urg_latency = in dcn_bw_apply_registry_override()669 if ((int)(dc->dcn_soc->dram_clock_change_latency * 1000) in dcn_bw_apply_registry_override()673 dc->dcn_soc->dram_clock_change_latency = in dcn_bw_apply_registry_override()[all …]
1261 dc->dcn_soc->number_of_channels == 1) in dcn10_validate_global()1349 struct dcn_soc_bounding_box *dcn_soc = dc->dcn_soc; in dcn10_resource_construct_fp() local1355 dcn_soc->dram_clock_change_latency = 23; in dcn10_resource_construct_fp()1359 dc->dcn_soc->urgent_latency = 3; in dcn10_resource_construct_fp()1361 dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 41.60f; in dcn10_resource_construct_fp()1365 dc->dcn_soc->number_of_channels = dc->ctx->asic_id.vram_width / ddr4_dram_width; in dcn10_resource_construct_fp()1366 ASSERT(dc->dcn_soc->number_of_channels < 3); in dcn10_resource_construct_fp()1367 if (dc->dcn_soc->number_of_channels == 0)/*old sbios bug*/ in dcn10_resource_construct_fp()1368 dc->dcn_soc->number_of_channels = 2; in dcn10_resource_construct_fp()1370 if (dc->dcn_soc->number_of_channels == 1) { in dcn10_resource_construct_fp()[all …]
737 kfree(dc->dcn_soc); in dc_destruct()738 dc->dcn_soc = NULL; in dc_destruct()791 struct dcn_soc_bounding_box *dcn_soc; in dc_construct() local822 dcn_soc = kzalloc(sizeof(*dcn_soc), GFP_KERNEL); in dc_construct()823 if (!dcn_soc) { in dc_construct()828 dc->dcn_soc = dcn_soc; in dc_construct()
666 struct dcn_soc_bounding_box *dcn_soc; member