All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC v2] Add new V4L2_CID_ALPHA_COMPONENT control
@ 2011-11-25 15:39 Sylwester Nawrocki
  2011-11-25 15:39 ` [PATCH v2 1/2] v4l: Add new alpha component control Sylwester Nawrocki
  2011-11-25 15:39 ` [PATCH v2 2/2] s5p-fimc: Add support for alpha component configuration Sylwester Nawrocki
  0 siblings, 2 replies; 26+ messages in thread
From: Sylwester Nawrocki @ 2011-11-25 15:39 UTC (permalink / raw)
  To: linux-media
  Cc: mchehab, hverkuil, laurent.pinchart, m.szyprowski, jonghun.han,
	riverful.kim, sw0312.kim

Hello,

This changeset adds new V4L2_CID_ALPHA_COMPONENT control that allows to configure 
an alpha component of all pixels on the video capture device or on capture queue 
of a mem-to-mem device. This is meant for devices that allow to set a per-pixel
alpha at the pipeline output to a desired value and where the input alpha component 
doesn't influence the output alpha value.

The second patch adds the control to s5p-fimc video capture and mem-to-mem driver.

This changset also does a minor cleanup at the user controls DocBook chapter.

Changes since v2:
 - rename V4L2_CID_COLOR_ALPHA to V4L2_CID_ALPHA_COMPONENT,
 - the documentation improvements.


Sylwester Nawrocki (2):
  v4l: Add new alpha component control
  s5p-fimc: Add support for alpha component configuration

 Documentation/DocBook/media/v4l/compat.xml         |   11 ++++
 Documentation/DocBook/media/v4l/controls.xml       |   25 +++++++--
 .../DocBook/media/v4l/pixfmt-packed-rgb.xml        |    7 ++-
 drivers/media/video/s5p-fimc/fimc-capture.c        |    4 ++
 drivers/media/video/s5p-fimc/fimc-core.c           |   49 ++++++++++++++++--
 drivers/media/video/s5p-fimc/fimc-core.h           |   13 ++++-
 drivers/media/video/s5p-fimc/fimc-reg.c            |   53 +++++++++++++++-----
 drivers/media/video/s5p-fimc/regs-fimc.h           |    5 ++
 drivers/media/video/v4l2-ctrls.c                   |    7 +++
 include/linux/videodev2.h                          |    6 +-
 10 files changed, 150 insertions(+), 30 deletions(-)

-- 
Regards,
 
Sylwester Nawrocki 
Samsung Poland R&D Center

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

end of thread, other threads:[~2011-12-14 14:53 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-25 15:39 [PATCH/RFC v2] Add new V4L2_CID_ALPHA_COMPONENT control Sylwester Nawrocki
2011-11-25 15:39 ` [PATCH v2 1/2] v4l: Add new alpha component control Sylwester Nawrocki
2011-11-28 11:09   ` Laurent Pinchart
2011-11-28 11:38   ` Hans Verkuil
2011-11-28 12:13     ` Sylwester Nawrocki
2011-11-28 12:39       ` Hans Verkuil
2011-11-28 13:02         ` Sylwester Nawrocki
2011-11-29 11:08           ` Hans Verkuil
2011-11-29 16:40             ` Sylwester Nawrocki
2011-11-29 18:10               ` Laurent Pinchart
2011-11-29 18:30                 ` Hans Verkuil
2011-11-29 18:58                   ` Laurent Pinchart
2011-12-08  9:30                     ` Sylwester Nawrocki
2011-12-08 10:30                       ` Laurent Pinchart
2011-12-08 12:30                         ` Sylwester Nawrocki
2011-12-13 12:18                       ` Hans Verkuil
2011-12-14 13:34                         ` Sylwester Nawrocki
2011-12-14 14:42                           ` [PATCH/RFC v4 0/2] Add new V4L2_CID_ALPHA_COMPONENT control Sylwester Nawrocki
2011-12-14 14:42                             ` [PATCH v4 1/2] v4l: Add new alpha component control Sylwester Nawrocki
2011-12-14 14:42                             ` [PATCH v4 2/2] s5p-fimc: Add support for alpha component configuration Sylwester Nawrocki
2011-12-14 14:53                           ` [PATCH v2 1/2] v4l: Add new alpha component control Hans Verkuil
2011-11-29 19:39                 ` Sylwester Nawrocki
2011-11-30  1:40                   ` Laurent Pinchart
2011-11-25 15:39 ` [PATCH v2 2/2] s5p-fimc: Add support for alpha component configuration Sylwester Nawrocki
2011-11-28 11:42   ` Hans Verkuil
2011-11-28 12:17     ` Sylwester Nawrocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.