Searched refs:max_bandwidth (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | rs690.c | 135 if (tmp.full < rdev->pm.max_bandwidth.full) { in rs690_pm_info() 137 rdev->pm.max_bandwidth.full = tmp.full; in rs690_pm_info() 279 fixed20_12 sclk, core_bandwidth, max_bandwidth; in rs690_crtc_bandwidth_compute() local 363 max_bandwidth = core_bandwidth; in rs690_crtc_bandwidth_compute() 365 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full && in rs690_crtc_bandwidth_compute() 367 max_bandwidth = rdev->pm.sideport_bandwidth; in rs690_crtc_bandwidth_compute() 374 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full && in rs690_crtc_bandwidth_compute() 376 max_bandwidth = rdev->pm.k8_bandwidth; in rs690_crtc_bandwidth_compute() 377 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full && in rs690_crtc_bandwidth_compute() 379 max_bandwidth = rdev->pm.ht_bandwidth; in rs690_crtc_bandwidth_compute() [all …]
|
D | radeon.h | 1600 fixed20_12 max_bandwidth; member
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_drv.h | 91 unsigned int max_bandwidth; member
|
D | omap_crtc.c | 417 if (priv->max_bandwidth) { in omap_crtc_mode_valid() 439 if (priv->max_bandwidth < bandwidth) in omap_crtc_mode_valid()
|
D | omap_drv.c | 558 priv->max_bandwidth = in omapdrm_init()
|
/Linux-v4.19/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.h | 57 uint32_t max_bandwidth; member
|
D | tilcdc_drv.c | 288 if (of_property_read_u32(node, "max-bandwidth", &priv->max_bandwidth)) in tilcdc_init() 289 priv->max_bandwidth = TILCDC_DEFAULT_MAX_BANDWIDTH; in tilcdc_init() 291 DBG("Maximum Bandwidth Value %d", priv->max_bandwidth); in tilcdc_init()
|
D | tilcdc_crtc.c | 832 if (bandwidth > priv->max_bandwidth) { in tilcdc_crtc_mode_valid()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.h | 133 uint32_t max_bandwidth; member
|
D | kfd_crat.c | 378 props->max_bandwidth = iolink->maximum_bandwidth_mbs; in kfd_parse_subtype_iolink()
|
D | kfd_topology.c | 261 sysfs_show_32bit_prop(buffer, "max_bandwidth", iolink->max_bandwidth); in iolink_show()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci.c | 2236 unsigned int max_bandwidth; in xhci_check_bw_table() local 2250 max_bandwidth = HS_BW_LIMIT; in xhci_check_bw_table() 2252 bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100); in xhci_check_bw_table() 2254 max_bandwidth = FS_BW_LIMIT; in xhci_check_bw_table() 2255 bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100); in xhci_check_bw_table() 2363 if (bw_used > max_bandwidth) { in xhci_check_bw_table() 2366 bw_used, max_bandwidth); in xhci_check_bw_table() 2393 bw_used, max_bandwidth, bw_reserved, in xhci_check_bw_table() 2394 (max_bandwidth - bw_used - bw_reserved) * 100 / in xhci_check_bw_table() 2395 max_bandwidth); in xhci_check_bw_table() [all …]
|
/Linux-v4.19/drivers/video/fbdev/ |
D | amba-clcd.c | 760 u32 max_bandwidth; in clcdfb_of_init_display() local 793 &max_bandwidth); in clcdfb_of_init_display() 802 bpp = max_bandwidth / (1000 / 8) in clcdfb_of_init_display()
|