summary refs log tree commit diff stats
path: root/hw/display/vga.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-261-1/+1
* vga: move dirty memory region code togetherPaolo Bonzini2024-04-181-4/+4
* vga: optimize computation of dirty memory regionPaolo Bonzini2024-04-181-17/+7
* vga: do not treat horiz pel panning value of 8 as "enabled"Paolo Bonzini2024-04-021-1/+3
* vga: adjust dirty memory region if pel panning is activePaolo Bonzini2024-04-021-1/+4
* vga: move computation of dirty memory region laterPaolo Bonzini2024-04-021-25/+25
* vga: merge conditionals on shift control registerPaolo Bonzini2024-04-021-47/+42
* vga: sort-of implement word and double-word access modesPaolo Bonzini2024-01-181-24/+65
* vga: use latches in odd/even mode tooPaolo Bonzini2024-01-181-26/+12
* vga: reindent memory access codePaolo Bonzini2024-01-181-96/+105
* vga: implement horizontal pel panning in graphics modesPaolo Bonzini2024-01-181-4/+32
* vga: mask addresses in non-VESA modes to 256kPaolo Bonzini2024-01-181-0/+3
* vga: introduce VGADisplayParamsPaolo Bonzini2024-01-181-48/+34
* vga: use common endian swap macrosPaolo Bonzini2024-01-181-48/+17
* hw/display: Constify VMStateRichard Henderson2023-12-291-3/+3
* hw/display: Compile vga.c as target-independent codeThomas Huth2023-04-201-9/+22
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-4/+4
* display: include dependencies explicitlyMichael S. Tsirkin2022-11-101-0/+1
* vga: fix incorrect line height in 640x200x2 modePaolo Bonzini2022-07-281-1/+2
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-6/+6
* hw/display/vga: Report a proper error when adding a 2nd ISA VGAThomas Huth2022-03-181-0/+6
* hw/display: Allow vga_common_init() to return errorsThomas Huth2022-03-181-2/+9
* vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing2021-06-151-1/+2
* modules: add have_vgaGerd Hoffmann2021-05-101-0/+2
* hw/display/vga:Remove redundant statement in vga_draw_graphic()Chen Qun2020-09-011-1/+0
* vga: cleanup mapping of VRAM for non-PCI VGAPaolo Bonzini2019-12-181-12/+0
* hw/display: Remove "rombar" hack from vga-pci and vmware_vgaThomas Huth2019-12-181-3/+1
* vga: move access helpers to separate include fileGerd Hoffmann2019-09-191-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-4/+4
* use dpy_gfx_update_fullGerd Hoffmann2018-08-301-2/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell2018-07-031-2/+2
|\
| * vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann2018-07-031-2/+2
* | hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
|/
* vga: cleanup surface handlingGerd Hoffmann2018-06-041-17/+19
* vga: catch depth 0Gerd Hoffmann2018-05-241-5/+18
* vga: fix region calculationGerd Hoffmann2018-03-121-0/+2
* memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini2018-02-131-6/+0
* vga: check the validation of memory addr when draw textlinzhecheng2018-01-251-0/+3
* hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé2017-12-181-1/+1
* hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé2017-12-181-1/+0
* hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"Philippe Mathieu-Daudé2017-12-181-1/+1
* vga: fix region checks in wraparound caseGerd Hoffmann2017-11-101-2/+2
* vga: add ram_addr_t castGerd Hoffmann2017-10-171-1/+1
* vga: handle cirrus vbe mode wraparounds.Gerd Hoffmann2017-10-171-7/+21
* vga: drop line_offset variableGerd Hoffmann2017-10-171-4/+3
* vga/migration: Update memory map in post_loadDr. David Alan Gilbert2017-09-011-0/+1