summaryrefslogtreecommitdiff
path: root/vgasrc/stdvga.c
Commit message (Expand)AuthorAgeFilesLines
* vga: Fix bug in stdvga_get_linesize()Kevin O'Connor2017-08-291-1/+1
* SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph2017-06-121-0/+5
* vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor2016-08-051-0/+1
* vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor2014-10-271-3/+3
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-051-40/+17
* vgabios: Make sure exported structs use PACKED.Kevin O'Connor2014-02-051-2/+2
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-4/+4
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+1
* vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor2013-09-181-10/+10
* vgabios: Fix stdvga_perform_gray_scale_summing().Kevin O'Connor2013-03-091-0/+1
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-2/+2
* vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor2012-02-041-23/+91
* vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor2012-02-041-0/+12
* vgabios: Move stdvga_set_mode() to stdvgamodes.c.Kevin O'Connor2012-02-011-103/+2
* vgabios: Minor - pass display address to stdvga_set_cursor_pos().Kevin O'Connor2012-02-011-1/+2
* vgabios: Add support for VBE get/set display start function.Kevin O'Connor2012-02-011-8/+19
* vgabios: Add support for vbe get/set line length function.Kevin O'Connor2012-02-011-0/+31
* vgabios: Add support for vesa get/set window function.Kevin O'Connor2012-02-011-0/+12
* vgabios: Move BDA setting from driver code to common code.Kevin O'Connor2012-02-011-10/+5
* vgabios: Simplify planar4 vgafb code.Kevin O'Connor2012-01-191-0/+14
* vgabios: Use standard VGA IO wrapper functions in stdvga.c.Kevin O'Connor2012-01-161-226/+90
* vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor2012-01-161-83/+9
* vgabios: Unify code to generate the vbe mode list.Kevin O'Connor2012-01-141-0/+6
* vgabios: Extract out common parts of struct vgamode_s.Kevin O'Connor2012-01-141-10/+11
* vgabios: Use vesa style memory model flags in stdvga code.Kevin O'Connor2012-01-141-4/+3
* vgabios: Unify X_init() functions.Kevin O'Connor2011-12-311-1/+3
* vgabios: Unify X_set_mode() functions.Kevin O'Connor2011-12-311-2/+5
* vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor2011-12-311-3/+79
* vgabios: Introduce stdvga_get_crtc() and use it consistently.Kevin O'Connor2011-12-311-11/+12
* vgabios: Fix typo in release_font_access() - inb instead of inw.Kevin O'Connor2011-12-311-1/+1
* vgabios: Move vgafb_load_font to stdvga.c.Kevin O'Connor2011-12-311-2/+22
* vgabios: Rename vgahw_* functions to stdvga_*.Kevin O'Connor2011-12-311-35/+35
* vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor2011-12-311-0/+560