drm/exynos/decon5433: embed exynos_drm_crtc directly into context
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 31 Dec 2018 12:36:51 +0000 (13:36 +0100)
committerAndrzej Hajda <a.hajda@samsung.com>
Wed, 20 Mar 2019 11:48:11 +0000 (12:48 +0100)
commit714ab4cd4d0e4cf17e49a73b2508697760cc98eb
tree842a3050e23ae493c0617f11fdc80ff9e462e2be
parent282adc14b1c7b5c459c436a60a326968eea73f2d
drm/exynos/decon5433: 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/exynos5433_drm_decon.c