projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f38559
)
drm/nouveau: bump fence timeout to 15 seconds
author
Maarten Lankhorst
<
[email protected]
>
Sun, 7 Jul 2013 08:53:37 +0000
(10:53 +0200)
committer
Ben Skeggs
<
[email protected]
>
Wed, 10 Jul 2013 00:48:00 +0000
(10:48 +1000)
calim didn't like 150 seconds timeout, so lower the timeout for him.
15 seconds should still be plenty.
Signed-off-by: Maarten Lankhorst <
[email protected]
>
Signed-off-by: Ben Skeggs <
[email protected]
>
drivers/gpu/drm/nouveau/nouveau_fence.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_fence.c
b/drivers/gpu/drm/nouveau/nouveau_fence.c
index 1680d9187bab6623cc958be6f3fa603b9f9e6941..be3149932c2d4c3035a36cf40e68f04af8ffd808 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_fence.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_fence.c
@@
-143,7
+143,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 + (
15
* DRM_HZ);
fence->sequence = ++fctx->sequence;
ret = fctx->emit(fence);