devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] add mie driver for exynos
@ 2012-12-06 12:08 R. Chandrasekar
  2012-12-06 12:08 ` [PATCH 1/3] DTS: exynos: add device tree support for exynos mie R. Chandrasekar
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: R. Chandrasekar @ 2012-12-06 12:08 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss, dri-devel
  Cc: kgene.kim, inki.dae, kyungmin.park, joshi, rcsekar.samsung,
	rcsekar

From: "R. Chandrasekar" <rcsekar@samsung.com>

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 panels bpp is less then fimd output.
 
though mie mie has other functionalities, current system uses only dithereing.

R. Chandrasekar (3):
  DTS: exynos: add device tree support for exynos mie
  drm: fimd: add mie plugin support for dithering
  drm: mie: add mie driver for exynos

 arch/arm/boot/dts/exynos5250.dtsi               |    7 +-
 drivers/gpu/drm/exynos/Kconfig                  |    7 +
 drivers/gpu/drm/exynos/Makefile                 |    1 +
 drivers/gpu/drm/exynos/exynos_drm_fimd.c        |   58 +++++-
 drivers/gpu/drm/exynos/exynos_drm_fimd_common.h |   20 ++
 drivers/gpu/drm/exynos/exynos_drm_mie.c         |  250 +++++++++++++++++++++++
 drivers/gpu/drm/exynos/exynos_drm_mie.h         |   50 +++++
 drivers/gpu/drm/exynos/exynos_regs-mie.h        |   75 +++++++
 8 files changed, 465 insertions(+), 3 deletions(-)
 create mode 100644 drivers/gpu/drm/exynos/exynos_drm_fimd_common.h
 create mode 100644 drivers/gpu/drm/exynos/exynos_drm_mie.c
 create mode 100644 drivers/gpu/drm/exynos/exynos_drm_mie.h
 create mode 100644 drivers/gpu/drm/exynos/exynos_regs-mie.h

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-12-17 20:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 12:08 [PATCH 0/3] add mie driver for exynos R. Chandrasekar
2012-12-06 12:08 ` [PATCH 1/3] DTS: exynos: add device tree support for exynos mie R. Chandrasekar
2012-12-06 12:08 ` [PATCH 2/3] drm: fimd: add mie plugin support for dithering R. Chandrasekar
2012-12-06 12:08 ` [PATCH 3/3] drm: mie: add mie driver for exynos R. Chandrasekar
2012-12-10  6:26 ` [PATCH 0/3] " Inki Dae
2012-12-10  7:45   ` Stéphane Marchesin
2012-12-10  9:27     ` Inki Dae
2012-12-11 23:08       ` Stéphane Marchesin
2012-12-12  4:01         ` Inki Dae
2012-12-17 18:59           ` Stéphane Marchesin
2012-12-17 20:07             ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).