summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 18:40:08 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 18:40:08 +0200
commit23f01c9fe8e6170459fe46ad5fc9757bbe967d96 (patch)
tree4232a55059e6c22e57649019b72f31c30d763ed5 /linux-core/drmP.h
parent0dedfc2cd03f50b435476e56637b333d345fddbd (diff)
Checkpoint commit. Buffer object flags and IOCTL argument list.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 81b7a1b6..4d490abe 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -652,7 +652,8 @@ typedef struct drm_ref_object {
*/
typedef struct drm_bo_driver{
- int cached_pages;
+ int cached_tt;
+ int cached_vram;
drm_ttm_backend_t *(*create_ttm_backend_entry)
(struct drm_device *dev, int cached);
} drm_bo_driver_t;