amdgpu_device_suspend 1211 drivers/gpu/drm/amd/amdgpu/amdgpu.h int amdgpu_device_suspend(struct drm_device *dev, bool suspend, bool fbcon);
amdgpu_device_suspend 1066 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		amdgpu_device_suspend(dev, true, true);
amdgpu_device_suspend 1159 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 	return amdgpu_device_suspend(drm_dev, true, true);
amdgpu_device_suspend 1180 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 	return amdgpu_device_suspend(drm_dev, false, true);
amdgpu_device_suspend 1194 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 	return amdgpu_device_suspend(drm_dev, true, true);
amdgpu_device_suspend 1218 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 	ret = amdgpu_device_suspend(drm_dev, false, false);