aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/stdvga.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-04vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor1-23/+91
2012-02-04vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor1-0/+12
2012-02-01vgabios: Move stdvga_set_mode() to stdvgamodes.c.Kevin O'Connor1-103/+2
2012-02-01vgabios: Minor - pass display address to stdvga_set_cursor_pos().Kevin O'Connor1-1/+2
2012-02-01vgabios: Add support for VBE get/set display start function.Kevin O'Connor1-8/+19
2012-02-01vgabios: Add support for vbe get/set line length function.Kevin O'Connor1-0/+31
2012-02-01vgabios: Add support for vesa get/set window function.Kevin O'Connor1-0/+12
2012-02-01vgabios: Move BDA setting from driver code to common code.Kevin O'Connor1-10/+5
2012-01-19vgabios: Simplify planar4 vgafb code.Kevin O'Connor1-0/+14
2012-01-16vgabios: Use standard VGA IO wrapper functions in stdvga.c.Kevin O'Connor1-226/+90
2012-01-16vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor1-83/+9
2012-01-14vgabios: Unify code to generate the vbe mode list.Kevin O'Connor1-0/+6
2012-01-14vgabios: Extract out common parts of struct vgamode_s.Kevin O'Connor1-10/+11
2012-01-14vgabios: Use vesa style memory model flags in stdvga code.Kevin O'Connor1-4/+3
2011-12-31vgabios: Unify X_init() functions.Kevin O'Connor1-1/+3
2011-12-31vgabios: Unify X_set_mode() functions.Kevin O'Connor1-2/+5
2011-12-31vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor1-3/+79
2011-12-31vgabios: Introduce stdvga_get_crtc() and use it consistently.Kevin O'Connor1-11/+12
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'Connor1-2/+22
2011-12-31vgabios: Rename vgahw_* functions to stdvga_*.Kevin O'Connor1-35/+35
2011-12-31vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor1-0/+560