]> git.baikalelectronics.ru Git - kernel.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)
commit3aadcf1afbf309001aba1b56fe585c1a6648f8b7
treeb25d84ea72823337151d7873b0a30d1852682ed1
parent8126e34a3b74c54bc361eece5a702021de5ee2dd
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