diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2010-09-11 23:42:41 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-09-11 23:47:05 +0100 |
commit | c55ba3aa12106833fe6ac5c60634294c220c8439 (patch) | |
tree | ef5468352fb1baac98bcdbe7c20525a036203c16 /src/i830_tv.c | |
parent | 4b19c8c32eba8914db71be74af35d000b3af323d (diff) |
i810: Move into a legacy directory.
The driver is still built but is no longer under active development so
move it and supporting files to a new directory.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
(cherry picked from commit 797d173a9af12055ba2609293182b616dd673ef4)
Conflicts:
configure.ac
src/Makefile.am
src/common.h
src/i830.h
src/i830_accel.c
src/i830_batchbuffer.c
src/i830_driver.c
src/legacy/i810/i810_driver.c
OGA: had to make abunch of changes due to ums still existing, but this
was more sensible that having to modify every single cherry-picked patch
from now on.
Diffstat (limited to 'src/i830_tv.c')
-rw-r--r-- | src/i830_tv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c index 71fd7df2..6d1d3247 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -37,6 +37,7 @@ #include "i830.h" #include "i830_display.h" #include "i830_bios.h" +#include "i830_reg.h" #include "X11/Xatom.h" #include <string.h> |