drm/exynos: init kms poll at the end of initialization
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 10 Oct 2014 12:31:54 +0000 (14:31 +0200)
committerInki Dae <daeinki@gmail.com>
Sun, 2 Nov 2014 16:51:28 +0000 (01:51 +0900)
commit3cb6830a75665ec4efa99c69d52c5d9df597c397
tree65f07ad7d10c0f5c968d8079ed50ef9d965ff811
parent64f7aed83d776956d68afd5dad8bdc7824a5b843
drm/exynos: init kms poll at the end of initialization

HPD events can be generated by components even if drm_dev is not fully
initialized, to skip such events kms poll initialization should
be performed at the end of load callback followed directly by forced
connection detection.

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