diff options
author | Andres Salomon <dilinger@queued.net> | 2008-04-28 05:15:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-28 11:58:40 -0400 |
commit | 61a517a063abf659cbf61df11f8e2131fdafccec (patch) | |
tree | 9d5dcda60662eb483cd71827036e5ece913c1138 /include | |
parent | 4537f93ae88c77a26e77d192ca32a0c2cd359592 (diff) |
gxfb/lxfb: use VSA definitions when fetching framebuffer size
..Rather than using magic constants.
Signed-off-by: Andres Salomon <dilinger@debian.org>
Cc: Jordan Crouse <jordan.crouse@amd.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/geode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/geode.h b/include/asm-x86/geode.h index 3978200f126c..4fb2f62e277b 100644 --- a/include/asm-x86/geode.h +++ b/include/asm-x86/geode.h | |||
@@ -109,6 +109,7 @@ extern int geode_get_dev_base(unsigned int dev); | |||
109 | #define VSA_VRC_DATA 0xAC1E | 109 | #define VSA_VRC_DATA 0xAC1E |
110 | #define VSA_VR_UNLOCK 0xFC53 /* unlock virtual register */ | 110 | #define VSA_VR_UNLOCK 0xFC53 /* unlock virtual register */ |
111 | #define VSA_VR_SIGNATURE 0x0003 | 111 | #define VSA_VR_SIGNATURE 0x0003 |
112 | #define VSA_VR_MEM_SIZE 0x0200 | ||
112 | #define VSA_SIG 0x4132 /* signature is ascii 'VSA2' */ | 113 | #define VSA_SIG 0x4132 /* signature is ascii 'VSA2' */ |
113 | 114 | ||
114 | /* GPIO */ | 115 | /* GPIO */ |