[PATCH] drm: add checking DRM_FORMAT_NV12MT

2014-08-29 Thread Joonyoung Shim
Hi Dave, On 07/29/2014 01:08 AM, Ville Syrj?l? wrote: > On Mon, Jul 28, 2014 at 11:56:59AM -0400, Rob Clark wrote: >> On Mon, Jul 28, 2014 at 12:47 AM, Joonyoung Shim >> wrote: >>> If user NV12MT uses as pixel format, the Addfb2 ioctl is failed because >>> of missing to check DRM_FORMAT_NV12MT.

[PATCH] drm: add checking DRM_FORMAT_NV12MT

2014-07-28 Thread Ville Syrjälä
On Mon, Jul 28, 2014 at 11:56:59AM -0400, Rob Clark wrote: > On Mon, Jul 28, 2014 at 12:47 AM, Joonyoung Shim > wrote: > > 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

[PATCH] drm: add checking DRM_FORMAT_NV12MT

2014-07-28 Thread Joonyoung Shim
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. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/drm_crtc.c | 5 + 1

[PATCH] drm: add checking DRM_FORMAT_NV12MT

2014-07-28 Thread Rob Clark
On Mon, Jul 28, 2014 at 12:47 AM, Joonyoung Shim wrote: > 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. tbh,