Home
last modified time | relevance | path

Searched refs:amdgpu_device_resume (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2690 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()
H A Damdgpu.h1257 int amdgpu_device_resume(struct drm_device *dev, bool fbcon);
H A Damdgpu_device.c1700 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