summaryrefslogtreecommitdiff
path: root/src/i810.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-03-12 11:03:26 -0700
committerEric Anholt <eric@anholt.net>2008-03-12 16:12:28 -0700
commitabf11a274e14535630742fe4c41cc0ae92555293 (patch)
tree0b1b931205b9fcefbe357e5847d4475e5ff92494 /src/i810.h
parente04908853db74dc76718f6bc0dfb23b5ab3c5837 (diff)
Separate i810 and i830 ring macros out into separate files.
I want to hack on i830 for changing it into a compat path for batchbuffer without having to worry about the i810 stuff getting broken.
Diffstat (limited to 'src/i810.h')
-rw-r--r--src/i810.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i810.h b/src/i810.h
index bd2985cb..b798021f 100644
--- a/src/i810.h
+++ b/src/i810.h
@@ -65,6 +65,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#endif
#include "common.h"
+#include "i810_ring.h"
#define I810_VERSION 4000
#define I810_NAME "intel"