]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/hdmi: add driver data pointer to private context
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 9 Jul 2015 14:28:09 +0000 (16:28 +0200)
committerInki Dae <inki.dae@samsung.com>
Sun, 16 Aug 2015 01:23:31 +0000 (10:23 +0900)
commitfba3fe2e0b412e8d686748aff95d2aad158c0f02
tree439069928e3bf5a9fd6769f2c12eb54835564e7a
parent28319f1bc21db0160a4a856f6bd68e6f08f5dc16
drm/exynos/hdmi: add driver data pointer to private context

The patch replaces duplicated driver data fields in private context with
pointer to driver data. It also simplifies driver data lookup code.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c