summaryrefslogtreecommitdiff
path: root/src/cayman_accel.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-15 10:05:03 +0100
committerDave Airlie <airlied@redhat.com>2012-06-15 15:41:52 +0100
commit18d5ae3bd9075ac1a2ee21b071ac133e2e634b62 (patch)
tree82e60e279e52956df3c4d4f124c8d489d2ed106d /src/cayman_accel.c
parent248e912c487636d7352cfad43c03fc9f19fc2215 (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/cayman_accel.c')
-rw-r--r--src/cayman_accel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cayman_accel.c b/src/cayman_accel.c
index 1dfaeceb..c1f74cbd 100644
--- a/src/cayman_accel.c
+++ b/src/cayman_accel.c
@@ -27,8 +27,6 @@
#include "config.h"
#endif
-#ifdef XF86DRM_MODE
-
#include "xf86.h"
#include <errno.h>
@@ -304,4 +302,3 @@ cayman_set_default_state(ScrnInfoPtr pScrn)
END_BATCH();
}
-#endif