]> 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)
commitd26d210f4c5b8180fe1576b87a8ec6a069a76155
tree8376206bad3e50c6ecca73844d09810b8dcce569
parente93a5b139e984d0636aa87d950bea77b3114b3c2
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