summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
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;