drm/exynos/mixer: embed exynos_drm_crtc directly into context
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 31 Dec 2018 12:39:06 +0000 (13:39 +0100)
committerAndrzej Hajda <a.hajda@samsung.com>
Wed, 20 Mar 2019 11:48:11 +0000 (12:48 +0100)
commit3f1e57466087001b58c3489227a7f94d595ce391
tree22ab66755b0696e45de201be125bfff565ed8abd
parent3cff3653f34d5c520356a20c038b034e7684f03c
drm/exynos/mixer: embed exynos_drm_crtc directly into context

Since crtc maps 1:1 to the device there is no point in allocating it
separately, another benefit is possibility of direct initialisation
of its fields which is more readable and allows further expansion.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c