]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: separated subdrv_probe function into two parts.
authorInki Dae <inki.dae@samsung.com>
Fri, 17 Aug 2012 04:23:25 +0000 (13:23 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 4 Oct 2012 01:05:59 +0000 (10:05 +0900)
commitcd3fe9ca8229f3d86cf16540b9e7c855857ec8c5
treedd81af6909343b204aba7dea9454d74a8f96000b
parent010f6d0bf96dfd83f78457e32d92e8845612b502
drm/exynos: separated subdrv_probe function into two parts.

Changelog v2:
fixed the issue that when sub driver is probed, no kms drivers such as
fimd or hdmi are failed. no kms drivers have no manager so if manager is
null then encoder and connector creation should be ignored.

Changelog v1:
this patch separates exynos_drm_subdrv_probe function into sub driver's probe call
and encoder/connector creation so that exynos drm core module can take exception
when some operation was failed properly.

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