xf86-video-intel: Branch 'modesetting' - 2 commits - src/i810_reg.h

Keith Packard keithp at kemper.freedesktop.org
Thu Jan 4 07:54:15 EET 2007


 src/i810_reg.h |    3 +++
 1 files changed, 3 insertions(+)

New commits:
diff-tree 5a793b0dcf2d5de408b55073858fcfba6d99f994 (from parents)
Merge: f188525030a8fac59e41520449b1aec9b123e4ea 394124ceaadb46d976ad5c3bdeb1b77d351c57f6
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Wed Jan 3 21:54:05 2007 -0800

    Merge branch 'modesetting-origin' into modesetting

diff-tree f188525030a8fac59e41520449b1aec9b123e4ea (from 5057769d3a7c1b3a94f49bbff47b9697f368d975)
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Wed Jan 3 21:53:07 2007 -0800

    Add interlace defines for pipeconf regs

diff --git a/src/i810_reg.h b/src/i810_reg.h
index 7c85cff..c2eb854 100644
--- a/src/i810_reg.h
+++ b/src/i810_reg.h
@@ -1683,6 +1683,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
 #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



More information about the xorg-commit mailing list