aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-08 15:41:24 +0200
committerDave Airlie <airlied@redhat.com>2013-08-19 10:05:19 +1000
commit687fbb2e4f46ad00cbfef3f0da2425af7e8684a1 (patch)
treeb2de09aee7f2afffbb319c763d1727a13bca18ec /include/drm/drmP.h
parentdrm: remove FASYNC support (diff)
downloadlinux-dev-687fbb2e4f46ad00cbfef3f0da2425af7e8684a1.tar.xz
linux-dev-687fbb2e4f46ad00cbfef3f0da2425af7e8684a1.zip
drm: rip out DRIVER_FB_DMA and related code
No driver ever sets that flag, so good riddance! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index cef9a507246e..922e426b3391 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -147,7 +147,6 @@ int drm_err(const char *func, const char *format, ...);
#define DRIVER_IRQ_SHARED 0x80
#define DRIVER_IRQ_VBL 0x100
#define DRIVER_DMA_QUEUE 0x200
-#define DRIVER_FB_DMA 0x400
#define DRIVER_IRQ_VBL2 0x800
#define DRIVER_GEM 0x1000
#define DRIVER_MODESET 0x2000