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