diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-08 09:41:24 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2013-08-18 20:05:19 -0400 |
| commit | 687fbb2e4f46ad00cbfef3f0da2425af7e8684a1 (patch) | |
| tree | b2de09aee7f2afffbb319c763d1727a13bca18ec /include/drm | |
| parent | b0e898ac555e96e7863a5ee95d70f3625f1db5e2 (diff) | |
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, ...); | |||
| 147 | #define DRIVER_IRQ_SHARED 0x80 | 147 | #define DRIVER_IRQ_SHARED 0x80 |
| 148 | #define DRIVER_IRQ_VBL 0x100 | 148 | #define DRIVER_IRQ_VBL 0x100 |
| 149 | #define DRIVER_DMA_QUEUE 0x200 | 149 | #define DRIVER_DMA_QUEUE 0x200 |
| 150 | #define DRIVER_FB_DMA 0x400 | ||
| 151 | #define DRIVER_IRQ_VBL2 0x800 | 150 | #define DRIVER_IRQ_VBL2 0x800 |
| 152 | #define DRIVER_GEM 0x1000 | 151 | #define DRIVER_GEM 0x1000 |
| 153 | #define DRIVER_MODESET 0x2000 | 152 | #define DRIVER_MODESET 0x2000 |
