video: display: use edid_get_timing_validate() variant to filter supported EDID modes
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 4 Jul 2019 13:52:07 +0000 (15:52 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 28 Jul 2019 22:21:49 +0000 (00:21 +0200)
commiteb4ee4e436287a69de7a87ea3070fa52bd327602
tree649df3e48b22677e8ef313c5f223c4ef0ec0b0bd
parent1c1ed441b0d1d7d5fbf02cf89a390c04b18f8ba3
video: display: use edid_get_timing_validate() variant to filter supported EDID modes

Introduce a new display op, mode_valid() to be used with the newly
introduced edid_get_timing_validate() function, to filter supported
monitor timings if handled by the display driver.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/video/display-uclass.c
include/display.h