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