aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/geodevga.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2012-10-01 14:02:48 +0200
committerKevin O'Connor <kevin@koconnor.net>2012-10-07 22:05:33 -0400
commitfad37fd6d1299c2147323409e1b291a8a30b1f4c (patch)
treecb30dc059a8e7bb3411578c69241ea5b069dedd2 /vgasrc/geodevga.h
parenteac884ddf3c7008db9b379eff8ebc0229b5ddcb0 (diff)
downloadseabios-hppa-fad37fd6d1299c2147323409e1b291a8a30b1f4c.zip
seabios-hppa-fad37fd6d1299c2147323409e1b291a8a30b1f4c.tar.gz
seabios-hppa-fad37fd6d1299c2147323409e1b291a8a30b1f4c.tar.bz2
geodevga: Add defines for VP_MSR_PADSEL
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'vgasrc/geodevga.h')
-rw-r--r--vgasrc/geodevga.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vgasrc/geodevga.h b/vgasrc/geodevga.h
index c6b064c..5993b23 100644
--- a/vgasrc/geodevga.h
+++ b/vgasrc/geodevga.h
@@ -32,6 +32,10 @@
#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)