Re: [PATCH 9/9] edid: add support for DisplayID extension (5k resolution)

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/16/21 3:38 PM, Gerd Hoffmann wrote: > From: Konstantin Nazarov > > The Detailed Timing Descriptor has only 12 bits to store the > resolution. This limits the guest to 4095 pixels. > > This patch adds support for the DisplayID extension, that has 2 full > bytes for that purpose, thus

[PATCH 9/9] edid: add support for DisplayID extension (5k resolution)

2021-03-16 Thread Gerd Hoffmann
From: Konstantin Nazarov The Detailed Timing Descriptor has only 12 bits to store the resolution. This limits the guest to 4095 pixels. This patch adds support for the DisplayID extension, that has 2 full bytes for that purpose, thus allowing 5k resolutions and above. Based-on: