drm/exynos: move order to register vidi kms driver 88/43888/1 accepted/tizen/mobile/20150717.103244 accepted/tizen/tv/20150717.103406 accepted/tizen/wearable/20150717.103530 submit/tizen/20150717.090857
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 15 Jul 2015 01:48:06 +0000 (10:48 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 15 Jul 2015 05:13:17 +0000 (14:13 +0900)
commit0a37894133f29091707f4702628e89f46af016c3
tree0bdd561d736448ffa4fb05a6c97ba6c243c3b132
parent66ccd312dcdea7105c5161501edf2b7dbcfba81c
drm/exynos: move order to register vidi kms driver

The vidi is virtual kms driver and now it is registered earlier than
actual hw kms drivers, so it will occupy crtc index 0. Some users
assume the condition yet that actual hw kms driver has crtc index 0.
It may or may not be matter but let's arrange register order.

Change-Id: Id3bbd0eeaf7ba2e584c21e39bb6971a483365ac9
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c