diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2010-10-19 09:01:00 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-10-21 11:53:24 +1000 |
commit | 40d857bba2915a4e8d82f44744a186bfdd1a46ea (patch) | |
tree | 75add808d5f133a2db13299c3336df33bb89c7cf /include/drm/ttm | |
parent | 21c74a8ea8b47eb6c3c621e36578f6e27f65c5c7 (diff) |
drm/ttm: Avoid using the ttm_mem_type_manager::put_locked function
Release the lru spinlock early.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/ttm')
-rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index d0ff529fedde..d01b4ddbdc56 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h @@ -214,8 +214,6 @@ struct ttm_mem_type_manager_func { struct ttm_mem_reg *mem); void (*put_node)(struct ttm_mem_type_manager *man, struct ttm_mem_reg *mem); - void (*put_node_locked)(struct ttm_mem_type_manager *man, - struct ttm_mem_reg *mem); void (*debug)(struct ttm_mem_type_manager *man, const char *prefix); }; |