aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2021-05-10virtio-gpu: add virtio-vga-glGerd Hoffmann2-0/+52
2021-05-10modules: add have_vgaGerd Hoffmann1-0/+2
2021-05-10virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann2-0/+60
2021-05-10virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann1-6/+9
2021-05-10virtio-gpu: drop use_virgl_rendererGerd Hoffmann2-36/+14
2021-05-10virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann1-3/+6
2021-05-10virtio-gpu: drop VIRGL() macroGerd Hoffmann1-17/+0
2021-05-10virtio-gpu: move update_cursor_dataGerd Hoffmann2-32/+36
2021-05-10virtio-gpu: move virgl process_cmdGerd Hoffmann2-4/+16
2021-05-10virtio-gpu: move virgl gl_flushedGerd Hoffmann2-15/+13
2021-05-10virtio-gpu: move virgl handle_ctrlGerd Hoffmann2-13/+33
2021-05-10virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann1-3/+9
2021-05-10virtio-gpu: move virgl resetGerd Hoffmann2-18/+18
2021-05-10virtio-gpu: move virgl realize + propertiesGerd Hoffmann2-22/+34
2021-05-10virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann2-1/+42
2021-05-10virtio-gpu: rename virgl source file.Gerd Hoffmann2-1/+1
2021-05-10virtio-gpu: handle partial maps properlyGerd Hoffmann2-33/+50
2021-05-10edid: add support for DisplayID extension (5k resolution)Konstantin Nazarov2-6/+74
2021-05-10edid: allow arbitrary-length checksumsKonstantin Nazarov1-5/+5
2021-05-10edid: move timing generation into a separate functionKonstantin Nazarov1-24/+44
2021-05-10edid: Make refresh rate configurableAkihiko Odaki1-4/+5
2021-05-10edid: use dta extension block descriptorsGerd Hoffmann1-0/+8
2021-05-10edid: move xtra3 descriptorGerd Hoffmann1-9/+11
2021-05-10edid: edid_desc_nextGerd Hoffmann1-15/+26
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-05-02hw/display/qxl: Constify VMStateDescriptionPhilippe Mathieu-Daudé1-4/+4
2021-03-30hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()Philippe Mathieu-Daudé1-0/+9
2021-03-23edid: prefer standard timingsGerd Hoffmann1-7/+8
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210314'...Peter Maydell4-668/+542
2021-03-14hw/display/pxa2xx: Inline template headerPeter Maydell2-436/+425
2021-03-14hw/display/pxa2xx: Apply whitespace-only coding style fixes to template headerPeter Maydell1-34/+32
2021-03-14hw/display/pxa2xx: Apply brace-related coding style fixes to template headerPeter Maydell1-19/+28
2021-03-14hw/display/pxa2xx: Remove use of BITS in pxa2xx_template.hPeter Maydell1-65/+45
2021-03-14hw/display/pxa2xx_lcd: Remove dest_width state fieldPeter Maydell1-9/+11
2021-03-14hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfacesPeter Maydell1-62/+17
2021-03-14hw/display/pl110: Remove use of BITS from pl110_template.hPeter Maydell2-68/+65
2021-03-14hw/display/pl110: Pull included-once parts of template header into pl110.cPeter Maydell2-99/+80
2021-03-14hw/display/pl110: Remove dead code for non-32-bpp surfacesPeter Maydell1-45/+8
2021-03-12Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell2-211/+80
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-10hw/display/sm501: Inline template header into C filePeter Maydell2-107/+81
2021-03-10hw/display/sm501: Expand out macros in template headerPeter Maydell1-43/+17
2021-03-10hw/display/sm501: Remove dead code for non-32-bit RGB surfacesPeter Maydell1-85/+6
2021-03-09virtio-gpu: Adjust code space stylelijiejun1-2/+1
2021-03-09vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster1-1/+0
2021-03-06hw/display/tcx: Drop unnecessary code for handling BGR format outputsPeter Maydell1-23/+8
2021-03-06hw/display/omap_lcdc: Delete unnecessary macroPeter Maydell1-3/+1
2021-03-06hw/display/omap_lcdc: Inline template header into C filePeter Maydell2-156/+125