diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2010-10-19 03:01:00 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-10-20 21:53:24 -0400 |
commit | 40d857bba2915a4e8d82f44744a186bfdd1a46ea (patch) | |
tree | 75add808d5f133a2db13299c3336df33bb89c7cf /include/drm | |
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')
-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 { | |||
214 | struct ttm_mem_reg *mem); | 214 | struct ttm_mem_reg *mem); |
215 | void (*put_node)(struct ttm_mem_type_manager *man, | 215 | void (*put_node)(struct ttm_mem_type_manager *man, |
216 | struct ttm_mem_reg *mem); | 216 | struct ttm_mem_reg *mem); |
217 | void (*put_node_locked)(struct ttm_mem_type_manager *man, | ||
218 | struct ttm_mem_reg *mem); | ||
219 | void (*debug)(struct ttm_mem_type_manager *man, const char *prefix); | 217 | void (*debug)(struct ttm_mem_type_manager *man, const char *prefix); |
220 | }; | 218 | }; |
221 | 219 | ||