OSDN Git Service

drm/exynos/decon5433: use mode info stored in CRTC to detect i80 mode
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 24 Aug 2017 13:33:57 +0000 (15:33 +0200)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Aug 2017 02:58:08 +0000 (11:58 +0900)
commit461e60ea1119e974af60b4d43e39df954477e0c5
tree8376206bad3e50c6ecca73844d09810b8dcce569
parentc3653fede57f301a134b56c4bf62ac92780d5059
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>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c