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/radeon_vbo.c | |
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/radeon_vbo.c')
-rw-r--r-- | src/radeon_vbo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_vbo.c b/src/radeon_vbo.c index 767bb98a..1924772f 100644 --- a/src/radeon_vbo.c +++ b/src/radeon_vbo.c @@ -37,8 +37,6 @@ /* KMS vertex buffer support - for R600 only but could be used on previous gpus */ -#ifdef XF86DRM_MODE - static struct radeon_bo *radeon_vbo_get_bo(ScrnInfoPtr pScrn); void radeon_vbo_put(ScrnInfoPtr pScrn, struct radeon_vbo_object *vbo) @@ -210,4 +208,3 @@ again_alloc: return bo; } -#endif |