All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Support V4L2_CTRL_TYPE_RECT and V4L2_CTRL_WHICH_MIN/MAX_VAL
@ 2024-10-30  2:43 ming.qian
  2024-10-30  2:43 ` [PATCH v2 1/3] v4l-utils: Define V4L2_CTRL_TYPE_RECT ming.qian
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: ming.qian @ 2024-10-30  2:43 UTC (permalink / raw)
  To: linux-media, hverkuil-cisco
  Cc: laurent.pinchart, tfiga, ribalda, yunkec, xiahong.bao, ming.zhou,
	eagle.zhou, tao.jiang_2, ming.qian

From: Ming Qian <ming.qian@oss.nxp.com>

Hi!

This patchset adds basic support for V4L2_CTRL_TYPE_RECT
and V4L2_CTRL_WHICH_MIN/MAX_VAL in v4l2-ctl and v4l2-compliance.

The corresponding linux kernel patchset can be found at
https://lore.kernel.org/lkml/20241030022134.1098589-1-ming.qian@oss.nxp.com/

Ming Qian (1):
  v4l-utils: Define V4L2_CTRL_TYPE_RECT

Yunke Cao (2):
  v4l2-ctl: Support V4L2_CTRL_TYPE_RECT
  v4l2-utils: Support V4L2_CTRL_WHICH_MIN/MAX_VAL

 include/linux/videodev2.h                    |  5 ++++
 utils/common/v4l2-info.cpp                   |  1 +
 utils/v4l2-compliance/v4l2-test-controls.cpp | 24 ++++++++++++++++++++
 utils/v4l2-ctl/v4l2-ctl-common.cpp           | 12 ++++++++++
 4 files changed, 42 insertions(+)

-- 
2.43.0-rc1


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

end of thread, other threads:[~2024-11-05 15:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30  2:43 [PATCH v2 0/2] Support V4L2_CTRL_TYPE_RECT and V4L2_CTRL_WHICH_MIN/MAX_VAL ming.qian
2024-10-30  2:43 ` [PATCH v2 1/3] v4l-utils: Define V4L2_CTRL_TYPE_RECT ming.qian
2024-10-30  2:43 ` [PATCH v2 2/3] v4l2-ctl: Support V4L2_CTRL_TYPE_RECT ming.qian
2024-10-30  9:03   ` Laurent Pinchart
2024-10-30  9:19     ` Hans Verkuil
2024-10-30  9:22       ` Ming Qian(OSS)
2024-10-31  9:19       ` Ming Qian(OSS)
2024-10-31  9:34         ` Laurent Pinchart
2024-10-31  9:46           ` Ming Qian(OSS)
2024-10-31 10:09             ` Laurent Pinchart
2024-11-04  1:24               ` Ming Qian(OSS)
2024-11-05  8:30                 ` Hans Verkuil
2024-11-05  8:51                   ` Laurent Pinchart
2024-11-05  9:01                     ` Hans Verkuil
2024-11-05 15:29                       ` Laurent Pinchart
2024-10-30  9:21     ` Ming Qian(OSS)
2024-10-30  2:43 ` [PATCH v2 3/3] v4l2-utils: Support V4L2_CTRL_WHICH_MIN/MAX_VAL ming.qian

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.