diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-12-08 13:40:55 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 19:29:08 +0300 |
commit | 53d53bd4ab3fd1498f728fa96635ab95d1ec8ba0 (patch) | |
tree | 7da8b278d058bbcbfc25f26aa38c2014cadcdfc5 /drivers/video/geode/display_gx.h | |
parent | 16ef9870959621fa437d25ead28a7199acc6ce49 (diff) | |
download | linux-53d53bd4ab3fd1498f728fa96635ab95d1ec8ba0.tar.xz |
[PATCH] gxfb: Fixup flatpanel detection
Use the right MSR and bits to detect if the GX is strapped for TFT or CRT
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/geode/display_gx.h')
-rw-r--r-- | drivers/video/geode/display_gx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/geode/display_gx.h b/drivers/video/geode/display_gx.h index ba0ccc82bf22..0af33f329e88 100644 --- a/drivers/video/geode/display_gx.h +++ b/drivers/video/geode/display_gx.h @@ -18,7 +18,7 @@ extern struct geode_dc_ops gx_dc_ops; /* MSR that tells us if a TFT or CRT is attached */ #define GLD_MSR_CONFIG 0xC0002001 -#define GLD_MSR_CONFIG_FMT_FP 0x01 +#define GLD_MSR_CONFIG_DM_FP 0x40 /* Display controller registers */ |