drm/exynos: init vblank with real number of crtcs
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 7 Oct 2014 13:09:14 +0000 (22:09 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 2 Nov 2014 16:51:27 +0000 (01:51 +0900)
Initialization of vblank with MAX_CRTC caused attempts
to disabling vblanks for non-existing crtcs in case
drm used fewer crtcs. The patch fixes it.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c