aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/bochsvga.c
AgeCommit message (Expand)AuthorFilesLines
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