Home
last modified time | relevance | path

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

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