Home
last modified time | relevance | path

Searched refs:bw_kbps (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/soc/qcom/
H A Dicc-bwmon.c650 unsigned int bw_kbps, up_kbps, down_kbps, meas_kbps; in bwmon_intr_thread() local
652 bw_kbps = bwmon->target_kbps; in bwmon_intr_thread()
655 target_opp = dev_pm_opp_find_bw_ceil(bwmon->dev, &bw_kbps, 0); in bwmon_intr_thread()
657 target_opp = dev_pm_opp_find_bw_floor(bwmon->dev, &bw_kbps, 0); in bwmon_intr_thread()
662 bwmon->target_kbps = bw_kbps; in bwmon_intr_thread()
664 bw_kbps--; in bwmon_intr_thread()
665 opp = dev_pm_opp_find_bw_floor(bwmon->dev, &bw_kbps, 0); in bwmon_intr_thread()
669 down_kbps = bw_kbps; in bwmon_intr_thread()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_mcg/
H A Ddml2_mcg_dcn4.c17 unsigned long long bw_kbps = 0; in uclk_to_dram_bw_kbps() local
19bw_kbps = (unsigned long long) uclk_khz * dram_config->channel_count * dram_config->channel_width_… in uclk_to_dram_bw_kbps()
21 return bw_kbps; in uclk_to_dram_bw_kbps()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_smu.c500 …dcn35_smu_notify_host_router_bw(struct clk_mgr_internal *clk_mgr, uint32_t hr_id, uint32_t bw_kbps) in dcn35_smu_notify_host_router_bw() argument
505 msg_data.bits.bw_mbps = bw_kbps / 1000; in dcn35_smu_notify_host_router_bw()
H A Ddcn35_smu.h218 …cn35_smu_notify_host_router_bw(struct clk_mgr_internal *clk_mgr, uint32_t hr_id, uint32_t bw_kbps);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c7099 static double dram_bw_kbps_to_uclk_mhz(unsigned long long bw_kbps, const struct dml2_dram_params *d… in dram_bw_kbps_to_uclk_mhz() argument
7103 …uclk_mhz = (double)bw_kbps / (dram_config->channel_count * dram_config->channel_width_bytes * dram… in dram_bw_kbps_to_uclk_mhz()