summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2010-10-19 09:01:00 +0200
committerDave Airlie <airlied@redhat.com>2010-10-21 11:53:24 +1000
commit40d857bba2915a4e8d82f44744a186bfdd1a46ea (patch)
tree75add808d5f133a2db13299c3336df33bb89c7cf /include/drm
parent21c74a8ea8b47eb6c3c621e36578f6e27f65c5c7 (diff)
downloadop-kernel-dev-40d857bba2915a4e8d82f44744a186bfdd1a46ea.zip
op-kernel-dev-40d857bba2915a4e8d82f44744a186bfdd1a46ea.tar.gz
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.h2
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 d0ff529..d01b4dd 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);
};
OpenPOWER on IntegriCloud