[PATCH] drm/exynos: fix wrong pipe calculation for crtc

2015-02-04 Thread Inki Dae
On 2015년 01월 30일 16:43, Joonyoung Shim wrote: > 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. Right, applied. Thanks, Inki Dae > > Signed-off-by: Joo

[PATCH] drm/exynos: fix wrong pipe calculation for crtc

2015-01-30 Thread Joonyoung Shim
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 --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 13 +++-- drivers/gpu/drm/exy

[PATCH] drm/exynos: fix wrong pipe calculation for crtc

2015-01-30 Thread Gustavo Padovan
Hi Joonyoung, 2015-01-30 Joonyoung Shim : > 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 > --- > drivers/gpu/drm/exynos