Searched refs:dcn_soc (Results 1 – 4 of 4) sorted by relevance
816 v->socclk = dc->dcn_soc->socclk; in dcn_validate_bandwidth()1514 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib()1518 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib()1522 dc->dcn_soc->number_of_channels * in dcn_bw_update_from_pplib()1651 dc->dcn_soc->sr_exit_time * 1000, in dcn_bw_sync_calcs_and_dml()1656 dc->dcn_soc->max_request_size, in dcn_bw_sync_calcs_and_dml()1669 dc->dcn_soc->socclk * 1000, in dcn_bw_sync_calcs_and_dml()1678 dc->dcn_soc->downspreading * 100, in dcn_bw_sync_calcs_and_dml()1681 dc->dcn_soc->number_of_channels, in dcn_bw_sync_calcs_and_dml()1682 dc->dcn_soc->vmm_page_size, in dcn_bw_sync_calcs_and_dml()[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()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()1371 dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 19.2f; in dcn10_resource_construct_fp()[all …]
845 kfree(dc->dcn_soc); in dc_destruct()846 dc->dcn_soc = NULL; in dc_destruct()898 struct dcn_soc_bounding_box *dcn_soc; in dc_construct() local929 dcn_soc = kzalloc(sizeof(*dcn_soc), GFP_KERNEL); in dc_construct()930 if (!dcn_soc) { in dc_construct()935 dc->dcn_soc = dcn_soc; in dc_construct()
722 struct dcn_soc_bounding_box *dcn_soc; member
Completed in 25 milliseconds