Searched refs:amdgpu_device_resume (Results 1 – 3 of 3) sorted by relevance
2690 r = amdgpu_device_resume(drm_dev, true); in amdgpu_pmops_resume()2728 return amdgpu_device_resume(drm_dev, true); in amdgpu_pmops_thaw()2747 return amdgpu_device_resume(drm_dev, true); in amdgpu_pmops_restore()2972 ret = amdgpu_device_resume(drm_dev, false); in amdgpu_pmops_runtime_resume()
1257 int amdgpu_device_resume(struct drm_device *dev, bool fbcon);
1700 amdgpu_device_resume(dev, true); in amdgpu_switcheroo_set_state()4674 int amdgpu_device_resume(struct drm_device *dev, bool notify_clients) in amdgpu_device_resume() function