edid: Added support for 4k@60 Hz monitor
authorSatyeshwar Singh <satyeshwar.singh@intel.com>
Tue, 16 Nov 2021 22:11:03 +0000 (14:11 -0800)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 13 Jan 2022 10:00:09 +0000 (11:00 +0100)
commitf0602b709985b28bc8ce572d6c517d9c26669735
treec1b0a9870f67fabb5b881faf3e4a5c8b76c853d6
parentde72c4b7cdf6ec18bfe9fe714aa96e48db6fd895
edid: Added support for 4k@60 Hz monitor

Previously, the large modes (>1080p) that were generated by Qemu in its EDID
were all 50 Hz. If we provide them to a Guest OS and the user selects
one of these modes, then the OS by default only gets 50 FPS. This is
especially true for Windows OS. With this patch, we are now exposing a
3840x2160@60 Hz which will allow the guest OS to get 60 FPS.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Satyeshwar Singh <satyeshwar.singh@intel.com>
Message-Id: <20211116221103.27128-1-dongwon.kim@intel.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/edid-generate.c