Hi Sachin, On Wed, Mar 19, 2014 at 10:51 PM, Sachin Kamat wrote: > Hi Ajay, > > On 19 March 2014 19:52, Ajay Kumar wrote: > > Add post processor ops for MDNIE and their support functions. > > Expose an interface for the FIMD to register MDNIE PP. > > > > Signed-off-by: Ajay Kumar > > Signed-off-by: Shirish S > > Signed-off-by: Rahul Sharma > > --- > > drivers/gpu/drm/exynos/Makefile | 2 +- > > drivers/gpu/drm/exynos/exynos_mdnie.c | 707 > +++++++++++++++++++++++++++++ > > drivers/gpu/drm/exynos/exynos_mdnie_regs.h | 154 +++++++ > > 3 files changed, 862 insertions(+), 1 deletion(-) > > create mode 100644 drivers/gpu/drm/exynos/exynos_mdnie.c > > create mode 100644 drivers/gpu/drm/exynos/exynos_mdnie_regs.h > > > > diff --git a/drivers/gpu/drm/exynos/Makefile > b/drivers/gpu/drm/exynos/Makefile > > index 02dde22..653eab5 100644 > > --- a/drivers/gpu/drm/exynos/Makefile > > +++ b/drivers/gpu/drm/exynos/Makefile > > @@ -10,7 +10,7 @@ exynosdrm-y := exynos_drm_drv.o exynos_drm_encoder.o \ > > > > exynosdrm-$(CONFIG_DRM_EXYNOS_IOMMU) += exynos_drm_iommu.o > > exynosdrm-$(CONFIG_DRM_EXYNOS_DMABUF) += exynos_drm_dmabuf.o > > -exynosdrm-$(CONFIG_DRM_EXYNOS_FIMD) += exynos_drm_fimd.o > > +exynosdrm-$(CONFIG_DRM_EXYNOS_FIMD) += exynos_drm_fimd.o > exynos_mdnie.o > > exynosdrm-$(CONFIG_DRM_EXYNOS_DSI) += exynos_drm_dsi.o > > exynosdrm-$(CONFIG_DRM_EXYNOS_DP) += exynos_dp_core.o > exynos_dp_reg.o > > exynosdrm-$(CONFIG_DRM_EXYNOS_HDMI) += exynos_hdmi.o exynos_mixer.o > > diff --git a/drivers/gpu/drm/exynos/exynos_mdnie.c > b/drivers/gpu/drm/exynos/exynos_mdnie.c > > new file mode 100644 > > index 0000000..a043853 > > --- /dev/null > > +++ b/drivers/gpu/drm/exynos/exynos_mdnie.c > > @@ -0,0 +1,707 @@ > > +/* drivers/gpu/drm/exynos/exynos_mdnie.c > > + * > > + * Samsung mDNIe driver > > + * > > + * Copyright (C) 2014 Samsung Electronics Co., Ltd. > > + * > > + * This program is free software; you can redistribute it and/or modify > it > > + * under the terms of the GNU General Public License as published by the > > + * Free Software Foundation; either version 2 of the License, or (at > your > > + * option) any later version. > > +*/ > > + > > +#include > > +#include > > +#include > > + > > +#include