diff options
author | Eric Miao <ycmiao@ycmiao-hp520.(none)> | 2008-12-18 09:51:54 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-12-29 04:59:17 -0500 |
commit | 3f16ff608a75c8bf28c8cafed12e076d67a3602a (patch) | |
tree | 6718ea01f2cce2e8d056799f2ef5499bb348e7c8 /drivers/video/pxafb.h | |
parent | 878f5783199a95cfa91db45a6e34d2f72756fa18 (diff) |
[ARM] pxafb: cleanup of the timing checking code
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Eric Miao <ycmiao@ycmiao-hp520.(none)>
Diffstat (limited to 'drivers/video/pxafb.h')
-rw-r--r-- | drivers/video/pxafb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/pxafb.h b/drivers/video/pxafb.h index e0f90f4c467d..ae3cbc1ca64f 100644 --- a/drivers/video/pxafb.h +++ b/drivers/video/pxafb.h | |||
@@ -145,4 +145,10 @@ struct pxafb_info { | |||
145 | #define MIN_XRES 64 | 145 | #define MIN_XRES 64 |
146 | #define MIN_YRES 64 | 146 | #define MIN_YRES 64 |
147 | 147 | ||
148 | /* maximum X and Y resolutions - note these are limits from the register | ||
149 | * bits length instead of the real ones | ||
150 | */ | ||
151 | #define MAX_XRES 1024 | ||
152 | #define MAX_YRES 1024 | ||
153 | |||
148 | #endif /* __PXAFB_H__ */ | 154 | #endif /* __PXAFB_H__ */ |