aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/clext.c
Commit message (Expand)AuthorAgeFilesLines
* vgautil: Move definitions from cbvga.h and clext.h to vgautil.hKevin O'Connor2016-08-051-1/+0
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-051-1/+2
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-051-19/+3
* vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor2013-12-041-0/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+4
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor2013-09-181-7/+6
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-2/+2
* vgabios: Fix cirrus memory clear on mode switch.Kevin O'Connor2013-03-091-5/+6
* Enable VGA output when setting Cirrus-specific modeLaszlo Ersek2013-02-161-0/+1
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-3/+3
* vgabios: Fixup clext far return instruction.Kevin O'Connor2012-03-061-1/+1
* vgabios: Minor vgabios fixes.Kevin O'Connor2012-02-121-2/+2
* vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor2012-02-041-0/+24
* vgabios: Handle VGA option rom being re-run.Kevin O'Connor2012-02-021-8/+11
* vgabios: Minor - organize cirrus code so like functions are near each other.Kevin O'Connor2012-02-011-60/+65
* vgabios: Simplify cirrus find mode code.Kevin O'Connor2012-02-011-95/+41
* vgabios: Add VBE power management (10h) stub function.Kevin O'Connor2012-02-011-53/+11
* vgabios: Add support for VBE get/set display start function.Kevin O'Connor2012-02-011-65/+26
* vgabios: Add support for vbe get/set line length function.Kevin O'Connor2012-02-011-31/+20
* vgabios: Add support for vesa get/set window function.Kevin O'Connor2012-02-011-23/+15
* vgabios: Move BDA setting from driver code to common code.Kevin O'Connor2012-02-011-17/+20
* vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.Kevin O'Connor2012-01-211-16/+16
* vgabios: Use stored total memory in cirrus code instead of recalculating.Kevin O'Connor2012-01-211-3/+3
* vgabios: Check that the PCI BDF passed in is valid before using.Kevin O'Connor2012-01-191-2/+3
* vgabios: Make VBE code depend on a config setting.Kevin O'Connor2012-01-161-1/+0
* vgabios: Use standard VGA IO wrappers in clext.c.Kevin O'Connor2012-01-161-78/+39
* vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor2012-01-161-4/+4
* vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.Kevin O'Connor2012-01-141-1/+9
* vgabios: Hook up Cirrus extended bios functions.Kevin O'Connor2012-01-141-21/+26
* vgabios: Make cirrus line lengths standard.Kevin O'Connor2012-01-141-34/+7
* vgabios: Unify cirrus and vbe vesa functions.Kevin O'Connor2012-01-141-243/+85
* vgabios: Unify code to generate the vbe mode list.Kevin O'Connor2012-01-141-5/+13
* vgabios: Use vgamode_s in cirrus and bochsvga mode tables.Kevin O'Connor2012-01-141-30/+33
* vgabios: Remove dummy 0xfe mode from list of cirrus modes.Kevin O'Connor2012-01-141-4/+4
* vgabios: Use standard naming for cirrus memmodel.Kevin O'Connor2012-01-141-39/+39
* vgabios: Unify X_init() functions.Kevin O'Connor2011-12-311-2/+8
* vgabios: Unify X_set_mode() functions.Kevin O'Connor2011-12-311-4/+4
* vgabios: Create clext.h and use "clext_" as prefix for exported funcs.Kevin O'Connor2011-12-311-3/+4
* vgabios: Introduce stdvga_get_crtc() and use it consistently.Kevin O'Connor2011-12-311-15/+7
* vgabios: Rename vgahw_* functions to stdvga_*.Kevin O'Connor2011-12-311-2/+2
* vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor2011-12-311-0/+1
* vgabios: Rename vga.c to vgabios.c.Kevin O'Connor2011-12-311-1/+1
* vgabios: Continue port of clext.c.Kevin O'Connor2011-12-311-24/+302
* vgabios: Fix compile error due to missing include in clext.c.Kevin O'Connor2011-12-271-0/+1
* Updates to vgabios cirrus code.Kevin O'Connor2011-12-201-5/+294
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-3/+3
* VGA: Remove references to 'struct bregs' from vgaio.c code.Kevin O'Connor2009-05-171-2/+2
* VGA: Minor - use "_g" suffix for global pointers.Kevin O'Connor2009-05-161-9/+9
* Cleanup vga inb/outb port usages.Kevin O'Connor2009-05-071-19/+21