commit | 78ecf091aa592a9e160ebbbfa5873c2bb2e2d0f8 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Wed Jun 17 12:29:55 2009 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jun 19 09:01:02 2009 +1000 |
tree | fec828d3355ccbb45d95cfbbf229c32198eff8c2 | |
parent | 9a298b2acd771d8a5c0004d8f8e4156c65b11f6b [diff] |
ttm: Return -ERESTART when a signal interrupts bo eviction. A bug caused the ttm code to just terminate the wait when a signal was received while waiting for the GPU to release a buffer object that was to be evicted. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>