Searched refs:amdgpu_device_supports_px (Results 1 – 3 of 3) sorted by relevance
566 bool amdgpu_device_supports_px(struct amdgpu_device *adev) in amdgpu_device_supports_px() function639 if (amdgpu_device_supports_px(adev)) { in amdgpu_device_detect_runtime_pm_mode()1685 if (amdgpu_device_supports_px(drm_to_adev(dev)) && in amdgpu_switcheroo_set_state()4204 px = amdgpu_device_supports_px(adev); in amdgpu_device_init()4369 px = amdgpu_device_supports_px(adev); in amdgpu_device_fini_sw()
1196 bool amdgpu_device_supports_px(struct amdgpu_device *adev);
2498 if (amdgpu_device_supports_px(adev)) in amdgpu_pci_probe()