]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/edid: add CTA Video Format Data Block support
authorHamza Mahfooz <someguy@effective-light.com>
Wed, 25 Feb 2026 17:57:08 +0000 (12:57 -0500)
committerHamza Mahfooz <hamzamahfooz@linux.microsoft.com>
Sun, 26 Apr 2026 11:48:44 +0000 (07:48 -0400)
commite3953ff665742c15c002af9e176bd24d5cd9ec61
treed7ab304d43d1897c4f1173809e6dadb32a92ae50
parent03af6c3afc4893988ceed54531f5dde4bebd6024
drm/edid: add CTA Video Format Data Block support

Video Format Data Blocks (VFDBs) contain the necessary information that
needs to be fed to the Optimized Video Timings (OVT) Algorithm.
Also, we require OVT support to cover modes that aren't supported by
earlier standards (e.g. CVT). So, parse all of the relevant VFDB data
and feed it to the OVT Algorithm, to extract all of the missing OVT
modes.

Suggested-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Hamza Mahfooz <someguy@effective-light.com>
Link: https://patch.msgid.link/20260225175709.408010-1-someguy@effective-light.com
drivers/gpu/drm/drm_edid.c
include/drm/drm_edid.h