summaryrefslogtreecommitdiff
path: root/shared/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/drm.h')
-rw-r--r--shared/drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/drm.h b/shared/drm.h
index 77d4efb8..01b2024c 100644
--- a/shared/drm.h
+++ b/shared/drm.h
@@ -257,6 +257,7 @@ typedef struct drm_agp_buffer {
unsigned long size; /* In bytes -- will round to page boundary */
unsigned long handle; /* Used for BIND/UNBIND ioctls */
unsigned long type; /* Type of memory to allocate */
+ unsigned long physical; /* Physical used by i810 */
} drm_agp_buffer_t;
/* For drm_agp_bind */