Searched defs:max_bandwidth (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.h57 uint32_t max_bandwidth; member in struct:tilcdc_drm_private
/drivers/gpu/drm/radeon/
H A Drs690.c135 if (tmp.full < rdev->pm.max_bandwidth.full) {
137 rdev->pm.max_bandwidth.full = tmp.full;
269 fixed20_12 sclk, core_bandwidth, max_bandwidth; local
353 max_bandwidth = core_bandwidth;
355 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
357 max_bandwidth = rdev->pm.sideport_bandwidth;
364 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
366 max_bandwidth = rdev->pm.k8_bandwidth;
367 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full &&
369 max_bandwidth
[all...]
H A Dradeon.h1141 * @max_bandwidth: maximum bandwidth the gpu has (MByte/s)
1581 fixed20_12 max_bandwidth; member in struct:radeon_pm
/drivers/video/fbdev/
H A Damba-clcd.c653 u32 max_bandwidth; local
669 &max_bandwidth);
672 * max_bandwidth is in bytes per second and pixclock in
674 * 8 * max_bandwidth / (PICOS2KHZ(pixclock) * 1000)
678 bpp = max_bandwidth / (1000 / 8)
/drivers/usb/host/
H A Dxhci.c2179 unsigned int max_bandwidth; local
2193 max_bandwidth = HS_BW_LIMIT;
2195 bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100);
2197 max_bandwidth = FS_BW_LIMIT;
2198 bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100);
2306 if (bw_used > max_bandwidth) {
2309 bw_used, max_bandwidth);
2336 bw_used, max_bandwidth, bw_reserved,
2337 (max_bandwidth - bw_used - bw_reserved) * 100 /
2338 max_bandwidth);
[all...]

Completed in 1668 milliseconds