aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2018-09-25sm501: Adjust endianness of pixel value in rectangle fillMarcus Comstedt1-0/+3
2018-09-03virtio-gpu: add iommu supportGerd Hoffmann1-11/+14
2018-09-03virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann2-14/+19
2018-08-30use dpy_gfx_update_fullGerd Hoffmann8-17/+9
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann2-16/+0
2018-08-30virtio-vga: fix resetGerd Hoffmann2-2/+6
2018-08-24hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() configPeter Maydell1-27/+26
2018-08-24hw/display/bcm2835_fb: Validate config settingsPeter Maydell1-2/+46
2018-08-24hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell1-6/+22
2018-08-24hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell1-3/+3
2018-08-24hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell1-12/+15
2018-08-24hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell1-11/+8
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell1-24/+3
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell1-55/+59
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+3
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini2-1/+3
2018-08-21hw/display/vga-isa-mm: Convert away from old_mmioPeter Maydell1-47/+13
2018-08-21qxl: drop unused generation variableGerd Hoffmann2-2/+0
2018-08-21hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is setThomas Huth1-2/+2
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau2-0/+16
2018-07-17hw/display/xlnx_dp: Move problematic code from instance_init to realizePaolo Bonzini1-1/+7
2018-07-16sm501: Fix warning about unreachable codeBALATON Zoltan1-1/+1
2018-07-16sm501: Update screen on frame buffer address changeBALATON Zoltan1-0/+2
2018-07-07sm501: Set updated region dirty after 2D operationBALATON Zoltan1-2/+15
2018-07-07sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan1-3/+16
2018-07-07sm501: Log unimplemented raster operation modesSebastian Bauer1-0/+23
2018-07-07sm501: Implement negated destination raster operation modeSebastian Bauer1-1/+11
2018-07-07sm501: Use values from the pitch register for 2D operationsSebastian Bauer1-2/+2
2018-07-07sm501: Perform a full update after palette changeSebastian Bauer1-0/+8
2018-07-07sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan1-4/+143
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell10-32/+68
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann9-13/+23
2018-07-03virtio-gpu: disable scanout when backing resource is destroyedGerd Hoffmann1-0/+10
2018-07-03virtio-gpu: update old resource too.Gerd Hoffmann1-1/+6
2018-07-03virtio-gpu: tweak scanout disable.Gerd Hoffmann1-18/+29
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-43/+46
2018-07-02ramfb: enable vgabiosGerd Hoffmann1-0/+1
2018-07-02bochs-display: enable vgabiosGerd Hoffmann1-0/+1
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé9-35/+38
2018-07-02hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé1-1/+1
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-7/+7
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-2/+2
2018-06-26ramfb: fix overflowGerd Hoffmann1-2/+2
2018-06-26vga: set owner for mmio regionsGerd Hoffmann3-6/+8
2018-06-21sm501: Fix hardware cursor color conversionSebastian Bauer1-3/+3
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell3-0/+160
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann2-0/+63
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann2-0/+97
2018-06-16sm501: Do not clear read only bits when writing registersBALATON Zoltan1-6/+9
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1