From patchwork Fri Apr 15 11:18:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Mugnier X-Patchwork-Id: 562074 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85681C4332F for ; Fri, 15 Apr 2022 11:19:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352651AbiDOLVk (ORCPT ); Fri, 15 Apr 2022 07:21:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235864AbiDOLVg (ORCPT ); Fri, 15 Apr 2022 07:21:36 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D2448EB40 for ; Fri, 15 Apr 2022 04:19:08 -0700 (PDT) Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 23F8Jvwu014756; Fri, 15 Apr 2022 13:19:03 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=selector1; bh=JK0uovbh+0HwPv7PIDQgykUVhqPxSnb/1dhS6cDZMv8=; b=yFfomqZjjKxEmpNkAa8lcRGFXL0JrSdvUMgPqv/6n4PLdSJkAQW9ZURXbXg3gf2vTA9D PZetJAVdxRDKdTpRToWw9QpG2Uxurr4rV6aJL0UzB/YBW2qkX5R9RNFgNFNzc9WvDUba 2Nmv/VysJvRPBNxNG6MRq8goagTcnPcwhKgTxVzkvuQPAyEnJGJVDC5oDaAlevD99iMw TrQzxYoGKtSX5mP+uP0x1648v5fpAk41AaoVuhbMMzyEdybPOxWAfsB2yFkd8kZL1jUh eMJ7mfLboVBlNBWj0NuDjP5a7LB7j2XHk6iWcuXZr2noTBfwBfESO6i4XSZNVmauMP30 4g== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3fb7gptsk9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 15 Apr 2022 13:19:03 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id E3628100034; Fri, 15 Apr 2022 13:19:02 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node1.st.com [10.75.127.4]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id DD83721E672; Fri, 15 Apr 2022 13:19:02 +0200 (CEST) Received: from localhost (10.75.127.49) by SFHDAG2NODE1.st.com (10.75.127.4) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Fri, 15 Apr 2022 13:19:02 +0200 From: Benjamin Mugnier To: CC: , , , , , , , Benjamin Mugnier Subject: [PATCH v2 3/5] media: v4l: ctrls: Add user control base for st-vgxy61 controls Date: Fri, 15 Apr 2022 13:18:43 +0200 Message-ID: <20220415111845.27130-4-benjamin.mugnier@foss.st.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220415111845.27130-1-benjamin.mugnier@foss.st.com> References: <20220415111845.27130-1-benjamin.mugnier@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.75.127.49] X-ClientProxiedBy: SFHDAG2NODE1.st.com (10.75.127.4) To SFHDAG2NODE1.st.com (10.75.127.4) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-04-15_04,2022-04-15_01,2022-02-23_01 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Add a control base for st-vgxy61 controls and reserve 16 controls. This is required for HDR mode user control on the st-vgxy61 camera sensor. Signed-off-by: Benjamin Mugnier --- include/uapi/linux/v4l2-controls.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h index 705b4043c2de..0bdf77df26ac 100644 --- a/include/uapi/linux/v4l2-controls.h +++ b/include/uapi/linux/v4l2-controls.h @@ -225,6 +225,11 @@ enum v4l2_colorfx { */ #define V4L2_CID_USER_ISL7998X_BASE (V4L2_CID_USER_BASE + 0x1180) +/* The base for the st-vgxy61 driver controls. + * We reserve 16 controls for this driver. + */ +#define V4L2_CID_USER_STVGXY61_BASE (V4L2_CID_USER_BASE + 0x1190) + /* MPEG-class control IDs */ /* The MPEG controls are applicable to all codec controls * and the 'MPEG' part of the define is historical */