]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit34c3db6c22a0c770c6c9a4c4e6462ee4baa64b30
tree32f50bde3e114404e8019cab55f53fe42a8e3728
parent29c5079d9e67e4c32719077ba619f2782b34e3d0
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