aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
AgeCommit message (Expand)AuthorFilesLines
2012-01-16vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor5-103/+228
2012-01-14vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.Kevin O'Connor2-23/+13
2012-01-14vgabios: Hook up Cirrus extended bios functions.Kevin O'Connor3-27/+35
2012-01-14vgabios: Make cirrus line lengths standard.Kevin O'Connor2-35/+8
2012-01-14vgabios: Unify cirrus and vbe vesa functions.Kevin O'Connor3-254/+96
2012-01-14vgabios: Make VBE code independent of bochsvga.Kevin O'Connor4-144/+89
2012-01-14vgabios: Unify code to generate the vbe mode list.Kevin O'Connor8-20/+41
2012-01-14vgabios: Use vgamode_s in cirrus and bochsvga mode tables.Kevin O'Connor5-120/+120
2012-01-14vgabios: Extract out common parts of struct vgamode_s.Kevin O'Connor8-59/+75
2012-01-14vgabios: Unify page size calculations; remove page size from vgamode_s.Kevin O'Connor5-64/+53
2012-01-14vgabios: Add memmodel field to bochsvga mode list.Kevin O'Connor1-61/+62
2012-01-14vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.Kevin O'Connor4-37/+55
2012-01-14vgabios: Remove dummy 0xfe mode from list of cirrus modes.Kevin O'Connor1-4/+4
2012-01-14vgabios: Add char width to stdvga mode table.Kevin O'Connor1-17/+17
2012-01-14vgabios: Use standard naming for cirrus memmodel.Kevin O'Connor1-39/+39
2012-01-14vgabios: Use vesa style memory model flags in stdvga code.Kevin O'Connor6-69/+59
2012-01-14vgabios: Actually remove vgasrc/geodelx.[ch] - fixup of patch apply.Kevin O'Connor2-0/+0
2012-01-14vgabios: Add the geode GX2 functionality.Nils3-5/+13
2012-01-14vgabios: Some little geode cleanup.Nils1-8/+6
2012-01-14vgabios: Make the naming in the LX code generic to Geode.Nils6-458/+458
2012-01-01vgabios: Add scrolling for linear (packed pixel) graphics mode.Kevin O'Connor1-2/+32
2012-01-01vgabios: Minor - make FB scroll functions look similar.Kevin O'Connor1-26/+31
2012-01-01vgabios: Framebuffer fixes for CGA and planar graphics modes.Kevin O'Connor1-7/+7
2011-12-31vgabios: Unify X_init() functions.Kevin O'Connor10-28/+46
2011-12-31vgabios: Unify X_set_mode() functions.Kevin O'Connor9-61/+73
2011-12-31vgabios: Create clext.h and use "clext_" as prefix for exported funcs.Kevin O'Connor4-9/+16
2011-12-31vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor7-101/+108
2011-12-31vgabios: Change vga_set_mode() to directly setup BDA.Kevin O'Connor1-23/+11
2011-12-31vgabios: Don't call int10 during mode switch.Kevin O'Connor1-14/+2
2011-12-31vgabios: Introduce stdvga_get_crtc() and use it consistently.Kevin O'Connor3-26/+20
2011-12-31vgabios: Fix typo in release_font_access() - inb instead of inw.Kevin O'Connor1-1/+1
2011-12-31vgabios: Move vgafb_load_font to stdvga.c.Kevin O'Connor5-35/+34
2011-12-31vgabios: Rename vgahw_* functions to stdvga_*.Kevin O'Connor5-126/+126
2011-12-31vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor9-142/+151
2011-12-31vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor3-289/+304
2011-12-31vgabios: Rename vga.c to vgabios.c.Kevin O'Connor10-16/+16
2011-12-31vgabios: Use bochsvga_ prefix for bochs vga functions.Kevin O'Connor4-42/+44
2011-12-31vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor2-1/+1
2011-12-31vgabios: Continue port of clext.c.Kevin O'Connor1-24/+302
2011-12-30vgabios: Minor fixes to struct vbe_info definition.Kevin O'Connor1-2/+2
2011-12-27vgabios: Merge support for GeodeLX vga bios.Kevin O'Connor3-0/+459
2011-12-27vgabios: Place a signature at offset 0x1e of the rom.Kevin O'Connor1-0/+4
2011-12-27vgabios: Generate video_param_table at runtime.Kevin O'Connor3-255/+70
2011-12-27vgabios: Use vgamode_s instead of video_param_table in code.Kevin O'Connor5-39/+37
2011-12-27vgabios: Extend information in internal vgamode_s struct.Kevin O'Connor2-19/+157
2011-12-27vgabios: Minor - use segoff_s for static_functionality ptr.Kevin O'Connor1-4/+3
2011-12-27vgabios: Define video_save_pointer_table layout.Kevin O'Connor3-6/+16
2011-12-27vgabios: Fix compile error due to missing include in clext.c.Kevin O'Connor1-0/+1
2011-12-20Updates to vgabios cirrus code.Kevin O'Connor3-8/+300
2011-12-20Preliminary DISPI VBE driver implementationJulian Pidancet2-6/+259