]> xenbits.xensource.com Git - seabios.git/commitdiff
geodevga: Add defines for VP_MSR_PADSEL
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Mon, 1 Oct 2012 12:02:48 +0000 (14:02 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 8 Oct 2012 02:05:33 +0000 (22:05 -0400)
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
vgasrc/geodevga.h

index c6b064c028bdc4ef83bc6e83d87ac76aee1ecb88..5993b23b439142e8b5f18d7975defa82cf294485 100644 (file)
 #define DC_SPARE                        0x80000011
 #define VP_MSR_CONFIG_GX2               0xc0002001  /* GX2 */
 #define VP_MSR_CONFIG_LX                0x48002001  /* LX */
+#define VP_MSR_PADSEL                   0x48002011
+
+#define VP_MSR_PADSEL_TFT_SEL_LOW       0xDFFFFFFF
+#define VP_MSR_PADSEL_TFT_SEL_HIGH      0x0000003F
 
 /* VP_MSR_CONFIG bits */
 #define VP_MSR_CONFIG_FMT_CRT           (0)