drm/exynos: added device object to subdrv's remove callback as argument
authorInki Dae <inki.dae@samsung.com>
Wed, 5 Sep 2012 05:12:06 +0000 (14:12 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 4 Oct 2012 01:05:59 +0000 (10:05 +0900)
commit29cb602532b0a82f22322cece8a89f022368d557
treefbf75617f5ffec51bab60a468a9c5978d3ead0c1
parent268d28371cd326be4dfcd7eba5917bf4b9d30c8f
drm/exynos: added device object to subdrv's remove callback as argument

when remove callback of exynos_drm_subdrv is called, it could need
device object for sub driver to control things specific to hw such as
runtime pm.

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
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c