]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/decon5433: refactor irq requesting code
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 24 Aug 2017 13:33:55 +0000 (15:33 +0200)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Aug 2017 02:58:07 +0000 (11:58 +0900)
commite97b68e3aab260a1ba4fa100eb9987aacce8b665
tree32f50bde3e114404e8019cab55f53fe42a8e3728
parent3ac27acb65bc10908d3e2d3e545cc6b2b13227e9
drm/exynos/decon5433: refactor irq requesting code

To allow runtime validation of mode of work irq request
code should be split into two separate phases:
- irq reqesting,
- irq checking.
Following patches will move 2nd phase to mode validation phase.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c