OSDN Git Service

drm/exynos: g2d: Convert to driver component API
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 9 Jul 2018 13:44:30 +0000 (15:44 +0200)
committerInki Dae <inki.dae@samsung.com>
Tue, 24 Jul 2018 06:40:29 +0000 (15:40 +0900)
commiteb4d9796fa340495b519c75d0be44ae583e67ec3
treeb7f821dbd24a75b524bc5772a9539212007efa3f
parent2d3bda7071a713fa4ecf9d0acb7faede6d59100a
drm/exynos: g2d: Convert to driver component API

Exynos G2D driver is the last client of the custom Exynos 'sub-driver'
framework. In the current state it doesn't really resolve any of the
issues it has been designed for, as Exynos DRM is already built only
as a single kernel module. Remove the custom 'sub-driver' framework and
simply use generic component framework also in G2D driver.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_core.c [deleted file]
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_g2d.c
drivers/gpu/drm/exynos/exynos_drm_g2d.h