aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/stdvga.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-29vga: Fix bug in stdvga_get_linesize()Kevin O'Connor1-1/+1
2017-06-12SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph1-0/+5
2016-08-05vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor1-0/+1
2014-10-27vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor1-3/+3
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor1-40/+17
2014-02-05vgabios: Make sure exported structs use PACKED.Kevin O'Connor1-2/+2
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-4/+4
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-1/+1
2013-09-18vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor1-10/+10
2013-03-09vgabios: Fix stdvga_perform_gray_scale_summing().Kevin O'Connor1-0/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-2/+2
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