Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c500 unsigned int required_bandwidth; in get_manager_lane() local
508 required_bandwidth = 0; in get_manager_lane()
510 required_bandwidth += m_rt->stream->params.rate * in get_manager_lane()
514 if (required_bandwidth <= in get_manager_lane()
526 bus->lane_used_bandwidth[l] += required_bandwidth; in get_manager_lane()
531 bus->params.bandwidth -= required_bandwidth; in get_manager_lane()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1870 u32 rate, vs, required_bandwidth, available_bandwidth; in cdns_mhdp_sst_enable() local
1881 required_bandwidth = pxlclock * bpp / 8; in cdns_mhdp_sst_enable()
1884 vs = tu_size * required_bandwidth / available_bandwidth; in cdns_mhdp_sst_enable()