]> git.baikalelectronics.ru Git - kernel.git/commit
drm: exynos: hdmi: replace is_v13 with version check in hdmi
authorRahul Sharma <rahul.sharma@samsung.com>
Thu, 4 Oct 2012 15:18:54 +0000 (20:48 +0530)
committerInki Dae <inki.dae@samsung.com>
Fri, 5 Oct 2012 10:15:12 +0000 (19:15 +0900)
commit4ab0f7ee52f494a0dac37363a7fde915d22e22bb
treefc7ee7e2f3a898a04a7f9aab1c14aa3eff7aea7c
parentdf90d80afe13aba6abb556033db4db5506248a0a
drm: exynos: hdmi: replace is_v13 with version check in hdmi

This patch removed the is_v13 variable from the hdmi driver context.
It is replaced with condition check for the hdmi version. This cleans
the way for handling further hdmi versions.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c