drm/nouveau: Avoid race in the interchannel sync code.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 18 Oct 2010 01:56:40 +0000 (03:56 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 3 Dec 2010 05:06:45 +0000 (15:06 +1000)
It needs a "strong" channel reference because it actually writes to
the channel pushbuf, otherwise the corresponding FIFO context could
get kicked off in the middle of nouveau_fence_sync().

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found