aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/display.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki1-5/+3
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau1-0/+6
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-07-16vfio: fix use-after-free in displayGerd Hoffmann1-0/+1
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann1-2/+2
2020-02-18hw/vfio/display: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2019-06-07vfio/display: set dmabuf modifier fieldGerd Hoffmann1-0/+1
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming1-2/+2
2019-03-11vfio/display: delay link up eventGerd Hoffmann1-5/+25
2019-03-11vfio/display: add xres + yres propertiesGerd Hoffmann1-2/+10
2019-03-11vfio/display: add edid support.Gerd Hoffmann1-0/+141
2018-10-15hw/vfio/display: add ramfb supportGerd Hoffmann1-0/+12
2018-04-27ui: introduce vfio_display_resetTina Zhang1-0/+11
2018-03-13vfio/display: adding dmabuf supportGerd Hoffmann1-2/+180
2018-03-13vfio/display: adding region supportGerd Hoffmann1-2/+115
2018-03-13vfio/display: core & wireupGerd Hoffmann1-0/+56