public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] video: add support for EDID timings validation
@ 2019-07-04 13:52 Neil Armstrong
  2019-07-04 13:52 ` [U-Boot] [PATCH 1/3] edid: add edid_get_timing_validate() variant to filter out edid modes Neil Armstrong
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Neil Armstrong @ 2019-07-04 13:52 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-29  9:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-04 13:52 [U-Boot] [PATCH 0/3] video: add support for EDID timings validation Neil Armstrong
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox