Home
last modified time | relevance | path

Searched refs:max_bandwidth (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Drs690.c137 if (tmp.full < rdev->pm.max_bandwidth.full) { in rs690_pm_info()
139 rdev->pm.max_bandwidth.full = tmp.full; in rs690_pm_info()
281 fixed20_12 sclk, core_bandwidth, max_bandwidth; in rs690_crtc_bandwidth_compute() local
365 max_bandwidth = core_bandwidth; in rs690_crtc_bandwidth_compute()
367 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full && in rs690_crtc_bandwidth_compute()
369 max_bandwidth = rdev->pm.sideport_bandwidth; in rs690_crtc_bandwidth_compute()
376 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full && in rs690_crtc_bandwidth_compute()
378 max_bandwidth = rdev->pm.k8_bandwidth; in rs690_crtc_bandwidth_compute()
379 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full && in rs690_crtc_bandwidth_compute()
381 max_bandwidth = rdev->pm.ht_bandwidth; in rs690_crtc_bandwidth_compute()
[all …]
/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c355 if (of_property_read_u32(node, "max-bandwidth", &priv->max_bandwidth)) in tilcdc_pdev_probe()
356 priv->max_bandwidth = TILCDC_DEFAULT_MAX_BANDWIDTH; in tilcdc_pdev_probe()
358 DBG("Maximum Bandwidth Value %d", priv->max_bandwidth); in tilcdc_pdev_probe()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1265 props->max_bandwidth = iolink->maximum_bandwidth_mbs; in kfd_parse_subtype_iolink()