drm/exynos/dpi: stop using display->ctx pointer
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:27 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:56 +0000 (18:02 +0900)
commit5af3d9bb78f130819204ef44ac9d2b635e49fc35
tree611b65efe3c6984d637008fd874bb365717d7b8d
parent4cfde1f2af076547ebe86f8632e65119f28438b8
drm/exynos/dpi: stop using display->ctx pointer

The patch replaces accesses to display->ctx pointer by container_of
construct. The field is removed as well as dpi was the last user of it.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dpi.c
drivers/gpu/drm/exynos/exynos_drm_drv.h