]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: fix struct for operation callback functions to driver name
authorJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 5 Apr 2012 11:49:26 +0000 (20:49 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 12 Apr 2012 05:51:26 +0000 (14:51 +0900)
commite43375d250d21258a968e42846254a5c9a72ed39
tree88e563c3edb1fea30c8cb71836e45cd3e0420726
parent5489c528d75f348189fc10eaeefaddde14858c01
drm/exynos: fix struct for operation callback functions to driver name

The mixer driver and hdmi driver have each operation callback functions
and they is registered to hdmi common driver. Their struct names in hdmi
common driver include display, manager and overlay. It confuses to
appear whose operation and two driver cannot register same operation
callback functions at the same time. Use their struct names to driver
name.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_hdmi.c
drivers/gpu/drm/exynos/exynos_drm_hdmi.h
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c