amdgpu_device_resume
int amdgpu_device_resume(struct drm_device *dev, bool resume, bool fbcon);
amdgpu_device_resume(dev, true, true);
return amdgpu_device_resume(drm_dev, true, true);
return amdgpu_device_resume(drm_dev, false, true);
return amdgpu_device_resume(drm_dev, false, true);
ret = amdgpu_device_resume(drm_dev, false, false);