]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit010f6d0bf96dfd83f78457e32d92e8845612b502
treefbf75617f5ffec51bab60a468a9c5978d3ead0c1
parent234caf5099f282fba1b9f4ef235d73f94495c274
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