commit | 2e7b6f7fa62d92d941c626f8ae45f5cd75a52d55 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Wed Dec 09 15:32:23 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Dec 10 15:09:04 2009 +1000 |
tree | e8fe30c94c4cb51f0bdc3f30c43a58c437fb8391 | |
parent | 5cc6fbab9da5680e7e5d2507d0f0c2c52ff18031 [diff] |
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>