drm/exynos: added ipp device registration to drm driver
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 23 Apr 2013 05:02:53 +0000 (14:02 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 29 Apr 2013 05:35:32 +0000 (14:35 +0900)
commit43f4190047a088d2f1ce7fe5c5ae6485f943edc6
tree1a4045bdd2feefa740d53d2b3d5000ba39bb2b52
parent0f6f95922e4def60b9e55cecc1fdbaacda9c426d
drm/exynos: added ipp device registration to drm driver

This patch added exynos-drm-ipp platform device registration to the exynos drm
driver. When DT is enabled, platform devices need to be registered within the
driver code. This patch fits the requirement of both DT and Non DT based drm
drivers.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_ipp.c