]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe444a6ee762508f5bd0c36d19ea3ef948613c49
tree8376206bad3e50c6ecca73844d09810b8dcce569
parent8041548169baf4a89ea62a006d0c07ede9d0a094
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