]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: fix return value from fence function.
authorDave Airlie <airlied@redhat.com>
Wed, 9 Dec 2009 05:32:23 +0000 (15:32 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 10 Dec 2009 05:09:04 +0000 (15:09 +1000)
commitf6ac242e907c9dece4d49740b3a786cbf0efb8f8
treee8fe30c94c4cb51f0bdc3f30c43a58c437fb8391
parent2abc0d7ef87989b8d361f7917fecec645bb0309d
drm/radeon/kms: fix return value from fence function.

We only want to return here for errors, the wait functions return
a positive timeout otherwise, which gets back to userspace and
causes X to crash here.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_fence.c