]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdafaedba92580eabb9ac422f744aea81be70cfb7
tree1a4045bdd2feefa740d53d2b3d5000ba39bb2b52
parent2693a4b7d7089c36ad61d2b2e3e3b4d1e4c0ff98
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