aboutsummaryrefslogtreecommitdiff
path: root/hw/display/edid-generate.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-04edid: Fix clock of Detailed Timing DescriptorAkihiko Odaki1-34/+32
2022-01-13edid: Added support for 4k@60 Hz monitorSatyeshwar Singh1-0/+3
2022-01-13edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé1-2/+2
2021-05-10edid: add support for DisplayID extension (5k resolution)Konstantin Nazarov1-5/+73
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-03-23edid: prefer standard timingsGerd Hoffmann1-7/+8
2020-09-29edid: use physical dimensions if availableMarc-André Lureau1-11/+25
2020-09-29edid: fix physical display size computationMarc-André Lureau1-2/+2
2020-03-02Arithmetic error in EDID generation fixedAnton V. Boyarshinov1-2/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-11-12edid: silence a stringop-overflow warningMarc-André Lureau1-1/+1
2018-10-15edid: fix alignment issuesGerd Hoffmann1-4/+4
2018-10-05edid: fix vendor defaultGerd Hoffmann1-1/+1
2018-09-27display/edid: add qemu_edid_size()Gerd Hoffmann1-0/+14
2018-09-27display/edid: add edid generator to qemu.Gerd Hoffmann1-0/+425