]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: dpi: fix hotplug fail issue
authorInki Dae <inki.dae@samsung.com>
Tue, 1 Apr 2014 10:45:28 +0000 (19:45 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:04 +0000 (02:07 +0900)
commitae08fe6c15e98a48523d36cc4d8f56f49957c14a
treeb25d84ea72823337151d7873b0a30d1852682ed1
parentf37cd5e8098441af6447a87574fbb78eb5b4f9bf
drm/exynos: dpi: fix hotplug fail issue

When connector is created, if connector->polled is
DRM_CONNECTOR_POLL_CONNECT then drm_kms_helper_hotplug_event
function isn't called at drm_helper_hpd_irq_event because the
function will be called only in case of DRM_CONNECTOR_POLL_HPD.

So this patch sets always DRM_CONNECTOR_POLL_HPD flag to
connector->polled of parallel panel driver at connector creation.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dpi.c