Searched refs:amdgpu_device_resume (Results 1 – 3 of 3) sorted by relevance
2592 r = amdgpu_device_resume(drm_dev, true); in amdgpu_pmops_resume()2619 return amdgpu_device_resume(drm_dev, true); in amdgpu_pmops_thaw()2633 return amdgpu_device_resume(drm_dev, true); in amdgpu_pmops_restore()2814 ret = amdgpu_device_resume(drm_dev, false); in amdgpu_pmops_runtime_resume()
1529 int amdgpu_device_resume(struct drm_device *dev, bool fbcon);
2149 amdgpu_device_resume(dev, true); in amdgpu_switcheroo_set_state()5039 int amdgpu_device_resume(struct drm_device *dev, bool notify_clients) in amdgpu_device_resume() function