summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2021-05-10edid: move xtra3 descriptorGerd Hoffmann
2021-05-10edid: edid_desc_nextGerd Hoffmann
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-05-02hw/display/qxl: Constify VMStateDescriptionPhilippe Mathieu-Daudé
2021-03-30hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()Philippe Mathieu-Daudé
2021-03-23edid: prefer standard timingsGerd Hoffmann
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster
2021-03-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210314'...Peter Maydell
2021-03-14hw/display/pxa2xx: Inline template headerPeter Maydell
2021-03-14hw/display/pxa2xx: Apply whitespace-only coding style fixes to template headerPeter Maydell
2021-03-14hw/display/pxa2xx: Apply brace-related coding style fixes to template headerPeter Maydell
2021-03-14hw/display/pxa2xx: Remove use of BITS in pxa2xx_template.hPeter Maydell
2021-03-14hw/display/pxa2xx_lcd: Remove dest_width state fieldPeter Maydell
2021-03-14hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfacesPeter Maydell
2021-03-14hw/display/pl110: Remove use of BITS from pl110_template.hPeter Maydell
2021-03-14hw/display/pl110: Pull included-once parts of template header into pl110.cPeter Maydell
2021-03-14hw/display/pl110: Remove dead code for non-32-bpp surfacesPeter Maydell
2021-03-12Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-10hw/display/sm501: Inline template header into C filePeter Maydell
2021-03-10hw/display/sm501: Expand out macros in template headerPeter Maydell
2021-03-10hw/display/sm501: Remove dead code for non-32-bit RGB surfacesPeter Maydell
2021-03-09virtio-gpu: Adjust code space stylelijiejun
2021-03-09vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster
2021-03-06hw/display/tcx: Drop unnecessary code for handling BGR format outputsPeter Maydell
2021-03-06hw/display/omap_lcdc: Delete unnecessary macroPeter Maydell
2021-03-06hw/display/omap_lcdc: Inline template header into C filePeter Maydell
2021-03-06hw/display/omap_lcdc: Fix coding style issues in template headerPeter Maydell
2021-03-06hw/display/omap_lcdc: Drop broken bigendian ifdefPeter Maydell
2021-03-06hw/display/omap_lcdc: Expand out macros in template headerPeter Maydell
2021-03-06hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsitePeter Maydell
2021-03-06hw/display/tc6393xb: Expand out macros in template headerPeter Maydell
2021-03-05hw/display/tc6393xb: Remove dead code for handling non-32bpp surfacesPeter Maydell
2021-03-04virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau
2021-02-04vhost-user-gpu: check backend for EDID supportMarc-André Lureau
2021-02-04qxl: also notify the rendering is done when skipping itMarc-André Lureau
2021-02-04qxl: set qxl.ssd.dcl.con on secondary devicesMarc-André Lureau
2021-02-04hw/display/qxl: Fix bad printf format specifiersAlex Chen
2021-01-27hw/display/vmware_vga: Remove dependency on VNC headerPeter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-13ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini