]> git.karo-electronics.de Git - karo-tx-linux.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)
commit41fecf3e8268b8f285c91620c20895e946db9177
treedd81af6909343b204aba7dea9454d74a8f96000b
parent29cb602532b0a82f22322cece8a89f022368d557
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