summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/drm/i915_drv.h')
-rw-r--r--sys/dev/pci/drm/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h
index ba62e0906a0..45a24a0e168 100644
--- a/sys/dev/pci/drm/i915_drv.h
+++ b/sys/dev/pci/drm/i915_drv.h
@@ -124,6 +124,7 @@ typedef struct drm_i915_private {
void *hw_status_page;
unsigned int status_gfx_addr;
u_int32_t counter;
+ size_t max_gem_obj_size; /* XXX */
/* Protects user_irq_refcount and irq_mask reg */
struct mutex user_irq_lock;