aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Move vbe.h to std/vbe.h.Kevin O'Connor3-3/+3
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor7-31/+32
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor7-5/+10
2013-09-18vgabios: Limit the range of the VBE number of "pages" parameter.Kevin O'Connor1-0/+4
2013-09-18vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor4-19/+18
2013-09-16bochsvga: fallback to stdvga if dispi interface isn't presentGerd Hoffmann1-19/+48
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor4-8/+8
2013-03-09vgabios: Fix cirrus memory clear on mode switch.Kevin O'Connor3-6/+8
2013-03-09vgabios: Fix stdvga_perform_gray_scale_summing().Kevin O'Connor1-0/+1
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-1/+1
2013-02-16Enable VGA output when setting Cirrus-specific modeLaszlo Ersek1-0/+1
2013-02-16Enable VGA output when settings bochs-specific modeDavid Woodhouse1-0/+1
2013-02-15geodevga: fix wrong define nameChristian Gmeiner2-2/+2
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-13vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU.Kevin O'Connor1-3/+3
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor10-24/+24
2013-01-12vgabios: implement AX=1120H..1124H functionsrel-1.7.2Paolo Bonzini1-0/+60
2012-10-07geodevga: Setup flat panel if neededChristian Gmeiner1-0/+19
2012-10-07geodevga: Add defines for VP_MSR_PADSELChristian Gmeiner1-0/+4
2012-10-07geodevga: Setup output based on .configChristian Gmeiner1-2/+27
2012-10-07geodevga: Add configuration option for output modesChristian Gmeiner1-0/+21
2012-10-07geodevga: Add VP_MSR_CONFIG definesChristian Gmeiner1-0/+7
2012-10-07geodevga: Add some basic flat panel definesChristian Gmeiner1-0/+9
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 Gmeiner2-13/+13
2012-09-16geodevga: Access global variables using GET_GLOBAL/SET_VGA macros.Kevin O'Connor1-37/+39
2012-09-10Report stdvga modes in VBE via int10 (AX = 4F00h)Christian Gmeiner1-0/+10
2012-09-08vgabios: Add support for text and cga modes to vbe_104f01().Kevin O'Connor1-44/+64
2012-09-04vgabios: Check for relocatable windows before advertising support for it.Kevin O'Connor2-3/+5
2012-09-03vgabios: Ignore mode flags in vbe get_mode_info call.Kevin O'Connor1-1/+1
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 Gmeiner2-0/+28
2012-09-03Remove Extened CRTC Register functionsChristian Gmeiner2-36/+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-09-02Use cpu_to_be32() (and related) instead of htonl (and related).Kevin O'Connor1-1/+2
2012-06-10Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor1-4/+1
2012-04-16vgabios: Improve Kconfig descriptions for the vga card types.Kevin O'Connor1-8/+9
2012-04-14Misc compile fixes for gcc v3.4.rel-1.7.0Kevin O'Connor1-0/+6
2012-03-06vgabios: Fetch _rom_header_size from the global segment when computing the RO...Julian Pidancet1-1/+2
2012-03-06vgabios: int1009 handler bug limits count to 256 characters.Kevin O'Connor1-0/+5
2012-03-06vgabios: Fixup clext far return instruction.Kevin O'Connor1-1/+1