drm/exynos: factor out initial setting of each driver
authorJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 18 Sep 2014 08:50:35 +0000 (17:50 +0900)
committerInki Dae <daeinki@gmail.com>
Fri, 19 Sep 2014 15:56:39 +0000 (00:56 +0900)
From fimd driver and vidi driver, dev->irq_enabled and
dev->vblank_disable_allowed are set and also mixer needs them even if
missed. It's duplicated so set them when loads drm driver.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

No differences found