commit | 735c21c3c802e9e89ce302ab40ea92f5d1151e02 | [log] [tgz] |
---|---|---|
author | Joonyoung Shim <jy0922.shim@samsung.com> | Wed Jul 15 12:04:39 2015 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Sun Aug 16 10:23:33 2015 +0900 |
tree | c40f05edbcec2fec885ad540240b86f4fc9e5a90 | |
parent | 0df5e4acf584ad1b1b5689d283e1e81655eefab1 [diff] |
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. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>