diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-08 15:41:24 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-08-19 10:05:19 +1000 |
commit | 687fbb2e4f46ad00cbfef3f0da2425af7e8684a1 (patch) | |
tree | b2de09aee7f2afffbb319c763d1727a13bca18ec /include/drm | |
parent | b0e898ac555e96e7863a5ee95d70f3625f1db5e2 (diff) | |
download | blackbird-obmc-linux-687fbb2e4f46ad00cbfef3f0da2425af7e8684a1.tar.gz blackbird-obmc-linux-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')
-rw-r--r-- | include/drm/drmP.h | 1 |
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 |