All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] v4l2-mem2mem: add try_en/decoder_cmd ioctl helpers
@ 2019-05-28  8:34 Hans Verkuil
  2019-05-28  8:34 ` [PATCH 1/2] " Hans Verkuil
  2019-05-28  8:34 ` [PATCH 2/2] vicodec: use new v4l2_m2m_ioctl_try_en/decoder_cmd funcs Hans Verkuil
  0 siblings, 2 replies; 7+ messages in thread
From: Hans Verkuil @ 2019-05-28  8:34 UTC (permalink / raw)
  To: linux-media
  Cc: Tomasz Figa, Paul Kocialkowski, Nicolas Dufresne, Boris Brezillon

The implementation of these two ioctls is the same for all codecs, so
add helper functions for this, rather than re-implementing it for all
codecs.

Regards,

	Hans

Hans Verkuil (2):
  v4l2-mem2mem: add try_en/decoder_cmd ioctl helpers
  vicodec: use new v4l2_m2m_ioctl_try_en/decoder_cmd funcs

 drivers/media/platform/vicodec/vicodec-core.c | 35 +++----------------
 drivers/media/v4l2-core/v4l2-mem2mem.c        | 32 +++++++++++++++++
 include/media/v4l2-mem2mem.h                  |  4 +++
 3 files changed, 40 insertions(+), 31 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-05-29  6:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28  8:34 [PATCH 0/2] v4l2-mem2mem: add try_en/decoder_cmd ioctl helpers Hans Verkuil
2019-05-28  8:34 ` [PATCH 1/2] " Hans Verkuil
2019-05-29  3:11   ` Tomasz Figa
2019-05-29  6:28     ` Hans Verkuil
2019-05-29  6:45   ` [PATCHv2 " Hans Verkuil
2019-05-28  8:34 ` [PATCH 2/2] vicodec: use new v4l2_m2m_ioctl_try_en/decoder_cmd funcs Hans Verkuil
2019-05-29  3:22   ` Tomasz Figa

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.