Searched refs:uclk_khz (Results 1 – 1 of 1) sorted by relevance
12 double uclk_khz = 0; in dram_bw_kbps_to_uclk_khz() local18 uclk_khz = (double)bandwidth_kbps / uclk_bytes_per_tick; in dram_bw_kbps_to_uclk_khz()24 uclk_khz = dram_bw_table->entries[i].min_uclk_khz; in dram_bw_kbps_to_uclk_khz()29 return uclk_khz; in dram_bw_kbps_to_uclk_khz()99 …in_out->programming->min_clocks.dcn4x.active.uclk_khz = dml_round_up(min_uclk_bw > min_uclk_latenc… in calculate_system_active_minimums()142 …in_out->programming->min_clocks.dcn4x.svp_prefetch.uclk_khz = dml_round_up(min_uclk_bw > min_uclk_… in calculate_svp_prefetch_minimums()175 …in_out->programming->min_clocks.dcn4x.svp_prefetch_no_throttle.uclk_khz = dml_round_up(min_uclk_bw… in calculate_svp_prefetch_minimums()200 …in_out->programming->min_clocks.dcn4x.idle.uclk_khz = dml_round_up(min_uclk_avg > min_uclk_latency… in calculate_idle_minimums()330 result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.active.uclk_khz, &state_table->uclk); in map_soc_min_clocks_to_dpm_fine_grained()337 …result = round_up_to_next_dpm(&display_cfg->min_clocks.dcn4x.svp_prefetch.uclk_khz, &state_table->… in map_soc_min_clocks_to_dpm_fine_grained()[all …]