index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vgasrc
/
clext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode
Kevin O'Connor
2024-03-15
1
-10
/
+10
*
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
Kevin O'Connor
2016-08-05
1
-1
/
+0
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
1
-1
/
+2
*
vgabios: Simplify save/restore mechanism.
Kevin O'Connor
2014-02-05
1
-19
/
+3
*
vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.
Kevin O'Connor
2013-12-04
1
-0
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+4
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
Kevin O'Connor
2013-09-18
1
-7
/
+6
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
vgabios: Fix cirrus memory clear on mode switch.
Kevin O'Connor
2013-03-09
1
-5
/
+6
*
Enable VGA output when setting Cirrus-specific mode
Laszlo Ersek
2013-02-16
1
-0
/
+1
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-3
/
+3
*
vgabios: Fixup clext far return instruction.
Kevin O'Connor
2012-03-06
1
-1
/
+1
*
vgabios: Minor vgabios fixes.
Kevin O'Connor
2012-02-12
1
-2
/
+2
*
vgabios: Implement VBE save/restore state function (func 04).
Kevin O'Connor
2012-02-04
1
-0
/
+24
*
vgabios: Handle VGA option rom being re-run.
Kevin O'Connor
2012-02-02
1
-8
/
+11
*
vgabios: Minor - organize cirrus code so like functions are near each other.
Kevin O'Connor
2012-02-01
1
-60
/
+65
*
vgabios: Simplify cirrus find mode code.
Kevin O'Connor
2012-02-01
1
-95
/
+41
*
vgabios: Add VBE power management (10h) stub function.
Kevin O'Connor
2012-02-01
1
-53
/
+11
*
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
2012-02-01
1
-65
/
+26
*
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
2012-02-01
1
-31
/
+20
*
vgabios: Add support for vesa get/set window function.
Kevin O'Connor
2012-02-01
1
-23
/
+15
*
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
2012-02-01
1
-17
/
+20
*
vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.
Kevin O'Connor
2012-01-21
1
-16
/
+16
*
vgabios: Use stored total memory in cirrus code instead of recalculating.
Kevin O'Connor
2012-01-21
1
-3
/
+3
*
vgabios: Check that the PCI BDF passed in is valid before using.
Kevin O'Connor
2012-01-19
1
-2
/
+3
*
vgabios: Make VBE code depend on a config setting.
Kevin O'Connor
2012-01-16
1
-1
/
+0
*
vgabios: Use standard VGA IO wrappers in clext.c.
Kevin O'Connor
2012-01-16
1
-78
/
+39
*
vgabios: Add wrapper functions for accessing standard VGA registers.
Kevin O'Connor
2012-01-16
1
-4
/
+4
*
vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.
Kevin O'Connor
2012-01-14
1
-1
/
+9
*
vgabios: Hook up Cirrus extended bios functions.
Kevin O'Connor
2012-01-14
1
-21
/
+26
*
vgabios: Make cirrus line lengths standard.
Kevin O'Connor
2012-01-14
1
-34
/
+7
*
vgabios: Unify cirrus and vbe vesa functions.
Kevin O'Connor
2012-01-14
1
-243
/
+85
*
vgabios: Unify code to generate the vbe mode list.
Kevin O'Connor
2012-01-14
1
-5
/
+13
*
vgabios: Use vgamode_s in cirrus and bochsvga mode tables.
Kevin O'Connor
2012-01-14
1
-30
/
+33
*
vgabios: Remove dummy 0xfe mode from list of cirrus modes.
Kevin O'Connor
2012-01-14
1
-4
/
+4
*
vgabios: Use standard naming for cirrus memmodel.
Kevin O'Connor
2012-01-14
1
-39
/
+39
*
vgabios: Unify X_init() functions.
Kevin O'Connor
2011-12-31
1
-2
/
+8
*
vgabios: Unify X_set_mode() functions.
Kevin O'Connor
2011-12-31
1
-4
/
+4
*
vgabios: Create clext.h and use "clext_" as prefix for exported funcs.
Kevin O'Connor
2011-12-31
1
-3
/
+4
*
vgabios: Introduce stdvga_get_crtc() and use it consistently.
Kevin O'Connor
2011-12-31
1
-15
/
+7
*
vgabios: Rename vgahw_* functions to stdvga_*.
Kevin O'Connor
2011-12-31
1
-2
/
+2
*
vgabios: Rename vgaio.c to stdvga.c.
Kevin O'Connor
2011-12-31
1
-0
/
+1
*
vgabios: Rename vga.c to vgabios.c.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Continue port of clext.c.
Kevin O'Connor
2011-12-31
1
-24
/
+302
*
vgabios: Fix compile error due to missing include in clext.c.
Kevin O'Connor
2011-12-27
1
-0
/
+1
*
Updates to vgabios cirrus code.
Kevin O'Connor
2011-12-20
1
-5
/
+294
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-3
/
+3
*
VGA: Remove references to 'struct bregs' from vgaio.c code.
Kevin O'Connor
2009-05-17
1
-2
/
+2
*
VGA: Minor - use "_g" suffix for global pointers.
Kevin O'Connor
2009-05-16
1
-9
/
+9
[next]