From patchwork Thu Oct 10 12:30:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 59388 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iIXav-0005jk-9X; Thu, 10 Oct 2019 12:31:01 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731230AbfJJMa7 (ORCPT + 1 other); Thu, 10 Oct 2019 08:30:59 -0400 Received: from lb3-smtp-cloud8.xs4all.net ([194.109.24.29]:43717 "EHLO lb3-smtp-cloud8.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726923AbfJJMa7 (ORCPT ); Thu, 10 Oct 2019 08:30:59 -0400 Received: from [IPv6:2001:983:e9a7:1:bc04:8998:8ec1:1871] ([IPv6:2001:983:e9a7:1:bc04:8998:8ec1:1871]) by smtp-cloud8.xs4all.net with ESMTPA id IXapijC3Zop0AIXaqiTpFU; Thu, 10 Oct 2019 14:30:57 +0200 To: Linux Media Mailing List Cc: Ricardo Ribalda Delgado , Benoit Parrot From: Hans Verkuil Subject: [GIT PULL v2 FOR v5.5] ti-vpe maintenance, add V4L2_CTRL_TYPE_AREA/V4L2_CID_UNIT_CELL_SIZE Message-ID: <494470cf-7de0-d5bd-a448-390f4b2d14dc@xs4all.nl> Date: Thu, 10 Oct 2019 14:30:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 Content-Language: en-US X-CMAE-Envelope: MS4wfO4A6UoPAPq26stBtazronbhtxjAqnh8U5iy9SZALZ2OPI1y0PVB/Py5dX3uwO7zOGcle4QAtJWGLM3+i0oM8NOGHtXqUPS68BiMJnpIZN7So4UA7U9y Knh/5hHcWhJhLsdemElRDf1Ek5icsIlJs1SOQ4B9iMf1d89261qVg7inub3I/o0w4l5POFUWu56loMg0aGS8fV+Ul4ebl3asCJ/bRcWpD8r4dz8YOZl6vnBl 6HCWkFYBt3sbSnfpFktnDdB9lNhJquI1TzVHP4fC0BhhJVJoxDEDxa5ME7xL8kOuQvAAlx11SXsaKYiX872wKGpbocEYAq/o+HTPlli2M30= Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This PR adds support for V4L2_CID_UNIT_CELL_SIZE and the V4L2_CTRL_TYPE_AREA control type. It also adds support for providing a default value for compound controls (will be useful for stateless codec support as well). It also adds a maintenance series for ti-vpe. Note the addition of a pixel encoding enum for v4l2_format_info. Changes since the previous PR: - Fixed up some mismatched email addresses - Fixed up some incorrect commit IDs in 'Fixes:' lines Regards, Hans The following changes since commit 219031a6e7dff52a066e8b074adc0697f501e3d3: media: venus: fix build on 32bit environments (2019-10-08 13:46:36 -0300) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v5.5h for you to fetch changes up to 2558d9369e6430360bcf14236f7b0c52c4d66094: media: ti-vpe: vpe: don't rely on colorspace member for conversion (2019-10-10 14:26:45 +0200) ---------------------------------------------------------------- Benoit Parrot (18): media: ti-vpe: Fix a parallel build issue media: ti-vpe: vpe: Fix Motion Vector vpdma stride media: ti-vpe: vpe: Add missing null pointer checks media: ti-vpe: vpe: Remove unnecessary use of container_of media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panic media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel format media: ti-vpe: vpe: Make sure YUYV is set as default format media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimage media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence number media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort cases media: ti-vpe: vpdma: Use fixed type for address in descriptor media: ti-vpe: Set the DMA mask and coherent mask media: ti-vpe: vpe: use standard struct instead of duplicating fields media: ti-vpe: vpe: fix v4l2_compliance issue related to xfer_func media: ti-vpe: csc: rgb-to-yuv HD full range coeff are wrong media: v4l2-common: add pixel encoding support media: v4l2-common: add RGB565 and RGB55 to v4l2_format_info media: ti-vpe: vpe: don't rely on colorspace member for conversion Nikhil Devshatwar (2): media: ti-vpe: Add support for SEQ_BT media: ti-vpe: Add support for NV21 format Ram Prasad (1): media: ti-vpe: Set MAX height supported to 2048 pixels Ricardo Ribalda Delgado (8): media: v4l2-core: Implement v4l2_ctrl_new_std_compound Documentation: v4l2_ctrl_new_std_compound media: add V4L2_CTRL_TYPE_AREA control type Documentation: media: Document V4L2_CTRL_TYPE_AREA media: add V4L2_CID_UNIT_CELL_SIZE control Documentation: media: Describe V4L2_CID_UNIT_CELL_SIZE media: v4l2-ctrl: Add new helper v4l2_ctrl_ptr_create media: imx214: Add new control with V4L2_CID_UNIT_CELL_SIZE Documentation/media/kapi/v4l2-controls.rst | 9 ++ Documentation/media/uapi/v4l/ext-ctrls-image-source.rst | 10 ++ Documentation/media/uapi/v4l/vidioc-queryctrl.rst | 6 + Documentation/media/videodev2.h.rst.exceptions | 1 + drivers/media/i2c/imx214.c | 9 ++ drivers/media/platform/Makefile | 4 +- drivers/media/platform/ti-vpe/csc.c | 254 ++++++++++++++++++++---------- drivers/media/platform/ti-vpe/csc.h | 4 +- drivers/media/platform/ti-vpe/vpdma.c | 11 +- drivers/media/platform/ti-vpe/vpdma.h | 2 + drivers/media/platform/ti-vpe/vpdma_priv.h | 5 +- drivers/media/platform/ti-vpe/vpe.c | 394 ++++++++++++++++++++++++++++------------------- drivers/media/v4l2-core/v4l2-common.c | 128 +++++++-------- drivers/media/v4l2-core/v4l2-ctrls.c | 76 ++++++++- include/media/v4l2-common.h | 33 +++- include/media/v4l2-ctrls.h | 76 +++++++++ include/uapi/linux/v4l2-controls.h | 1 + include/uapi/linux/videodev2.h | 6 + 18 files changed, 707 insertions(+), 322 deletions(-)