drm/exynos/hdmi: use array specifier for HDMI-PHY configurations
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 24 Oct 2016 13:09:26 +0000 (15:09 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:54:11 +0000 (13:54 +0900)
commit9f281dbefa6466b616a80b1f9b07c68edd9a73ad
tree28aeee2748bbd9919cceb5a3cd4131ed4f1009b9
parent8119556f72ddea09fa04eea1bcf9cdfa27efb752
drm/exynos/hdmi: use array specifier for HDMI-PHY configurations

HDMI-PHY configurations are stored as array pointer and count pair,
we can re-use existing helpers to simplify their initialization.

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