summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2008-08-07 17:15:50 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-08-07 17:15:50 -0700
commit8074b2e83d18bbf85d1c3284f561d849c829dd4b (patch)
treee8f34c1779cb28336669296def5cad333b312914 /shared-core/i915_drv.h
parentc7fb19e9b074281f143b0e1c9d054ebcf5ff1091 (diff)
parent4585787bd1a1d782b9e7c06095f98d09165b8c23 (diff)
Make modesetting-gem build with recent kernels
Needed to merge in VM fault changes & pci_read_base API update.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index 2d186558..087c6d64 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -388,7 +388,7 @@ struct drm_i915_private {
/** Bit 6 swizzling required for Y tiling */
uint32_t bit_6_swizzle_y;
} mm;
-} drm_i915_private_t;
+};
struct drm_i915_file_private {
struct {
@@ -523,7 +523,6 @@ extern irqreturn_t i915_driver_irq_handler(DRM_IRQ_ARGS);
extern void i915_driver_irq_preinstall(struct drm_device * dev);
extern int i915_driver_irq_postinstall(struct drm_device * dev);
extern void i915_driver_irq_uninstall(struct drm_device * dev);
-extern void i915_enable_interrupt(struct drm_device *dev);
extern int i915_vblank_pipe_set(struct drm_device *dev, void *data,
struct drm_file *file_priv);
extern int i915_vblank_pipe_get(struct drm_device *dev, void *data,