summaryrefslogtreecommitdiffstats
path: root/src/drivers/ati/ragexl/fb.h
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2004-04-28 05:37:36 +0000
committerYinghai Lu <yinghailu@gmail.com>2004-04-28 05:37:36 +0000
commit97c4947ec9af1664e81ee797834a32d3ca2f74fe (patch)
tree33f41aaaf4c61c0b41ae4751081d2c369ee371b0 /src/drivers/ati/ragexl/fb.h
parent48d11d557f725ecf89678a1b9df440417b8da225 (diff)
downloadcoreboot-97c4947ec9af1664e81ee797834a32d3ca2f74fe.tar.gz
coreboot-97c4947ec9af1664e81ee797834a32d3ca2f74fe.tar.bz2
coreboot-97c4947ec9af1664e81ee797834a32d3ca2f74fe.zip
Changes for btext and etherboot and filo merge support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1540 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/drivers/ati/ragexl/fb.h')
-rw-r--r--src/drivers/ati/ragexl/fb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/ati/ragexl/fb.h b/src/drivers/ati/ragexl/fb.h
index cdcbc2596ca3..01f288770762 100644
--- a/src/drivers/ati/ragexl/fb.h
+++ b/src/drivers/ati/ragexl/fb.h
@@ -110,6 +110,7 @@
#define FB_ACCEL_NEOMAGIC_NM2360 97 /* NeoMagic NM2360 */
#define FB_ACCEL_NEOMAGIC_NM2380 98 /* NeoMagic NM2380 */
+#if 0
struct fb_fix_screeninfo {
char id[16]; /* identification string eg "TT Builtin" */
@@ -130,6 +131,8 @@ struct fb_fix_screeninfo {
u16 reserved[3]; /* Reserved for future compatibility */
};
+#endif
+
/* Interpretation of offset for color fields: All offsets are from the right,
* inside a "pixel" value, which is exactly 'bits_per_pixel' wide (means: you
* can use the offset as right argument to <<). A pixel afterwards is a bit
@@ -309,7 +312,9 @@ struct fb_info {
int flags;
int open; /* Has this been open already ? */
struct fb_var_screeninfo var; /* Current var */
+#if 0
struct fb_fix_screeninfo fix; /* Current fix */
+#endif
struct fb_monspecs monspecs; /* Current Monitor specs */
struct fb_cmap cmap; /* Current cmap */
// struct fb_ops *fbops;