From: Maarten Lankhorst Date: Tue, 15 Jan 2013 13:54:22 +0000 (+0100) Subject: drm/nouveau: increase reservation sequence every retry X-Git-Tag: v3.9-rc1~83^2~21^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=979ee290ff0a543352243145dc3654af5a856ab8;p=pandora-kernel.git drm/nouveau: increase reservation sequence every retry This is temporary until the fence framework can be used. With the lru/reservation atomicity removal it is possible to see your old sequence number and the buffer being reserved, leading to erroneously reporting -EDEADLK. Workaround it by bumping the sequence number every retry. Signed-off-by: Maarten Lankhorst --- Reading git-diff-tree failed