]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/vidi: stop using display->ctx pointer
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Nov 2014 08:54:23 +0000 (09:54 +0100)
committerInki Dae <inki.dae@samsung.com>
Mon, 24 Nov 2014 09:02:56 +0000 (18:02 +0900)
commit407dc723b4c9a306f3355f3f7f8550a4db03a3f4
treea121b5ea484ea7fa30dbfaf1326dc6a17f7f34f4
parent8250960095471de523514878590d41afac5aea40
drm/exynos/vidi: stop using display->ctx pointer

The patch replaces accesses to display->ctx pointer by container_of
construct. It will allow to remove ctx field in the future.

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