commit | eb4ee4e436287a69de7a87ea3070fa52bd327602 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Thu Jul 04 15:52:07 2019 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Jul 29 00:21:49 2019 +0200 |
tree | 649df3e48b22677e8ef313c5f223c4ef0ec0b0bd | |
parent | 1c1ed441b0d1d7d5fbf02cf89a390c04b18f8ba3 [diff] |
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>