[PATCH 0/3] add mie driver for exynos

2012-12-06 Thread R. Chandrasekar
From: "R. Chandrasekar" this patch set adds the driver support for the dithering functionality of the mobile image enhancement (mie) module. device tree support is added for mie. fimd adds the mie module as plugin and calls the dithering function. dithere is required when the pan

[PATCH 1/3] DTS: exynos: add device tree support for exynos mie

2012-12-06 Thread R. Chandrasekar
From: "R. Chandrasekar" adding device tree support for mobile image enhancement (mie) module of exynos SoC. driver fetches the base address of mie from the device tree. Signed-off-by: R. Chandrasekar --- arch/arm/boot/dts/exynos5250.dtsi |7 ++- 1 file changed, 6 insert

[PATCH 2/3] drm: fimd: add mie plugin support for dithering

2012-12-06 Thread R. Chandrasekar
From: "R. Chandrasekar" mie provides the dithereing functionality, fimd need to call the mie dithering function is required when panel uses lesser bits per pixel (bpp) of fimd. This cl adds the functions to add the mie plugin, and calls the mie dithereing function. Signed

[PATCH 3/3] drm: mie: add mie driver for exynos

2012-12-06 Thread R. Chandrasekar
From: "R. Chandrasekar" Adding driver for the Mobile Image Enhancement (MIE) module of exynos SoC. This cl scope is limited to dithereing. mie dithering function is enabled from fimd Signed-off-by: R. Chandrasekar Change-Id: I05be2a2a5484719ff7bdeff722d95223191b077f --- drive

[PATCH 0/3] add mie driver for exynos

2012-12-06 Thread R. Chandrasekar
From: "R. Chandrasekar" this patch set adds the driver support for the dithering functionality of the mobile image enhancement (mie) module. device tree support is added for mie. fimd adds the mie module as plugin and calls the dithering function. dithere is required when the pan

[PATCH 1/3] DTS: exynos: add device tree support for exynos mie

2012-12-06 Thread R. Chandrasekar
From: "R. Chandrasekar" adding device tree support for mobile image enhancement (mie) module of exynos SoC. driver fetches the base address of mie from the device tree. Signed-off-by: R. Chandrasekar --- arch/arm/boot/dts/exynos5250.dtsi |7 ++- 1 file changed, 6 insert

[PATCH 2/3] drm: fimd: add mie plugin support for dithering

2012-12-06 Thread R. Chandrasekar
From: "R. Chandrasekar" mie provides the dithereing functionality, fimd need to call the mie dithering function is required when panel uses lesser bits per pixel (bpp) of fimd. This cl adds the functions to add the mie plugin, and calls the mie dithereing function. Signed

[PATCH 3/3] drm: mie: add mie driver for exynos

2012-12-06 Thread R. Chandrasekar
From: "R. Chandrasekar" Adding driver for the Mobile Image Enhancement (MIE) module of exynos SoC. This cl scope is limited to dithereing. mie dithering function is enabled from fimd Signed-off-by: R. Chandrasekar Change-Id: I05be2a2a5484719ff7bdeff722d95223191b077f --- drive