diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 10:05:03 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 15:41:52 +0100 |
commit | 18d5ae3bd9075ac1a2ee21b071ac133e2e634b62 (patch) | |
tree | 82e60e279e52956df3c4d4f124c8d489d2ed106d /src/drmmode_display.h | |
parent | 248e912c487636d7352cfad43c03fc9f19fc2215 (diff) |
radeon: drop all UMS/DRI1/XAA/overlay support.
This overhauls the radeon driver and removes all the old UMS-only code,
it drops all the UMS, DRI1, XAA, overlay Xv, video capture, tv tuners
There are probably a lot more cleanups that will fall out of this afterwards.
So far this is compile/build tested.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/drmmode_display.h')
-rw-r--r-- | src/drmmode_display.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drmmode_display.h b/src/drmmode_display.h index 04a86882..45c33cb3 100644 --- a/src/drmmode_display.h +++ b/src/drmmode_display.h @@ -27,8 +27,6 @@ #ifndef DRMMODE_DISPLAY_H #define DRMMODE_DISPLAY_H -#ifdef XF86DRM_MODE - #include "xf86drmMode.h" #ifdef HAVE_LIBUDEV #include "libudev.h" @@ -119,4 +117,3 @@ Bool radeon_do_pageflip(ScrnInfoPtr scrn, struct radeon_bo *new_front, void *dat #endif -#endif |