patch-2.4.21 linux-2.4.21/drivers/video/riva/rivafb.h
Next file: linux-2.4.21/drivers/video/sis/300vtbl.h
Previous file: linux-2.4.21/drivers/video/riva/riva_tbl.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2003-06-13 07:51:37.000000000 -0700
- Orig file:
linux-2.4.20/drivers/video/riva/rivafb.h
- Orig date:
2001-04-18 11:49:12.000000000 -0700
diff -urN linux-2.4.20/drivers/video/riva/rivafb.h linux-2.4.21/drivers/video/riva/rivafb.h
@@ -51,6 +51,8 @@
struct riva_regs initial_state; /* initial startup video mode */
struct riva_regs current_state;
+ unsigned char *EDID;
+
struct display disp;
int currcon;
struct display *currcon_display;
@@ -67,6 +69,16 @@
riva_cfb8_cmap_t palette[256]; /* VGA DAC palette cache */
+ int panel_xres, panel_yres;
+ int clock;
+ int hOver_plus, hSync_width, hblank;
+ int vOver_plus, vSync_width, vblank;
+ int hAct_high, vAct_high, interlaced;
+ int synct, misc;
+
+ int use_default_var;
+ int got_dfpinfo;
+
#if defined(FBCON_HAS_CFB16) || defined(FBCON_HAS_CFB32)
union {
#ifdef FBCON_HAS_CFB16
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)