summaryrefslogtreecommitdiff
path: root/linux/gamma_drv.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-04-22 11:31:55 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-04-22 11:31:55 +0000
commita1780925fb461c736bae7e51de0d3a1e909548f2 (patch)
treedbe412015c1e5fa32a8e2d44fade26c9bf0e6407 /linux/gamma_drv.c
parent056762a9104997569b09416c35d9a0bfef175e1f (diff)
Move a chunk of gamma-specific code out of drm_dma.h. Remove unused
'DRM_FLAG_NOCTX' option.
Diffstat (limited to 'linux/gamma_drv.c')
-rw-r--r--linux/gamma_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/gamma_drv.c b/linux/gamma_drv.c
index b08d04bf..52b8983f 100644
--- a/linux/gamma_drv.c
+++ b/linux/gamma_drv.c
@@ -41,6 +41,7 @@
#include "drm_bufs.h"
#include "gamma_context.h" /* NOTE! */
#include "drm_dma.h"
+#include "gamma_old_dma.h"
#include "drm_drawable.h"
#include "drm_drv.h"