[PATCH] drm/exynos/gsc: fix the hardware limitations

2016-11-24 Thread Inki Dae
2016년 11월 24일 16:51에 Hoegeun Kwon 이(가) 쓴 글: > The maximum size of input or output rotation is 2047 x 2047. > Fixed an error on limitations. You would need to consider other SoC - Exynos5250/5250/5410/5420/5433 because other have different rotation limitations like below,

[PATCH] drm/exynos/gsc: fix the hardware limitations

2016-11-24 Thread Hoegeun Kwon
The maximum size of input or output rotation is 2047 x 2047. Fixed an error on limitations. Signed-off-by: Hoegeun Kwon --- drivers/gpu/drm/exynos/exynos_drm_gsc.c | 11 +-- include/uapi/drm/exynos_drm.h | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git