aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_bo.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-10-16 10:51:56 +1000
committerDave Airlie <airlied@redhat.com>2008-10-16 10:51:56 +1000
commit09f99dc5febecac63d8c636abadea53e89d879aa (patch)
treeaa0341b505e8c2c85b657c0980f8470be151b494 /linux-core/drm_bo.c
parentd958cd7bb95558aa6c49824e2ae2b302f1433d2e (diff)
drm: remove stray debug code
Diffstat (limited to 'linux-core/drm_bo.c')
-rw-r--r--linux-core/drm_bo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_bo.c b/linux-core/drm_bo.c
index 93df229f..36af51c2 100644
--- a/linux-core/drm_bo.c
+++ b/linux-core/drm_bo.c
@@ -2099,7 +2099,6 @@ void drm_bo_evict_mm(struct drm_device *dev, int mem_type, int no_wait)
int ret;
/* evict all buffers on the LRU - won't evict pinned buffers */
- drm_mm_dump(&man->manager);
mutex_lock(&dev->struct_mutex);
do {
lru = &man->lru;