Searched refs:amdgpu_device_supports_px (Results 1 – 3 of 3) sorted by relevance
309 bool amdgpu_device_supports_px(struct drm_device *dev) in amdgpu_device_supports_px() function381 if (amdgpu_device_supports_px(dev)) { /* enable PX as runtime mode */ in amdgpu_device_detect_runtime_pm_mode()1996 if (amdgpu_device_supports_px(dev) && state == VGA_SWITCHEROO_OFF) in amdgpu_switcheroo_set_state()4456 px = amdgpu_device_supports_px(ddev); in amdgpu_device_init()4608 px = amdgpu_device_supports_px(adev_to_drm(adev)); in amdgpu_device_fini_sw()
1422 bool amdgpu_device_supports_px(struct drm_device *dev);
2381 if (amdgpu_device_supports_px(ddev)) in amdgpu_pci_probe()