summaryrefslogtreecommitdiff
path: root/shared-core/drm.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 /shared-core/drm.h
parent89b944179856fadf8667587eff142129c2c6b826 (diff)
Remove max number of locked pages check and call, since
that is now handled by the memory accounting.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 915befba..4a6a370e 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -829,7 +829,6 @@ typedef union drm_mm_init_arg{
struct {
enum {
mm_init,
- mm_set_max_pages,
mm_takedown,
mm_query,
mm_lock,