Searched refs:amdgpu_device_supports_boco (Results 1 – 4 of 4) sorted by relevance
2194 if (amdgpu_device_supports_boco(ddev)) in amdgpu_pci_probe()2395 if (amdgpu_device_supports_boco(drm_dev)) in amdgpu_pmops_prepare()2596 if (amdgpu_device_supports_boco(drm_dev)) in amdgpu_pmops_runtime_suspend()2602 if (amdgpu_device_supports_boco(drm_dev)) in amdgpu_pmops_runtime_suspend()2607 if (amdgpu_device_supports_boco(drm_dev)) in amdgpu_pmops_runtime_suspend()2619 } else if (amdgpu_device_supports_boco(drm_dev)) { in amdgpu_pmops_runtime_suspend()2656 } else if (amdgpu_device_supports_boco(drm_dev)) { in amdgpu_pmops_runtime_resume()
1286 bool amdgpu_device_supports_boco(struct drm_device *dev);
157 } else if (amdgpu_device_supports_boco(dev) && in amdgpu_driver_load_kms()
253 bool amdgpu_device_supports_boco(struct drm_device *dev) in amdgpu_device_supports_boco() function289 return (amdgpu_device_supports_boco(dev) && in amdgpu_device_supports_smart_shift()
Completed in 23 milliseconds