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