All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add resolution change event
@ 2014-05-14  6:59 Arun Kumar K
  2014-05-14  6:59 ` [PATCH v5 1/2] [media] v4l: Add source " Arun Kumar K
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Arun Kumar K @ 2014-05-14  6:59 UTC (permalink / raw)
  To: linux-media, linux-samsung-soc
  Cc: k.debski, s.nawrocki, hverkuil, laurent.pinchart, posciak,
	arunkk.samsung

This patchset adds a source_change event to the v4l2-events.
This can be used for notifying the userspace about runtime
format changes happening on video nodes / pads like resolution
change in video decoder.

Changes from v4
--------------
- Addressed comments from Hans
  https://patchwork.linuxtv.org/patch/23892/
  https://patchwork.linuxtv.org/patch/23893/

Changes from v3
--------------
- Addressed comments from Laurent / Hans
  https://patchwork.kernel.org/patch/4135731/

Changes from v2
---------------
- Event can be subscribed on specific pad / port as
  suggested by Hans.

Changes from v1
---------------
- Addressed review comments from Hans and Laurent
  https://patchwork.kernel.org/patch/4000951/

Arun Kumar K (1):
  [media] v4l: Add source change event

Pawel Osciak (1):
  [media] s5p-mfc: Add support for resolution change event

 Documentation/DocBook/media/v4l/vidioc-dqevent.xml |   33 ++++++++++++++++++
 .../DocBook/media/v4l/vidioc-subscribe-event.xml   |   20 +++++++++++
 drivers/media/platform/s5p-mfc/s5p_mfc.c           |    8 +++++
 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c       |    2 ++
 drivers/media/v4l2-core/v4l2-event.c               |   36 ++++++++++++++++++++
 include/media/v4l2-event.h                         |    4 +++
 include/uapi/linux/videodev2.h                     |    8 +++++
 7 files changed, 111 insertions(+)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-05-14  9:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14  6:59 [PATCH v5 0/2] Add resolution change event Arun Kumar K
2014-05-14  6:59 ` [PATCH v5 1/2] [media] v4l: Add source " Arun Kumar K
2014-05-14  9:05   ` Sylwester Nawrocki
2014-05-14  6:59 ` [PATCH v5 2/2] [media] s5p-mfc: Add support for resolution " Arun Kumar K
2014-05-14  9:10   ` Sylwester Nawrocki
2014-05-14  9:23   ` Kamil Debski
2014-05-14  7:11 ` [PATCH v5 0/2] Add " Hans Verkuil

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.