Searched refs:bw_kbps (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/soc/qcom/ |
D | icc-bwmon.c | 650 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() 659 bwmon->target_kbps = bw_kbps; in bwmon_intr_thread() 661 bw_kbps--; in bwmon_intr_thread() 662 opp = dev_pm_opp_find_bw_floor(bwmon->dev, &bw_kbps, 0); in bwmon_intr_thread() 666 down_kbps = bw_kbps; in bwmon_intr_thread()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_mcg/ |
D | dml2_mcg_dcn4.c | 17 unsigned long long bw_kbps = 0; in uclk_to_dram_bw_kbps() local 19 …bw_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-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/ |
D | dcn35_smu.c | 500 …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()
|
D | dcn35_smu.h | 201 …cn35_smu_notify_host_router_bw(struct clk_mgr_internal *clk_mgr, uint32_t hr_id, uint32_t bw_kbps);
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared.c | 666 static double dram_bw_kbps_to_uclk_mhz(unsigned long long bw_kbps, const struct dml2_dram_params *d… 8977 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 8981 …uclk_mhz = (double)bw_kbps / (dram_config->channel_count * dram_config->channel_width_bytes * dram… in dram_bw_kbps_to_uclk_mhz()
|
D | dml2_core_dcn4_calcs.c | 6806 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 6810 …uclk_mhz = (double)bw_kbps / (dram_config->channel_count * dram_config->channel_width_bytes * dram… in dram_bw_kbps_to_uclk_mhz()
|