commit | faa419cc5c8046b50be7dded14bf2ab371c69372 | [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 | 99fd44e9466ec294c1a02003abde5f78bdf73427 [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>