drm/exynos: fix wrong pipe calculation for crtc
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 30 Jan 2015 07:43:01 +0000 (16:43 +0900)
committerInki Dae <inki.dae@samsung.com>
Sat, 7 Feb 2015 07:38:40 +0000 (16:38 +0900)
commit0f04cf8df0b20a97369cb634663fef0578cbf273
treeb6a767b85e3cfa369d3b73a84e6bfdec999eb7b7
parent9865df4d76bc674e7922c8bb279beb8435b8e888
drm/exynos: fix wrong pipe calculation for crtc

We get wrong pipe value for crtc since commit 93bca243ec96 ("drm/exynos:
remove struct exynos_drm_manager"). We should should increase pipe value
before call exynos_drm_crtc_create.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c