commit | aaa207369436d04bb85382ddbb688a5b9461fd21 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Wed Dec 02 18:33:45 2009 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Wed Dec 16 15:34:36 2009 +1000 |
tree | 7d1b013bda999a1c122b7ba067075ef164e168b0 | |
parent | b663752627e7c6b4bc414684d71c6adce5719fce [diff] |
drm/ttm: Delayed delete fixes. 1) Remove from lru before reserving so we avoid competing with evicting processes. 2) Avoid calling kref_put() on bo::list_kref while spinlocked. 3) Additional refcounting bug-checking. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>