Searched refs:dcn3_14_soc (Results 1 – 2 of 2) sorted by relevance
99 struct _vcs_dpi_soc_bounding_box_st dcn3_14_soc = { variable184 dcn3_14_soc.clock_limits; in dcn314_update_bw_bounding_box_fpu()198 dcn3_14_soc.dram_channel_width_bytes = bw_params->dram_channel_width_bytes; in dcn314_update_bw_bounding_box_fpu()201 dcn3_14_soc.num_chans = bw_params->num_channels; in dcn314_update_bw_bounding_box_fpu()203 ASSERT(dcn3_14_soc.num_chans); in dcn314_update_bw_bounding_box_fpu()216 for (closest_clk_lvl = 0, j = dcn3_14_soc.num_states - 1; j >= 0; j--) { in dcn314_update_bw_bounding_box_fpu()217 if ((unsigned int) dcn3_14_soc.clock_limits[j].dcfclk_mhz <= clk_table->entries[i].dcfclk_mhz) { in dcn314_update_bw_bounding_box_fpu()224 closest_clk_lvl = dcn3_14_soc.num_states - 1; in dcn314_update_bw_bounding_box_fpu()232 clock_limits[i].dcfclk_mhz < dcn3_14_soc.clock_limits[closest_clk_lvl].dcfclk_mhz) { in dcn314_update_bw_bounding_box_fpu()234 clock_limits[i].dcfclk_mhz = dcn3_14_soc.clock_limits[closest_clk_lvl].dcfclk_mhz; in dcn314_update_bw_bounding_box_fpu()[all …]
33 extern struct _vcs_dpi_soc_bounding_box_st dcn3_14_soc;