aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-08 09:41:25 -0400
committerDave Airlie <airlied@redhat.com>2013-08-18 20:05:28 -0400
commit74867e3d53e41afe2a093196850167542fa508d2 (patch)
tree74b5149507d1884bccc141fc744f538995ae54fb /include/drm
parent687fbb2e4f46ad00cbfef3f0da2425af7e8684a1 (diff)
drm: rip out a few unused DRIVER flags
The gma500 driver somehow set the DRIVER_IRQ_VBL flag, but since there's no code at all to check for this we can kill it. The other two are completely unused. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 922e426b3391..0dc64fca3ebb 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -145,9 +145,6 @@ int drm_err(const char *func, const char *format, ...);
145#define DRIVER_HAVE_DMA 0x20 145#define DRIVER_HAVE_DMA 0x20
146#define DRIVER_HAVE_IRQ 0x40 146#define DRIVER_HAVE_IRQ 0x40
147#define DRIVER_IRQ_SHARED 0x80 147#define DRIVER_IRQ_SHARED 0x80
148#define DRIVER_IRQ_VBL 0x100
149#define DRIVER_DMA_QUEUE 0x200
150#define DRIVER_IRQ_VBL2 0x800
151#define DRIVER_GEM 0x1000 148#define DRIVER_GEM 0x1000
152#define DRIVER_MODESET 0x2000 149#define DRIVER_MODESET 0x2000
153#define DRIVER_PRIME 0x4000 150#define DRIVER_PRIME 0x4000