drm/radeon/kms: allow interruptible waits for objects.
authorDave Airlie <airlied@redhat.com>
Fri, 24 Jul 2009 03:47:45 +0000 (13:47 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 29 Jul 2009 05:59:49 +0000 (15:59 +1000)
Blocking here isn't something the X server mouse appreciates,
avoid the block and let userspace retry the waits.

libdrm_radeon userspace library is also expecting EBUSY not ERESTART

Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found