index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
edid-generate.c
Age
Commit message (
Expand
)
Author
2021-05-10
edid: add support for DisplayID extension (5k resolution)
Konstantin Nazarov
2021-05-10
edid: allow arbitrary-length checksums
Konstantin Nazarov
2021-05-10
edid: move timing generation into a separate function
Konstantin Nazarov
2021-05-10
edid: Make refresh rate configurable
Akihiko Odaki
2021-05-10
edid: use dta extension block descriptors
Gerd Hoffmann
2021-05-10
edid: move xtra3 descriptor
Gerd Hoffmann
2021-05-10
edid: edid_desc_next
Gerd Hoffmann
2021-03-23
edid: prefer standard timings
Gerd Hoffmann
2020-09-29
edid: use physical dimensions if available
Marc-André Lureau
2020-09-29
edid: fix physical display size computation
Marc-André Lureau
2020-03-02
Arithmetic error in EDID generation fixed
Anton V. Boyarshinov
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-11-12
edid: silence a stringop-overflow warning
Marc-André Lureau
2018-10-15
edid: fix alignment issues
Gerd Hoffmann
2018-10-05
edid: fix vendor default
Gerd Hoffmann
2018-09-27
display/edid: add qemu_edid_size()
Gerd Hoffmann
2018-09-27
display/edid: add edid generator to qemu.
Gerd Hoffmann