public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] OMAP_VOUT: Allow omap_vout to build without VRFB
@ 2010-12-17  6:43 Archit Taneja
  2010-12-17  6:43 ` [PATCH v4 1/2] OMAP_VOUT: CLEANUP: Move some functions and macros from omap_vout Archit Taneja
  2010-12-17  6:43 ` [PATCH v4 2/2] OMAP_VOUT: Create separate file for VRFB related API's Archit Taneja
  0 siblings, 2 replies; 5+ messages in thread
From: Archit Taneja @ 2010-12-17  6:43 UTC (permalink / raw)
  To: linux-media; +Cc: linux-omap, Archit Taneja

Introduce omap_vout_vrfb.c and omap_vout_vrfb.h, for all VRFB related API's,
making OMAP_VOUT driver independent from VRFB. This is required for OMAP4 DSS,
since OMAP4 doesn't have VRFB block.

A new enum called vout_rotation_type is introduced to differentiate between no
rotation and vrfb rotation. A member rotation_type is introduced in omapvideo_info,
this allows to call vrfb specific functions only if the rotation type is VOUT_ROT_VRFB
When the rotation_type is set to VOUT_ROT_NONE, the S_CTRL ioctl prevents the user setting
a non zero rotation or non zero mirror value.

Archit Taneja (2):
  OMAP_VOUT: CLEANUP: Move some functions and macros from omap_vout
  OMAP_VOUT: Create separate file for VRFB related API's

 drivers/media/video/omap/Kconfig          |    2 +-
 drivers/media/video/omap/Makefile         |    1 +
 drivers/media/video/omap/omap_vout.c      |  566 +++++------------------------
 drivers/media/video/omap/omap_vout_vrfb.c |  390 ++++++++++++++++++++
 drivers/media/video/omap/omap_vout_vrfb.h |   40 ++
 drivers/media/video/omap/omap_voutdef.h   |   78 ++++
 drivers/media/video/omap/omap_voutlib.c   |   44 +++
 drivers/media/video/omap/omap_voutlib.h   |    2 +
 8 files changed, 640 insertions(+), 483 deletions(-)
 create mode 100644 drivers/media/video/omap/omap_vout_vrfb.c
 create mode 100644 drivers/media/video/omap/omap_vout_vrfb.h
--
Version 4:
 - Some minor fixes, renaming of git commits, patches 2 and 3 merged into 1.
Version 3:
 - Introduce a new enum at V4L2 driver level which cleanly differentiates
   between vrfb rotation and no rotation, incorporate comments given for v2
Version 2:
 - Don't try to enable SDRAM rotation , return an error if non zero rotation
   is attempted when rotation_type is set to SDMA rotation.
Version 1:
   http://www.mail-archive.com/linux-media@vger.kernel.org/msg21937.html

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

end of thread, other threads:[~2010-12-17  8:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17  6:43 [PATCH v4 0/2] OMAP_VOUT: Allow omap_vout to build without VRFB Archit Taneja
2010-12-17  6:43 ` [PATCH v4 1/2] OMAP_VOUT: CLEANUP: Move some functions and macros from omap_vout Archit Taneja
2010-12-17  8:33   ` Hiremath, Vaibhav
2010-12-17  6:43 ` [PATCH v4 2/2] OMAP_VOUT: Create separate file for VRFB related API's Archit Taneja
2010-12-17  8:33   ` Hiremath, Vaibhav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox