Searched refs:loaded_bb (Results 1 – 1 of 1) sorted by relevance
3328 struct _vcs_dpi_soc_bounding_box_st *loaded_bb = in init_soc_bounding_box() local3471 dcn20_update_bounding_box(dc, loaded_bb, &max_clocks, uclk_states, num_states); in init_soc_bounding_box()3473 dcn20_cap_soc_clocks(loaded_bb, max_clocks); in init_soc_bounding_box()3478 dcn20_patch_bounding_box(dc, loaded_bb); in init_soc_bounding_box()3492 struct _vcs_dpi_soc_bounding_box_st *loaded_bb = in dcn20_resource_construct() local3624 dml_init_instance(&dc->dml, loaded_bb, loaded_ip, dml_project_version); in dcn20_resource_construct()3632 if (loaded_bb->num_states == 1) { in dcn20_resource_construct()3640 } else if (loaded_bb->num_states > 1) { in dcn20_resource_construct()3641 for (i = 0; i < 4 && i < loaded_bb->num_states; i++) { in dcn20_resource_construct()3645 …ranges.reader_wm_sets[i].min_fill_clk_mhz = (i > 0) ? (loaded_bb->clock_limits[i - 1].dram_speed_m… in dcn20_resource_construct()[all …]