All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/nouveau: bump fence timeout to 150 seconds
@ 2013-07-03 10:07 Maarten Lankhorst
  0 siblings, 0 replies; only message in thread
From: Maarten Lankhorst @ 2013-07-03 10:07 UTC (permalink / raw)
  To: dri-devel@lists.freedesktop.org; +Cc: nouveau@lists.freedesktop.org

Fixes parallel piglit runs on fermi with boot clock speeds.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
---
diff --git a/drivers/gpu/drm/nouveau/nouveau_fence.c b/drivers/gpu/drm/nouveau/nouveau_fence.c
index 1e753b0..460dd00 100644
--- a/drivers/gpu/drm/nouveau/nouveau_fence.c
+++ b/drivers/gpu/drm/nouveau/nouveau_fence.c
@@ -144,7 +144,7 @@ nouveau_fence_emit(struct nouveau_fence *fence, struct nouveau_channel *chan)
 	int ret;
 
 	fence->channel  = chan;
-	fence->timeout  = jiffies + (3 * DRM_HZ);
+	fence->timeout  = jiffies + (150 * DRM_HZ);
 	fence->sequence = ++fctx->sequence;
 
 	ret = fctx->emit(fence);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-03 10:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 10:07 [PATCH] drm/nouveau: bump fence timeout to 150 seconds Maarten Lankhorst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.