drm: add checking DRM_FORMAT_NV12MT
authorJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 28 Jul 2014 00:31:21 +0000 (09:31 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:22 +0000 (12:00 +0900)
commit2c8fe1a6820e526d500f721662ae02b352a8f706
treecc5b30f26be177909ddc804766b5adb7cf6fac7d
parent8404761c71d673388eb314500506cd9e0a4afa24
drm: add checking DRM_FORMAT_NV12MT

If user NV12MT uses as pixel format, the Addfb2 ioctl is failed because
of missing to check DRM_FORMAT_NV12MT. The NV12MT pixel format is
supported by exynos4 and some qualcomm chipset and it is used by exynos
drm driver.

Change-Id: I94435dc3bff96377b9dd295d469e862ac637c6bc
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
drivers/gpu/drm/drm_crtc.c