aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
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-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
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
2021-03-06hw/display/omap_lcdc: Fix coding style issues in template headerPeter Maydell1-3/+3
2021-03-06hw/display/omap_lcdc: Drop broken bigendian ifdefPeter Maydell1-4/+0
2021-03-06hw/display/omap_lcdc: Expand out macros in template headerPeter Maydell1-39/+28
2021-03-06hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsitePeter Maydell2-49/+19
2021-03-06hw/display/tc6393xb: Expand out macros in template headerPeter Maydell1-31/+4
2021-03-05hw/display/tc6393xb: Remove dead code for handling non-32bpp surfacesPeter Maydell1-32/+1
2021-03-04virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki4-22/+6
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki2-5/+5
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau4-9/+27
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau1-0/+5
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau2-0/+27
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau1-0/+2
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau1-5/+0
2021-02-04vhost-user-gpu: check backend for EDID supportMarc-André Lureau1-0/+6
2021-02-04qxl: also notify the rendering is done when skipping itMarc-André Lureau1-0/+1
2021-02-04qxl: set qxl.ssd.dcl.con on secondary devicesMarc-André Lureau1-0/+1
2021-02-04hw/display/qxl: Fix bad printf format specifiersAlex Chen2-3/+3
2021-01-27hw/display/vmware_vga: Remove dependency on VNC headerPeter Maydell1-2/+1
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-1/+1
2020-12-13ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin3-190/+0
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell5-14/+17
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini2-0/+2
2020-12-10arm: do not use ram_size globalPaolo Bonzini1-2/+3
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2-12/+12
2020-12-10Clean up includesMarkus Armbruster1-1/+0
2020-11-22hw/display/tcx: add missing 64-bit access for framebuffer blitterMark Cave-Ayland1-1/+5
2020-11-17ads7846: put it into the 'input' categoryGan Qixin1-0/+2
2020-11-17ssd0323: put it into the 'display' categoryGan Qixin1-0/+1
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant4-4/+4
2020-11-13hw/display/cirrus_vga: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-11-13hw/display/cirrus_vga: Remove debugging code commented outPhilippe Mathieu-Daudé1-18/+0
2020-11-04ati: check x y display parameter valuesPrasad J Pandit1-4/+6
2020-11-02hw/display/exynos4210_fimd: Fix potential NULL pointer dereferenceAlexChen1-1/+3
2020-11-02hw/display/omap_lcdc: Fix potential NULL pointer dereferenceAlexChen1-3/+7
2020-10-31Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...Peter Maydell2-9/+20
2020-10-29virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=yGerd Hoffmann2-5/+3
2020-10-29virtio-gpu: add virtio-vga moduleGerd Hoffmann1-2/+8
2020-10-29virtio-gpu: add virtio-gpu-pci moduleGerd Hoffmann1-2/+9