diff options
author | Eric Anholt <eric@anholt.net> | 2008-03-12 11:03:26 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-03-12 16:12:28 -0700 |
commit | abf11a274e14535630742fe4c41cc0ae92555293 (patch) | |
tree | 0b1b931205b9fcefbe357e5847d4475e5ff92494 /src/i830.h | |
parent | e04908853db74dc76718f6bc0dfb23b5ab3c5837 (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/i830.h')
-rw-r--r-- | src/i830.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,3 @@ - /************************************************************************** Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. @@ -97,6 +96,7 @@ Bool I830XAAInit(ScreenPtr pScreen); typedef struct _I830OutputRec I830OutputRec, *I830OutputPtr; #include "common.h" +#include "i830_ring.h" #include "i830_sdvo.h" #include "i2c_vid.h" |