commit | 8c77e2c2a48b5d52114fb179c3d7c21fd02be64d | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Wed Aug 24 10:58:26 2016 -0400 |
committer | Archit Taneja <architt@codeaurora.org> | Sat Sep 24 11:56:34 2016 +0530 |
tree | 33b4e3ed77458bc96ac23be50ff886abb8b45fd3 | |
parent | 0d97ad03f4220ca84f700c5fea988859ea0c3b98 [diff] |
drm/bridge: analogix_dp: Don't read EDID if panel present If there's a panel connected to the analogix_dp bridge, rely on the panel driver for modes, rather than reading EDID *and* calling get_modes() on the panel. This allows panels with a valid EDID to read it in the panel driver (e.g. simple_panel), and panels with invalid EDID to homebrew modes in their get_modes implementation. Signed-off-by: Sean Paul <seanpaul@chromium.org>