summaryrefslogtreecommitdiff
path: root/linux-core/drm_bo_move.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-13 20:05:32 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-13 20:05:32 +0100
commit9efdae317ce01cea95f75855b175243ae858fde4 (patch)
treeeb28b84efa1c046fc34cab82c0263e255c141f8b /linux-core/drm_bo_move.c
parentabc14ddfb5ad85bf2a5094597d829e6614e6c359 (diff)
More bugfixes.
Fixed memory, pinned buffers and unmappable memory now seems fully functional.
Diffstat (limited to 'linux-core/drm_bo_move.c')
-rw-r--r--linux-core/drm_bo_move.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_bo_move.c b/linux-core/drm_bo_move.c
index 7e195125..21f5f6cc 100644
--- a/linux-core/drm_bo_move.c
+++ b/linux-core/drm_bo_move.c
@@ -58,7 +58,6 @@ int drm_bo_move_ttm(drm_buffer_object_t * bo,
int ret;
if (old_mem->mem_type == DRM_BO_MEM_TT) {
-
if (evict)
drm_ttm_evict(ttm);
else