aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/bochsvga.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-15bochsvga: add edid support.Gerd Hoffmann1-3/+16
2019-03-14vga: move modelist from bochsvga.c to new svgamodes.cGerd Hoffmann1-86/+16
2016-08-05vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor1-1/+1
2016-08-05vgautil: Add new header file with misc function and variable definitionsKevin O'Connor1-1/+2
2015-06-11vga: rework virtio-vga supportGerd Hoffmann1-4/+1
2015-01-06vgabios: fix graphics operation with Bochs VGA in non-DISPI modesPaolo Bonzini1-8/+19
2014-03-06vga: rework bar detection, add virtio-vgaGerd Hoffmann1-4/+12
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor1-35/+19
2013-12-04vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.Kevin O'Connor1-0/+2
2013-12-04vgabios: Add bochsvga "HDTV" resolutions.Kevin O'Connor1-0/+9
2013-12-04vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor1-7/+6
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-0/+12
2013-09-18Move vbe.h to std/vbe.h.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-5/+5
2013-09-18vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor1-1/+1
2013-09-16bochsvga: fallback to stdvga if dispi interface isn't presentGerd Hoffmann1-19/+48
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-2/+2
2013-02-16Enable VGA output when settings bochs-specific modeDavid Woodhouse1-0/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-2/+2
2012-09-04vgabios: Check for relocatable windows before advertising support for it.Kevin O'Connor1-0/+1
2012-02-06vga: fix bochs lfb size displayGerd Hoffmann1-1/+1
2012-02-04vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor1-0/+65
2012-02-04vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor1-0/+21
2012-02-02vgabios: Handle VGA option rom being re-run.Kevin O'Connor1-0/+3
2012-02-01vgabios: Move bocshvga mode checking from runtime to init.Kevin O'Connor1-94/+85
2012-02-01vgabios: Rework bochsvga mode switching.Kevin O'Connor1-36/+6
2012-02-01vgabios: Fix linelength calculations in bochsvga and vbe.Kevin O'Connor1-1/+2
2012-02-01vgabios: handle vmware vga in bochsvga.Kevin O'Connor1-4/+13
2012-02-01vgabios: Update copyright statements in bochsvga.c and vbe.c.Kevin O'Connor1-0/+8
2012-02-01vgabios: Add support for VBE get/set display start function.Kevin O'Connor1-0/+21
2012-02-01vgabios: Add support for vbe get/set line length function.Kevin O'Connor1-0/+15
2012-02-01vgabios: Add support for vesa get/set window function.Kevin O'Connor1-0/+19
2012-02-01vgabios: Move BDA setting from driver code to common code.Kevin O'Connor1-17/+13
2012-01-21vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.Kevin O'Connor1-61/+61
2012-01-19vgabios: Check that the PCI BDF passed in is valid before using.Kevin O'Connor1-5/+4
2012-01-16vgabios: Make VBE code depend on a config setting.Kevin O'Connor1-1/+0
2012-01-16vgabios: Use standard VGA IO wrapper functions in bochsvga.Kevin O'Connor1-34/+19
2012-01-14vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.Kevin O'Connor1-22/+4
2012-01-14vgabios: Make VBE code independent of bochsvga.Kevin O'Connor1-89/+48
2012-01-14vgabios: Unify code to generate the vbe mode list.Kevin O'Connor1-12/+6
2012-01-14vgabios: Use vgamode_s in cirrus and bochsvga mode tables.Kevin O'Connor1-90/+81
2012-01-14vgabios: Add memmodel field to bochsvga mode list.Kevin O'Connor1-61/+62
2011-12-31vgabios: Unify X_init() functions.Kevin O'Connor1-8/+7
2011-12-31vgabios: Unify X_set_mode() functions.Kevin O'Connor1-5/+30
2011-12-31vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor1-1/+1
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-2/+2
2011-12-31vgabios: Use bochsvga_ prefix for bochs vga functions.Kevin O'Connor1-17/+16
2011-12-31vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor1-0/+340