OSDN Git Service

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)
commit5a325071a0ac9636f07d6328bafc9e42ce13752c
treefc7ee7e2f3a898a04a7f9aab1c14aa3eff7aea7c
parentaaf8b49e928d58501759e94cc744e97ad9812e68
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