Searched refs:dcn_soc (Results 1 – 5 of 5) sorted by relevance
131 struct dcn_soc_bounding_box *dcn_soc = dc->dcn_soc; in dcn10_resource_construct_fp() local137 dcn_soc->dram_clock_change_latency = 23; in dcn10_resource_construct_fp()141 dc->dcn_soc->urgent_latency = 3; in dcn10_resource_construct_fp()143 dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 41.60f; in dcn10_resource_construct_fp()147 ASSERT(dc->dcn_soc->number_of_channels < 3); in dcn10_resource_construct_fp()148 if (dc->dcn_soc->number_of_channels == 0)/*old sbios bug*/ in dcn10_resource_construct_fp()149 dc->dcn_soc->number_of_channels = 2; in dcn10_resource_construct_fp()151 if (dc->dcn_soc->number_of_channels == 1) { in dcn10_resource_construct_fp()152 dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 19.2f; in dcn10_resource_construct_fp()153 dc->dcn_soc->fabric_and_dram_bandwidth_vnom0p8 = 17.066f; in dcn10_resource_construct_fp()[all …]
797 v->socclk = dc->dcn_soc->socclk; in dcn_validate_bandwidth()1331 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()1335 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()1339 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib_fclks()1465 dc->dcn_soc->sr_exit_time * 1000, in dcn_bw_sync_calcs_and_dml()1470 dc->dcn_soc->max_request_size, in dcn_bw_sync_calcs_and_dml()1483 dc->dcn_soc->socclk * 1000, in dcn_bw_sync_calcs_and_dml()1492 dc->dcn_soc->downspreading * 100, in dcn_bw_sync_calcs_and_dml()1495 dc->dcn_soc->number_of_channels, in dcn_bw_sync_calcs_and_dml()1496 dc->dcn_soc->vmm_page_size, in dcn_bw_sync_calcs_and_dml()[all …]
1204 dc->dcn_soc->number_of_channels == 1) in dcn10_validate_global()1462 memcpy(dc->dcn_soc, &dcn10_soc_defaults, sizeof(dcn10_soc_defaults)); in dcn10_resource_construct()
953 kfree(dc->dcn_soc); in dc_destruct()954 dc->dcn_soc = NULL; in dc_destruct()1019 struct dcn_soc_bounding_box *dcn_soc; in dc_construct() local1048 dcn_soc = kzalloc(sizeof(*dcn_soc), GFP_KERNEL); in dc_construct()1049 if (!dcn_soc) { in dc_construct()1054 dc->dcn_soc = dcn_soc; in dc_construct()
1447 struct dcn_soc_bounding_box *dcn_soc; member