From: Neil Armstrong <narmstrong@baylibre.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] video: add support for EDID timings validation
Date: Thu, 4 Jul 2019 15:52:05 +0200 [thread overview]
Message-ID: <20190704135208.32104-1-narmstrong@baylibre.com> (raw)
This patch introduces an edid_get_timing_validate() variant function with
a mode_valid() callback in order to filter supported timings from a display
driver while adding a new mode_valid() display op.
This permits selecting a valid timing on Amlogic SoCs when plugged on
4K monitors/TVs for example.
Neil Armstrong (3):
edid: add edid_get_timing_validate() variant to filter out edid modes
video: display: use edid_get_timing_validate() variant to filter
supported EDID modes
video: meson: dw-hdmi: add EDID mode filtering to only select
supported modes
common/edid.c | 22 +++++++++++++++++++---
drivers/video/display-uclass.c | 15 ++++++++++++++-
drivers/video/meson/meson_dw_hdmi.c | 7 +++++++
include/display.h | 10 ++++++++++
include/edid.h | 22 ++++++++++++++++++++++
5 files changed, 72 insertions(+), 4 deletions(-)
--
2.21.0
next reply other threads:[~2019-07-04 13:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-04 13:52 Neil Armstrong [this message]
2019-07-04 13:52 ` [U-Boot] [PATCH 1/3] edid: add edid_get_timing_validate() variant to filter out edid modes Neil Armstrong
2019-07-24 7:14 ` Neil Armstrong
2019-07-04 13:52 ` [U-Boot] [PATCH 2/3] video: display: use edid_get_timing_validate() variant to filter supported EDID modes Neil Armstrong
2019-07-04 13:52 ` [U-Boot] [PATCH 3/3] video: meson: dw-hdmi: add EDID mode filtering to only select supported modes Neil Armstrong
2019-07-29 9:48 ` [U-Boot] [PATCH 0/3] video: add support for EDID timings validation Anatolij Gustschin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190704135208.32104-1-narmstrong@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox