Home
last modified time | relevance | path

Searched refs:amdgpu_device_supports_px (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c2183 if (amdgpu_device_supports_px(ddev)) in amdgpu_pci_probe()
2584 if (amdgpu_device_supports_px(drm_dev)) in amdgpu_pmops_runtime_suspend()
2608 if (amdgpu_device_supports_px(drm_dev)) { in amdgpu_pmops_runtime_suspend()
2642 if (amdgpu_device_supports_px(drm_dev)) { in amdgpu_pmops_runtime_resume()
2664 if (amdgpu_device_supports_px(drm_dev)) in amdgpu_pmops_runtime_resume()
2669 if (amdgpu_device_supports_px(drm_dev)) in amdgpu_pmops_runtime_resume()
Damdgpu_device.c176 bool amdgpu_device_supports_px(struct drm_device *dev) in amdgpu_device_supports_px() function
1531 if (amdgpu_device_supports_px(dev) && state == VGA_SWITCHEROO_OFF) in amdgpu_switcheroo_set_state()
3902 px = amdgpu_device_supports_px(ddev); in amdgpu_device_init()
4047 px = amdgpu_device_supports_px(adev_to_drm(adev)); in amdgpu_device_fini_sw()
Damdgpu.h1309 bool amdgpu_device_supports_px(struct drm_device *dev);
Damdgpu_kms.c153 if (amdgpu_device_supports_px(dev) && in amdgpu_driver_load_kms()