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
/
geodevga.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
1
-1
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-5
/
+5
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
geodevga: fix wrong define name
Christian Gmeiner
2013-02-15
1
-1
/
+1
*
geodevga: add debug to msr functions
Christian Gmeiner
2013-02-15
1
-0
/
+7
*
geodevga: move output setup to own function
Christian Gmeiner
2013-02-15
1
-29
/
+35
*
geodevga: move framebuffer setup
Christian Gmeiner
2013-02-15
1
-12
/
+17
*
geodevga: fix errors in geode_fp_* functions
Christian Gmeiner
2013-02-15
1
-2
/
+2
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-5
/
+5
*
geodevga: Setup flat panel if needed
Christian Gmeiner
2012-10-07
1
-0
/
+19
*
geodevga: Setup output based on .config
Christian Gmeiner
2012-10-07
1
-2
/
+27
*
geodevga: Add functions to work with fp register
Christian Gmeiner
2012-10-07
1
-0
/
+17
*
geodevga: Rename defines to better match a well defined naming schema
Christian Gmeiner
2012-10-07
1
-4
/
+4
*
geodevga: Access global variables using GET_GLOBAL/SET_VGA macros.
Kevin O'Connor
2012-09-16
1
-37
/
+39
*
Geode vga: Use standard format read/write_mask register functions.
Kevin O'Connor
2012-09-03
1
-54
/
+62
*
Add helper functions to access DC and VP register
Christian Gmeiner
2012-09-03
1
-13
/
+39
*
Change return values for vp_setup() and dc_setup()
Christian Gmeiner
2012-09-03
1
-9
/
+5
*
Add global struct geode
Christian Gmeiner
2012-09-03
1
-25
/
+41
*
Update VBE variables
Christian Gmeiner
2012-09-03
1
-0
/
+4
*
Add framebuffer size detection
Christian Gmeiner
2012-09-03
1
-0
/
+27
*
Remove Extened CRTC Register functions
Christian Gmeiner
2012-09-03
1
-29
/
+0
*
Remove all dc_ functions as they are not needed anymore
Christian Gmeiner
2012-09-03
1
-65
/
+0
*
Access DC registers via geode_mem[Read|Write]
Christian Gmeiner
2012-09-03
1
-16
/
+12
*
vgabios: Check that the PCI BDF passed in is valid before using.
Kevin O'Connor
2012-01-19
1
-0
/
+3
*
vgabios: Use regular pci_config_readl func in geode code.
Kevin O'Connor
2012-01-16
1
-7
/
+6
*
vgabios: Don't have geode code peak into stdvga mode struct.
Kevin O'Connor
2012-01-16
1
-8
/
+2
*
vgabios: Use standard VGA IO wrappers in geodevga.c.
Kevin O'Connor
2012-01-16
1
-12
/
+7
*
vgabios: Extract out common parts of struct vgamode_s.
Kevin O'Connor
2012-01-14
1
-2
/
+4
*
vgabios: Add the geode GX2 functionality.
Nils
2012-01-14
1
-2
/
+8
*
vgabios: Make the naming in the LX code generic to Geode.
Nils
2012-01-14
1
-0
/
+374