Home
last modified time | relevance | path

Searched refs:bw_mbps (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_smu.c105 uint32_t bw_mbps : 16; member
505 msg_data.bits.bw_mbps = bw_kbps / 1000; in dcn35_smu_notify_host_router_bw()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c6015 …igned int exclude_plane_idx, unsigned int num_planes, double *prefetch_swath_bytes, double bw_mbps) in calculate_impacted_Tsw() argument
6023 return sum / bw_mbps; in calculate_impacted_Tsw()
7123 double bw_mbps = 0; in uclk_khz_to_dram_bw_mbps() local
7124bw_mbps = ((double)uclk_khz * dram_config->channel_count * dram_config->channel_width_bytes * dram… in uclk_khz_to_dram_bw_mbps()
7126 return bw_mbps; in uclk_khz_to_dram_bw_mbps()