]> 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)
commitfa7eb92f4422c822ca01e21955610bbed24937a9
tree32f50bde3e114404e8019cab55f53fe42a8e3728
parenteb902a4bead5bf47d5468eb148f40783ade2c9f6
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