diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-20 12:52:10 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-25 13:18:01 +0100 |
commit | 797d173a9af12055ba2609293182b616dd673ef4 (patch) | |
tree | 0bc73734fa5e5bb1e57715d448bc7a6da88aba5a /src/i965_video.c | |
parent | cd61531a78b9a2cbdd6019199c43258f83e6e2ce (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>
Diffstat (limited to 'src/i965_video.c')
-rw-r--r-- | src/i965_video.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i965_video.c b/src/i965_video.c index a5136e06..9ec94dde 100644 --- a/src/i965_video.c +++ b/src/i965_video.c @@ -36,12 +36,15 @@ #include "fourcc.h" #include "i830.h" +#include "i830_reg.h" #include "i830_video.h" #include "i830_hwmc.h" +#include "i965_reg.h" #include "brw_defines.h" #include "brw_structs.h" #include <string.h> + /* Make assert() work. */ #undef NDEBUG #include <assert.h> |