Searched refs:peak (Results 1 - 25 of 40) sorted by last modified time

12

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4262 u32 avg, peak; local
4265 rc = dc_link_get_backlight_level_nits(link, &avg, &peak);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c758 pstate_table->gfxclk_pstate.peak = gfx_table->max;
763 pstate_table->uclk_pstate.peak = mem_table->max;
768 pstate_table->socclk_pstate.peak = soc_table->max;
H A Dsmu_v13_0_0_ppt.c606 * might be not the peak frequency the card can achieve, it
2243 pstate_table->gfxclk_pstate.peak = driver_clocks.GameClockAc;
2245 pstate_table->gfxclk_pstate.peak = gfx_table->max;
2248 pstate_table->uclk_pstate.peak = mem_table->max;
2251 pstate_table->socclk_pstate.peak = soc_table->max;
2254 pstate_table->vclk_pstate.peak = vclk_table->max;
2257 pstate_table->dclk_pstate.peak = dclk_table->max;
2260 pstate_table->fclk_pstate.peak = fclk_table->max;
H A Dsmu_v13_0_7_ppt.c2227 pstate_table->gfxclk_pstate.peak = driver_clocks.GameClockAc;
2229 pstate_table->gfxclk_pstate.peak = gfx_table->max;
2232 pstate_table->uclk_pstate.peak = mem_table->max;
2235 pstate_table->socclk_pstate.peak = soc_table->max;
2238 pstate_table->vclk_pstate.peak = vclk_table->max;
2241 pstate_table->dclk_pstate.peak = dclk_table->max;
2244 pstate_table->fclk_pstate.peak = fclk_table->max;
H A Dsmu_v13_0.c1772 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak;
1773 mclk_min = mclk_max = pstate_table->uclk_pstate.peak;
1774 socclk_min = socclk_max = pstate_table->socclk_pstate.peak;
1775 vclk_min = vclk_max = pstate_table->vclk_pstate.peak;
1776 dclk_min = dclk_max = pstate_table->dclk_pstate.peak;
1777 fclk_min = fclk_max = pstate_table->fclk_pstate.peak;
H A Daldebaran_ppt.c515 pstate_table->gfxclk_pstate.peak = gfx_table->max;
520 pstate_table->uclk_pstate.peak = mem_table->max;
525 pstate_table->socclk_pstate.peak = soc_table->max;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1153 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak;
1154 mclk_min = mclk_max = pstate_table->uclk_pstate.peak;
1155 socclk_min = socclk_max = pstate_table->socclk_pstate.peak;
1156 vclk_min = vclk_max = pstate_table->vclk_pstate.peak;
1157 dclk_min = dclk_max = pstate_table->dclk_pstate.peak;
1158 fclk_min = fclk_max = pstate_table->fclk_pstate.peak;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h445 uint32_t peak; member in struct:pstates_clk_freq
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2927 *((uint32_t *)data) = pstate_table->gfxclk_pstate.peak * 100;
2931 *((uint32_t *)data) = pstate_table->uclk_pstate.peak * 100;
/linux-master/include/soc/tegra/
H A Dmc.h152 int (*get_bw)(struct icc_node *node, u32 *avg, u32 *peak);
/linux-master/include/linux/
H A Dinterconnect-provider.h67 int (*get_bw)(struct icc_node *node, u32 *avg, u32 *peak);
91 * @peak_bw: aggregated value of peak bandwidth requests from all consumers
93 * @init_peak: peak bandwidth value that is read from the hardware during init
/linux-master/drivers/memory/tegra/
H A Dtegra186-emc.c255 static int tegra_emc_icc_get_init_bw(struct icc_node *node, u32 *avg, u32 *peak) argument
258 *peak = 0;
H A Dmc.c775 static int tegra_mc_icc_get(struct icc_node *node, u32 *average, u32 *peak) argument
778 *peak = 0;
H A Dtegra234.c1120 static int tegra234_mc_icc_get_init_bw(struct icc_node *node, u32 *avg, u32 *peak) argument
1123 *peak = 0;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c1502 pstate_table->gfxclk_pstate.peak = gfx_table->max;
1505 pstate_table->uclk_pstate.peak = mem_table->max;
1508 pstate_table->socclk_pstate.peak = soc_table->max;
H A Dnavi10_ppt.c1758 pstate_table->gfxclk_pstate.peak = sclk_freq;
1761 pstate_table->uclk_pstate.peak = mem_table->max;
1764 pstate_table->socclk_pstate.peak = soc_table->max;
H A Darcturus_ppt.c543 pstate_table->gfxclk_pstate.peak = gfx_table->max;
546 pstate_table->uclk_pstate.peak = mem_table->max;
549 pstate_table->socclk_pstate.peak = soc_table->max;
H A Dsmu_v11_0.c1889 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak;
1890 mclk_min = mclk_max = pstate_table->uclk_pstate.peak;
1891 socclk_min = socclk_max = pstate_table->socclk_pstate.peak;
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1115 unsigned int peak; /* nits */ member in struct:dc_panel_config::nits_brightness
/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.h45 u32 peak; member in struct:bw_tbl
H A Dpm_helpers.c176 static void mbs_to_bw(struct venus_inst *inst, u32 mbs, u32 *avg, u32 *peak) argument
183 *peak = 0;
207 *peak = bw_tbl[i].peak_10bit;
210 *peak = bw_tbl[i].peak;
218 u32 mbs_per_sec, avg, peak, total_avg = 0, total_peak = 0; local
222 mbs_to_bw(inst, mbs_per_sec, &avg, &peak);
224 total_peak += peak;
/linux-master/drivers/opp/
H A Dcore.c460 return opp->bandwidth[index].peak;
1039 u32 avg, peak; local
1048 peak = 0;
1051 peak = opp->bandwidth[i].peak;
1053 ret = icc_set_bw(opp_table->paths[i], avg, peak);
1208 opp->level, old_opp->bandwidth ? old_opp->bandwidth[0].peak : 0,
1209 opp->bandwidth ? opp->bandwidth[0].peak : 0);
1894 if (opp1->bandwidth[i].peak != opp2->bandwidth[i].peak)
[all...]
H A Ddebugfs.c73 &opp->bandwidth[i].peak);
/linux-master/net/sched/
H A Dsch_tbf.c61 one with rate P (peak rate) and depth M (equal to link MTU)
89 Note that the peak rate TBF is much more tough: with MTU 1500
90 P_crit = 150Kbytes/sec. So, if you need greater peak
105 struct psched_ratecfg peak; member in struct:tbf_sched_data
266 return q->peak.rate_bytes_ps;
289 ptoks -= (s64) psched_l2t_ns(&q->peak, len);
360 struct psched_ratecfg peak; local
402 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64);
403 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) {
405 peak
[all...]
H A Dact_police.c181 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64);
189 new->tcfp_mtu_ptoks = (s64)psched_l2t_ns(&new->peak,
283 ptoks -= (s64)psched_l2t_ns(&p->peak,
368 psched_ratecfg_getrate(&opt.peakrate, &p->peak);
369 if ((p->peak.rate_bytes_ps >= (1ULL << 32)) &&
371 p->peak.rate_bytes_ps,

Completed in 356 milliseconds

12