commit | 677e84c1b5c8533ea351a9556308071ca47a1eb2 | [log] [tgz] |
---|---|---|
author | Joonyoung Shim <jy0922.shim@samsung.com> | Thu Apr 05 20:49:27 2012 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Apr 12 14:51:27 2012 +0900 |
tree | 38ab6a72f214433ef294403b6c5cdb3dd25afb0a | |
parent | 578b6065adc8805a8774e4bf3145e18de123f8b2 [diff] |
drm/exynos: fix to pointer manager member of struct exynos_drm_subdrv The struct exynos_drm_manager has to exist for exynos drm sub driver using encoder and connector. If it isn't NULL to member of struct exynos_drm_subdrv, will create encoder and connector else will not. And the is_local member also doesn't need. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>