aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/stdvga.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-05vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor1-31/+1
2014-10-27vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor1-1/+1
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor1-3/+1
2013-12-04vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor1-0/+1
2013-09-18vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor1-1/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2012-02-04vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor1-27/+3
2012-02-04vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor1-0/+2
2012-02-01vgabios: Move stdvga_set_mode() to stdvgamodes.c.Kevin O'Connor1-18/+2
2012-02-01vgabios: Minor - pass display address to stdvga_set_cursor_pos().Kevin O'Connor1-1/+1
2012-02-01vgabios: Add support for VBE get/set display start function.Kevin O'Connor1-1/+2
2012-02-01vgabios: Add support for vbe get/set line length function.Kevin O'Connor1-0/+3
2012-02-01vgabios: Add support for vesa get/set window function.Kevin O'Connor1-0/+2
2012-02-01vgabios: Move BDA setting from driver code to common code.Kevin O'Connor1-1/+2
2012-01-19vgabios: Simplify planar4 vgafb code.Kevin O'Connor1-0/+1
2012-01-16vgabios: Don't have geode code peak into stdvga mode struct.Kevin O'Connor1-0/+1
2012-01-16vgabios: Rename vgatables.c to stdvgamodes.c.Kevin O'Connor1-1/+1
2012-01-16vgabios: Move video_param_table definition to vgabios.c.Kevin O'Connor1-0/+1
2012-01-16vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor1-8/+23
2012-01-14vgabios: Unify code to generate the vbe mode list.Kevin O'Connor1-0/+1
2012-01-14vgabios: Extract out common parts of struct vgamode_s.Kevin O'Connor1-8/+7
2012-01-14vgabios: Unify page size calculations; remove page size from vgamode_s.Kevin O'Connor1-1/+0
2012-01-14vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.Kevin O'Connor1-5/+6
2012-01-14vgabios: Use vesa style memory model flags in stdvga code.Kevin O'Connor1-18/+0
2011-12-31vgabios: Unify X_init() functions.Kevin O'Connor1-1/+1
2011-12-31vgabios: Unify X_set_mode() functions.Kevin O'Connor1-1/+1
2011-12-31vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor1-3/+2
2011-12-31vgabios: Introduce stdvga_get_crtc() and use it consistently.Kevin O'Connor1-0/+1
2011-12-31vgabios: Move vgafb_load_font to stdvga.c.Kevin O'Connor1-2/+2
2011-12-31vgabios: Rename vgahw_* functions to stdvga_*.Kevin O'Connor1-32/+32
2011-12-31vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor1-0/+143