summaryrefslogtreecommitdiff
path: root/linux-core/drm_ttm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-14 16:42:00 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-14 16:42:00 +0200
commit7223b4e264a64df2df70715d8777f2ccaa883d5e (patch)
treecfe4e3d76d4071b9a636e1ea10331625882fa3fe /linux-core/drm_ttm.h
parent682c6ed0293771b093452597540118f47fda1adf (diff)
Simplify ttm alloc and free.
Diffstat (limited to 'linux-core/drm_ttm.h')
-rw-r--r--linux-core/drm_ttm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/drm_ttm.h b/linux-core/drm_ttm.h
index 5c65e747..d647578c 100644
--- a/linux-core/drm_ttm.h
+++ b/linux-core/drm_ttm.h
@@ -70,7 +70,6 @@ typedef struct drm_ttm_backend_list {
drm_file_t *anon_owner;
struct page **anon_pages;
int anon_locked;
- int pages_vmalloc;
enum {
ttm_bound,
ttm_evicted,
@@ -100,8 +99,6 @@ typedef struct drm_ttm {
atomic_t vma_count;
int mmap_sem_locked;
int destroy;
- int pages_vmalloc;
- int pf_vmalloc;
} drm_ttm_t;
typedef struct drm_ttm_object {