search for: e224b1c

Displaying 2 results from an estimated 2 matches for "e224b1c".

2012 Apr 22
2
[RFC PATCH 5/5] drm/nouveau: gpu lockup recovery
...v, void *data, ret = nouveau_gem_info(file_priv, gem, req); drm_gem_object_unreference_unlocked(gem); + + if (ret == -EIO) + ret = nouveau_reset_device(dev); return ret; } diff --git a/drivers/gpu/drm/nouveau/nouveau_notifier.c b/drivers/gpu/drm/nouveau/nouveau_notifier.c index 2ef883c..e224b1c 100644 --- a/drivers/gpu/drm/nouveau/nouveau_notifier.c +++ b/drivers/gpu/drm/nouveau/nouveau_notifier.c @@ -200,5 +200,8 @@ nouveau_ioctl_notifier_alloc(struct drm_device *dev, void *data, ret = nouveau_notifier_alloc(chan, na->handle, na->size, 0, 0x1000, &na->offset);...
2012 Apr 25
5
[PATCH v2 4/4] drm/nouveau: gpu lockup recovery
...v, void *data, ret = nouveau_gem_info(file_priv, gem, req); drm_gem_object_unreference_unlocked(gem); + + if (ret == -EIO) + ret = nouveau_reset_device(dev); return ret; } diff --git a/drivers/gpu/drm/nouveau/nouveau_notifier.c b/drivers/gpu/drm/nouveau/nouveau_notifier.c index 2ef883c..e224b1c 100644 --- a/drivers/gpu/drm/nouveau/nouveau_notifier.c +++ b/drivers/gpu/drm/nouveau/nouveau_notifier.c @@ -200,5 +200,8 @@ nouveau_ioctl_notifier_alloc(struct drm_device *dev, void *data, ret = nouveau_notifier_alloc(chan, na->handle, na->size, 0, 0x1000, &na->offset);...