summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-17 20:03:26 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-17 20:03:26 +0200
commitc34faf224b959bf61e4c3eb29c66a12edbd31841 (patch)
treeaefcfbfd8626c661b48f869267cc039c45492f59 /linux-core/drmP.h
parent89b944179856fadf8667587eff142129c2c6b826 (diff)
Remove max number of locked pages check and call, since
that is now handled by the memory accounting.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index b10e9881..fab3608f 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -814,7 +814,6 @@ typedef struct drm_buffer_manager{
struct list_head ddestroy;
struct work_struct wq;
uint32_t fence_type;
- unsigned long max_pages;
unsigned long cur_pages;
atomic_t count;
} drm_buffer_manager_t;