patch-2.2.11 linux/drivers/video/controlfb.c
Next file: linux/drivers/video/fbcon-vga-planes.c
Previous file: linux/drivers/video/atyfb.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Aug 9 12:04:57 1999
- Orig file:
v2.2.10/linux/drivers/video/controlfb.c
- Orig date:
Thu Feb 25 10:02:11 1999
diff -u --recursive --new-file v2.2.10/linux/drivers/video/controlfb.c linux/drivers/video/controlfb.c
@@ -720,9 +720,11 @@
p->total_vram = (bank1 + bank2) * 0x200000;
/* If we don't have bank 1 installed, we hope we have bank 2 :-) */
p->control_use_bank2 = !bank1;
- if (p->control_use_bank2)
+ if (p->control_use_bank2) {
p->frame_buffer += 0x600000;
-
+ p->frame_buffer_phys += 0x600000;
+ }
+
init_control(p);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)