commit | 461e60ea1119e974af60b4d43e39df954477e0c5 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Thu Aug 24 15:33:57 2017 +0200 |
committer | Inki Dae <inki.dae@samsung.com> | Fri Aug 25 11:58:08 2017 +0900 |
tree | 8376206bad3e50c6ecca73844d09810b8dcce569 | |
parent | c3653fede57f301a134b56c4bf62ac92780d5059 [diff] |
drm/exynos/decon5433: use mode info stored in CRTC to detect i80 mode Since panel's mode of work is propagated properly from panel to DECON, there is no need to use redundant private device tree property. The only issue with such approach is that check for required interrupts should be postponed until panel communicate its requirements, ie to mode validation phase - mode_valid callback. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>