summaryrefslogtreecommitdiff
path: root/linux-core/i915_drv.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-06-10 12:47:50 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-06-10 12:47:50 +0000
commit0faa00ae648647b93202b1726864787e383a2ede (patch)
treea8315ec09c03a114e9b24bbffc5cf783c3adb8fe /linux-core/i915_drv.c
parent291ffeae9a2b95cf35835ddd0f25e434e4c26f44 (diff)
i915 drm module
Diffstat (limited to 'linux-core/i915_drv.c')
-rw-r--r--linux-core/i915_drv.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/linux-core/i915_drv.c b/linux-core/i915_drv.c
new file mode 100644
index 00000000..1e563387
--- /dev/null
+++ b/linux-core/i915_drv.c
@@ -0,0 +1,31 @@
+/* i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
+ */
+
+/**************************************************************************
+ *
+ * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
+ * All Rights Reserved.
+ *
+ **************************************************************************/
+
+#include "i915.h"
+#include "drmP.h"
+#include "drm.h"
+#include "i915_drm.h"
+#include "i915_drv.h"
+
+#include "drm_agpsupport.h"
+#include "drm_auth.h" /* is this needed? */
+#include "drm_bufs.h"
+#include "drm_context.h" /* is this needed? */
+#include "drm_drawable.h" /* is this needed? */
+#include "drm_drv.h"
+#include "drm_fops.h"
+#include "drm_init.h"
+#include "drm_irq.h"
+#include "drm_ioctl.h"
+#include "drm_lock.h"
+#include "drm_memory.h" /* */
+#include "drm_proc.h"
+#include "drm_vm.h"
+#include "drm_stub.h"