summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2007-01-03 21:53:07 -0800
committerKeith Packard <keithp@neko.keithp.com>2007-01-03 21:53:07 -0800
commitf188525030a8fac59e41520449b1aec9b123e4ea (patch)
tree1b62eb93e42329755cf55e82b95a184ce7eb5c2e
parent5057769d3a7c1b3a94f49bbff47b9697f368d975 (diff)
Add interlace defines for pipeconf regs
-rw-r--r--src/i810_reg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h
index 7c85cffd..c2eb8546 100644
--- a/src/i810_reg.h
+++ b/src/i810_reg.h
@@ -1683,6 +1683,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define PIPEACONF_PALETTE 0
#define PIPEACONF_GAMMA (1<<24)
#define PIPECONF_FORCE_BORDER (1<<25)
+#define PIPECONF_PROGRESSIVE (0 << 21)
+#define PIPECONF_INTERLACE_W_FIELD_INDICATION (6 << 21)
+#define PIPECONF_INTERLACE_FIELD_0_ONLY (7 << 21)
#define PIPEAGCMAXRED 0x70010
#define PIPEAGCMAXGREEN 0x70014