Home
last modified time | relevance | path

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

/linux-6.15/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c490 unsigned int required_bandwidth; in get_manager_lane() local
498 required_bandwidth = 0; in get_manager_lane()
500 required_bandwidth += m_rt->stream->params.rate * in get_manager_lane()
504 if (required_bandwidth <= in get_manager_lane()
516 bus->lane_used_bandwidth[l] += required_bandwidth; in get_manager_lane()
521 bus->params.bandwidth -= required_bandwidth; in get_manager_lane()
/linux-6.15/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1939 u32 rate, vs, required_bandwidth, available_bandwidth; in cdns_mhdp_sst_enable() local
1950 required_bandwidth = pxlclock * bpp / 8; in cdns_mhdp_sst_enable()
1953 vs = tu_size * required_bandwidth / available_bandwidth; in cdns_mhdp_sst_enable()