linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 00/11] OMAPDSS: Add writeback mem to mem mode support
@ 2012-11-07 14:56 Archit Taneja
  2012-11-07 14:56 ` [RFC 01/11] OMAPDSS: Add writeback output driver Archit Taneja
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Archit Taneja @ 2012-11-07 14:56 UTC (permalink / raw)
  To: tomi.valkeinen; +Cc: linux-fbdev, linux-omap, Archit Taneja

This series adds a writeback output driver and makes changes in APPLY to get
mem to mem mode working when writeback is connected to an overlay manager.

A user of writeback is supposed to use the fuctions exported by the writeback
output driver to configure writeback and start a mem to mem transfer. The output
driver internally calls function in APPLY to configure the writeback related
DISPC registers.

An example usage of writeback in omapfb is provided as the last patch.

Reference tree:
git://gitorious.org/~boddob/linux-omap-dss2/archit-dss2-clone.git 3.8/wb_mem_to_mem

Archit Taneja (11):
  OMAPDSS: Add writeback output driver
  OMAPDSS: APPLY: Add get/set info functions for writeback
  OMAPDSS: APPLY: Apply writeback configurations
  OMAPDSS: writeback: Configure writeback input size
  OMAPDSS: APPLY: Add writeback enable/disable funcs
  OMAPDSS: APPLY: configure channel_in for writeback
  OMAPDSS: writeback: add mechanism to do mem to mem updates
  OMAPDSS: APPLY: Check if overlay is connected in mem to mem mode
  OMAPDSS: FEATURES: Add writeback as supported outputs for OMAP4
    managers
  ARCH: ARM: OMAP: Create a platform device for writeback
  Example: OMAPFB: clear framebuffers using writeback

 arch/arm/mach-omap2/display.c            |    9 +
 drivers/video/omap2/dss/Kconfig          |   13 ++
 drivers/video/omap2/dss/Makefile         |    1 +
 drivers/video/omap2/dss/apply.c          |  321 ++++++++++++++++++++++++++-
 drivers/video/omap2/dss/core.c           |    6 +
 drivers/video/omap2/dss/dss.h            |   24 +++
 drivers/video/omap2/dss/dss_features.c   |    6 +-
 drivers/video/omap2/dss/writeback.c      |  345 ++++++++++++++++++++++++++++++
 drivers/video/omap2/omapfb/omapfb-main.c |  132 +++++++++++-
 include/video/omapdss.h                  |   22 ++
 10 files changed, 873 insertions(+), 6 deletions(-)
 create mode 100644 drivers/video/omap2/dss/writeback.c

-- 
1.7.9.5


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

end of thread, other threads:[~2012-11-07 14:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07 14:56 [RFC 00/11] OMAPDSS: Add writeback mem to mem mode support Archit Taneja
2012-11-07 14:56 ` [RFC 01/11] OMAPDSS: Add writeback output driver Archit Taneja
2012-11-07 14:56 ` [RFC 02/11] OMAPDSS: APPLY: Add get/set info functions for writeback Archit Taneja
2012-11-07 14:56 ` [RFC 03/11] OMAPDSS: APPLY: Apply writeback configurations Archit Taneja
2012-11-07 14:56 ` [RFC 04/11] OMAPDSS: writeback: Configure writeback input size Archit Taneja
2012-11-07 14:56 ` [RFC 05/11] OMAPDSS: APPLY: Add writeback enable/disable funcs Archit Taneja
2012-11-07 14:56 ` [RFC 06/11] OMAPDSS: APPLY: configure channel_in for writeback Archit Taneja
2012-11-07 14:56 ` [RFC 07/11] OMAPDSS: writeback: add mechanism to do mem to mem updates Archit Taneja
2012-11-07 14:56 ` [RFC 08/11] OMAPDSS: APPLY: Check if overlay is connected in mem to mem mode Archit Taneja
2012-11-07 14:56 ` [RFC 09/11] OMAPDSS: FEATURES: Add writeback as supported outputs for OMAP4 managers Archit Taneja
2012-11-07 14:56 ` [RFC 10/11] ARCH: ARM: OMAP: Create a platform device for writeback Archit Taneja
2012-11-07 14:56 ` [RFC 11/11] Example: OMAPFB: clear framebuffers using writeback Archit Taneja

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).