mbox series

[v4l-utils,0/2] Drop stream support for the subdev crop API

Message ID 20240403232425.22304-1-laurent.pinchart@ideasonboard.com
Headers show
Series Drop stream support for the subdev crop API | expand

Message

Laurent Pinchart April 3, 2024, 11:24 p.m. UTC
Hello,

This small patch series is the v4l-utils side of the corresponding
kernel change, posted in [1].

There's not much else to be said in this cover letter, please see
individual patches for details.

[1] https://lore.kernel.org/linux-media/20240403224233.18224-1-laurent.pinchart@ideasonboard.com/

Laurent Pinchart (2):
  utils: libv4l2subdev: Drop stream support for the crop API
  v4l2-compliance: Drop stream support for the subdev crop API

 utils/media-ctl/libv4l2subdev.c             |  1 -
 utils/v4l2-compliance/v4l2-test-subdevs.cpp | 21 +++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)


base-commit: 62f1c6833e12f22c81750529761410621aa54830

Comments

Sakari Ailus April 4, 2024, 8:03 p.m. UTC | #1
On Thu, Apr 04, 2024 at 02:24:24AM +0300, Laurent Pinchart wrote:
> The subdev crop API has never had working streams support in the kernel.
> The stream field of the v4l2_subdev_crop structure will be removed,
> prepare for that by not setting it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>