[{"id":23824,"web_url":"https://patchwork.libcamera.org/comment/23824/","msgid":"<20220712070338.GB2364006@pyrite.rasen.tech>","date":"2022-07-12T07:03:38","subject":"Re: [libcamera-devel] [PATCH 4/5] include: linux: Update rkisp1\n\tkernel header for DPCC configuration","submitter":{"id":97,"url":"https://patchwork.libcamera.org/api/people/97/","name":"Nicolas Dufresne via libcamera-devel","email":"libcamera-devel@lists.libcamera.org"},"content":"Hi Florian,\n\nOn Wed, Jun 22, 2022 at 05:19:17PM +0200, Florian Sylvestre via libcamera-devel wrote:\n> To improve the kernel interface, a proposal has been made to the\n> linux-kernel [1] to improve the configuration of the Defective\n> Pixel Cluster Correction (DPCC).\n> \n> [1]\n> https://lore.kernel.org/linux-media/20220616160456.21549-1-laurent.pinchart@ideasonboard.com/\n> \n> Update the local copy of the rkisp1-config.h to match the proposal.\n> \n> Signed-off-by: Florian Sylvestre <fsylvestre@baylibre.com>\n\nAcked-by: Paul Elder <paul.elder@ideasonboard.com>\n\n> ---\n>  include/linux/rkisp1-config.h | 77 +++++++++++++++++++++++++++--------\n>  1 file changed, 61 insertions(+), 16 deletions(-)\n> \n> diff --git a/include/linux/rkisp1-config.h b/include/linux/rkisp1-config.h\n> index 9be67d63..0ed3dca8 100644\n> --- a/include/linux/rkisp1-config.h\n> +++ b/include/linux/rkisp1-config.h\n> @@ -117,7 +117,46 @@\n>  /*\n>   * Defect Pixel Cluster Correction\n>   */\n> -#define RKISP1_CIF_ISP_DPCC_METHODS_MAX       3\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_MAX\t\t\t\t3\n> +\n> +#define RKISP1_CIF_ISP_DPCC_MODE_STAGE1_ENABLE\t\t\t(1U << 2)\n> +\n> +#define RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_STAGE1_INCL_G_CENTER\t(1U << 0)\n> +#define RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_STAGE1_INCL_RB_CENTER\t(1U << 1)\n> +#define RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_STAGE1_G_3X3\t\t(1U << 2)\n> +#define RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_STAGE1_RB_3X3\t\t(1U << 3)\n> +\n> +/* 0-2 for sets 1-3 */\n> +#define RKISP1_CIF_ISP_DPCC_SET_USE_STAGE1_USE_SET(n)\t\t((n) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_SET_USE_STAGE1_USE_FIX_SET\t\t(1U << 3)\n> +\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_PG_GREEN_ENABLE\t\t(1U << 0)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_LC_GREEN_ENABLE\t\t(1U << 1)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RO_GREEN_ENABLE\t\t(1U << 2)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RND_GREEN_ENABLE\t(1U << 3)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RG_GREEN_ENABLE\t\t(1U << 4)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_PG_RED_BLUE_ENABLE\t(1U << 8)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_LC_RED_BLUE_ENABLE\t(1U << 9)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RO_RED_BLUE_ENABLE\t(1U << 10)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RND_RED_BLUE_ENABLE\t(1U << 11)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RG_RED_BLUE_ENABLE\t(1U << 12)\n> +\n> +#define RKISP1_CIF_ISP_DPCC_LINE_THRESH_G(v)\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_LINE_THRESH_RB(v)\t\t\t((v) << 8)\n> +#define RKISP1_CIF_ISP_DPCC_LINE_MAD_FAC_G(v)\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_LINE_MAD_FAC_RB(v)\t\t\t((v) << 8)\n> +#define RKISP1_CIF_ISP_DPCC_PG_FAC_G(v)\t\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_PG_FAC_RB(v)\t\t\t((v) << 8)\n> +#define RKISP1_CIF_ISP_DPCC_RND_THRESH_G(v)\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_RND_THRESH_RB(v)\t\t\t((v) << 8)\n> +#define RKISP1_CIF_ISP_DPCC_RG_FAC_G(v)\t\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_RG_FAC_RB(v)\t\t\t((v) << 8)\n> +\n> +#define RKISP1_CIF_ISP_DPCC_RO_LIMITS_n_G(n, v)\t\t\t((v) << ((n) * 4))\n> +#define RKISP1_CIF_ISP_DPCC_RO_LIMITS_n_RB(n, v)\t\t((v) << ((n) * 4 + 2))\n> +\n> +#define RKISP1_CIF_ISP_DPCC_RND_OFFS_n_G(n, v)\t\t\t((v) << ((n) * 4))\n> +#define RKISP1_CIF_ISP_DPCC_RND_OFFS_n_RB(n, v)\t\t\t((v) << ((n) * 4 + 2))\n>  \n>  /*\n>   * Denoising pre filter\n> @@ -250,16 +289,20 @@ struct rkisp1_cif_isp_bls_config {\n>  };\n>  \n>  /**\n> - * struct rkisp1_cif_isp_dpcc_methods_config - Methods Configuration used by DPCC\n> + * struct rkisp1_cif_isp_dpcc_methods_config - DPCC methods set configuration\n>   *\n> - * Methods Configuration used by Defect Pixel Cluster Correction\n> + * This structure stores the configuration of one set of methods for the DPCC\n> + * algorithm. Multiple methods can be selected in each set (independently for\n> + * the Green and Red/Blue components) through the @method field, the result is\n> + * the logical AND of all enabled methods. The remaining fields set thresholds\n> + * and factors for each method.\n>   *\n> - * @method: Method enable bits\n> - * @line_thresh: Line threshold\n> - * @line_mad_fac: Line MAD factor\n> - * @pg_fac: Peak gradient factor\n> - * @rnd_thresh: Rank Neighbor Difference threshold\n> - * @rg_fac: Rank gradient factor\n> + * @method: Method enable bits (RKISP1_CIF_ISP_DPCC_METHODS_SET_*)\n> + * @line_thresh: Line threshold (RKISP1_CIF_ISP_DPCC_LINE_THRESH_*)\n> + * @line_mad_fac: Line Mean Absolute Difference factor (RKISP1_CIF_ISP_DPCC_LINE_MAD_FAC_*)\n> + * @pg_fac: Peak gradient factor (RKISP1_CIF_ISP_DPCC_PG_FAC_*)\n> + * @rnd_thresh: Rank Neighbor Difference threshold (RKISP1_CIF_ISP_DPCC_RND_THRESH_*)\n> + * @rg_fac: Rank gradient factor (RKISP1_CIF_ISP_DPCC_RG_FAC_*)\n>   */\n>  struct rkisp1_cif_isp_dpcc_methods_config {\n>  \t__u32 method;\n> @@ -273,14 +316,16 @@ struct rkisp1_cif_isp_dpcc_methods_config {\n>  /**\n>   * struct rkisp1_cif_isp_dpcc_config - Configuration used by DPCC\n>   *\n> - * Configuration used by Defect Pixel Cluster Correction\n> + * Configuration used by Defect Pixel Cluster Correction. Three sets of methods\n> + * can be configured and selected through the @set_use field. The result is the\n> + * logical OR of all enabled sets.\n>   *\n> - * @mode: dpcc output mode\n> - * @output_mode: whether use hard coded methods\n> - * @set_use: stage1 methods set\n> - * @methods: methods config\n> - * @ro_limits: rank order limits\n> - * @rnd_offs: differential rank offsets for rank neighbor difference\n> + * @mode: DPCC mode (RKISP1_CIF_ISP_DPCC_MODE_*)\n> + * @output_mode: Interpolation output mode (RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_*)\n> + * @set_use: Methods sets selection (RKISP1_CIF_ISP_DPCC_SET_USE_*)\n> + * @methods: Methods sets configuration\n> + * @ro_limits: Rank order limits (RKISP1_CIF_ISP_DPCC_RO_LIMITS_*)\n> + * @rnd_offs: Differential rank offsets for rank neighbor difference (RKISP1_CIF_ISP_DPCC_RND_OFFS_*)\n>   */\n>  struct rkisp1_cif_isp_dpcc_config {\n>  \t__u32 mode;\n> -- \n> 2.34.1\n>","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 45CE8BE173\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 12 Jul 2022 07:03:47 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id A9B7163312;\n\tTue, 12 Jul 2022 09:03:46 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 2A79C6330E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 12 Jul 2022 09:03:46 +0200 (CEST)","from pyrite.rasen.tech (softbank036240121080.bbtec.net\n\t[36.240.121.80])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id A272530B;\n\tTue, 12 Jul 2022 09:03:44 +0200 (CEST)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1657609426;\n\tbh=bpb+D6ggZ9Iszd56fPWAutPskJT1yUCYIpRmmDPZXpY=;\n\th=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:\n\tFrom;\n\tb=PZfebavSoDUFztlhGSjhenUy0Ua78Ogru4bC7K2wktRTMrf3zM3C7jSpeg8zI27oJ\n\tXaevrb+yWSagwKR3pUyc65egICboqejhmWjZ9qzOWZiyIU4Hczr1pXLHcckmt60QZk\n\tnNf6hV4M/FviMkc0vsLVBWBtDiGYk9kFVUHXEgxMg31XAgQzIHsIDMqu187ez3JPtA\n\twL8TtlJHfrFKytUpqucJJ2ywjmeVAIDdBjCBA+/dZAeDYCUM3nN52qrgV3+VmuJ7T5\n\tVCfPEmXTcwJgejWJgaW/F6mlDCYZJBhYWpM8UltxMP6v3xVsFqCnmT1xi4YNGedPh2\n\t1eR6EXVCHQ3Gw==","v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1657609425;\n\tbh=bpb+D6ggZ9Iszd56fPWAutPskJT1yUCYIpRmmDPZXpY=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=t1Cl3r0d25/IQ4pUr+lrTDAW4LsUnvZKqpZVquSsfiFFQVh+FlNerq4viIyDgDLOF\n\t/sHvPLb1c4sbtBOcNT6Ox/fOjYQC94DME2GZwrcA7fhhx1CeQV0opvAjPc+ZvVwiPz\n\tBXfhwaOIEOeAnTVwFMAfJrnBj5Wm19Q97WZEJOA0="],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"t1Cl3r0d\"; dkim-atps=neutral","Date":"Tue, 12 Jul 2022 16:03:38 +0900","To":"Florian Sylvestre <fsylvestre@baylibre.com>","Message-ID":"<20220712070338.GB2364006@pyrite.rasen.tech>","References":"<20220622151918.451635-1-fsylvestre@baylibre.com>\n\t<20220622151918.451635-5-fsylvestre@baylibre.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20220622151918.451635-5-fsylvestre@baylibre.com>","Subject":"Re: [libcamera-devel] [PATCH 4/5] include: linux: Update rkisp1\n\tkernel header for DPCC configuration","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","From":"Paul Elder via libcamera-devel <libcamera-devel@lists.libcamera.org>","Reply-To":"paul.elder@ideasonboard.com","Cc":"libcamera-devel@lists.libcamera.org","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":23848,"web_url":"https://patchwork.libcamera.org/comment/23848/","msgid":"<Ys4R0x1vWoguAMcS@pendragon.ideasonboard.com>","date":"2022-07-13T00:29:07","subject":"Re: [libcamera-devel] [PATCH 4/5] include: linux: Update rkisp1\n\tkernel header for DPCC configuration","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"Hi Florian,\n\nThank you for the patch.\n\nOn Wed, Jun 22, 2022 at 05:19:17PM +0200, Florian Sylvestre via libcamera-devel wrote:\n> To improve the kernel interface, a proposal has been made to the\n> linux-kernel [1] to improve the configuration of the Defective\n> Pixel Cluster Correction (DPCC).\n> \n> [1]\n> https://lore.kernel.org/linux-media/20220616160456.21549-1-laurent.pinchart@ideasonboard.com/\n> \n> Update the local copy of the rkisp1-config.h to match the proposal.\n> \n> Signed-off-by: Florian Sylvestre <fsylvestre@baylibre.com>\n\nThis looks good to me. Can I ask you to review the corresponding kernel\npatches ? :-)\n\n> ---\n>  include/linux/rkisp1-config.h | 77 +++++++++++++++++++++++++++--------\n>  1 file changed, 61 insertions(+), 16 deletions(-)\n> \n> diff --git a/include/linux/rkisp1-config.h b/include/linux/rkisp1-config.h\n> index 9be67d63..0ed3dca8 100644\n> --- a/include/linux/rkisp1-config.h\n> +++ b/include/linux/rkisp1-config.h\n> @@ -117,7 +117,46 @@\n>  /*\n>   * Defect Pixel Cluster Correction\n>   */\n> -#define RKISP1_CIF_ISP_DPCC_METHODS_MAX       3\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_MAX\t\t\t\t3\n> +\n> +#define RKISP1_CIF_ISP_DPCC_MODE_STAGE1_ENABLE\t\t\t(1U << 2)\n> +\n> +#define RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_STAGE1_INCL_G_CENTER\t(1U << 0)\n> +#define RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_STAGE1_INCL_RB_CENTER\t(1U << 1)\n> +#define RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_STAGE1_G_3X3\t\t(1U << 2)\n> +#define RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_STAGE1_RB_3X3\t\t(1U << 3)\n> +\n> +/* 0-2 for sets 1-3 */\n> +#define RKISP1_CIF_ISP_DPCC_SET_USE_STAGE1_USE_SET(n)\t\t((n) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_SET_USE_STAGE1_USE_FIX_SET\t\t(1U << 3)\n> +\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_PG_GREEN_ENABLE\t\t(1U << 0)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_LC_GREEN_ENABLE\t\t(1U << 1)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RO_GREEN_ENABLE\t\t(1U << 2)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RND_GREEN_ENABLE\t(1U << 3)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RG_GREEN_ENABLE\t\t(1U << 4)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_PG_RED_BLUE_ENABLE\t(1U << 8)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_LC_RED_BLUE_ENABLE\t(1U << 9)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RO_RED_BLUE_ENABLE\t(1U << 10)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RND_RED_BLUE_ENABLE\t(1U << 11)\n> +#define RKISP1_CIF_ISP_DPCC_METHODS_SET_RG_RED_BLUE_ENABLE\t(1U << 12)\n> +\n> +#define RKISP1_CIF_ISP_DPCC_LINE_THRESH_G(v)\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_LINE_THRESH_RB(v)\t\t\t((v) << 8)\n> +#define RKISP1_CIF_ISP_DPCC_LINE_MAD_FAC_G(v)\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_LINE_MAD_FAC_RB(v)\t\t\t((v) << 8)\n> +#define RKISP1_CIF_ISP_DPCC_PG_FAC_G(v)\t\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_PG_FAC_RB(v)\t\t\t((v) << 8)\n> +#define RKISP1_CIF_ISP_DPCC_RND_THRESH_G(v)\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_RND_THRESH_RB(v)\t\t\t((v) << 8)\n> +#define RKISP1_CIF_ISP_DPCC_RG_FAC_G(v)\t\t\t\t((v) << 0)\n> +#define RKISP1_CIF_ISP_DPCC_RG_FAC_RB(v)\t\t\t((v) << 8)\n> +\n> +#define RKISP1_CIF_ISP_DPCC_RO_LIMITS_n_G(n, v)\t\t\t((v) << ((n) * 4))\n> +#define RKISP1_CIF_ISP_DPCC_RO_LIMITS_n_RB(n, v)\t\t((v) << ((n) * 4 + 2))\n> +\n> +#define RKISP1_CIF_ISP_DPCC_RND_OFFS_n_G(n, v)\t\t\t((v) << ((n) * 4))\n> +#define RKISP1_CIF_ISP_DPCC_RND_OFFS_n_RB(n, v)\t\t\t((v) << ((n) * 4 + 2))\n>  \n>  /*\n>   * Denoising pre filter\n> @@ -250,16 +289,20 @@ struct rkisp1_cif_isp_bls_config {\n>  };\n>  \n>  /**\n> - * struct rkisp1_cif_isp_dpcc_methods_config - Methods Configuration used by DPCC\n> + * struct rkisp1_cif_isp_dpcc_methods_config - DPCC methods set configuration\n>   *\n> - * Methods Configuration used by Defect Pixel Cluster Correction\n> + * This structure stores the configuration of one set of methods for the DPCC\n> + * algorithm. Multiple methods can be selected in each set (independently for\n> + * the Green and Red/Blue components) through the @method field, the result is\n> + * the logical AND of all enabled methods. The remaining fields set thresholds\n> + * and factors for each method.\n>   *\n> - * @method: Method enable bits\n> - * @line_thresh: Line threshold\n> - * @line_mad_fac: Line MAD factor\n> - * @pg_fac: Peak gradient factor\n> - * @rnd_thresh: Rank Neighbor Difference threshold\n> - * @rg_fac: Rank gradient factor\n> + * @method: Method enable bits (RKISP1_CIF_ISP_DPCC_METHODS_SET_*)\n> + * @line_thresh: Line threshold (RKISP1_CIF_ISP_DPCC_LINE_THRESH_*)\n> + * @line_mad_fac: Line Mean Absolute Difference factor (RKISP1_CIF_ISP_DPCC_LINE_MAD_FAC_*)\n> + * @pg_fac: Peak gradient factor (RKISP1_CIF_ISP_DPCC_PG_FAC_*)\n> + * @rnd_thresh: Rank Neighbor Difference threshold (RKISP1_CIF_ISP_DPCC_RND_THRESH_*)\n> + * @rg_fac: Rank gradient factor (RKISP1_CIF_ISP_DPCC_RG_FAC_*)\n>   */\n>  struct rkisp1_cif_isp_dpcc_methods_config {\n>  \t__u32 method;\n> @@ -273,14 +316,16 @@ struct rkisp1_cif_isp_dpcc_methods_config {\n>  /**\n>   * struct rkisp1_cif_isp_dpcc_config - Configuration used by DPCC\n>   *\n> - * Configuration used by Defect Pixel Cluster Correction\n> + * Configuration used by Defect Pixel Cluster Correction. Three sets of methods\n> + * can be configured and selected through the @set_use field. The result is the\n> + * logical OR of all enabled sets.\n>   *\n> - * @mode: dpcc output mode\n> - * @output_mode: whether use hard coded methods\n> - * @set_use: stage1 methods set\n> - * @methods: methods config\n> - * @ro_limits: rank order limits\n> - * @rnd_offs: differential rank offsets for rank neighbor difference\n> + * @mode: DPCC mode (RKISP1_CIF_ISP_DPCC_MODE_*)\n> + * @output_mode: Interpolation output mode (RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_*)\n> + * @set_use: Methods sets selection (RKISP1_CIF_ISP_DPCC_SET_USE_*)\n> + * @methods: Methods sets configuration\n> + * @ro_limits: Rank order limits (RKISP1_CIF_ISP_DPCC_RO_LIMITS_*)\n> + * @rnd_offs: Differential rank offsets for rank neighbor difference (RKISP1_CIF_ISP_DPCC_RND_OFFS_*)\n>   */\n>  struct rkisp1_cif_isp_dpcc_config {\n>  \t__u32 mode;","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 10C24BE173\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 13 Jul 2022 00:29:39 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id CC45B6330B;\n\tWed, 13 Jul 2022 02:29:38 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id E6B1A6048B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 13 Jul 2022 02:29:36 +0200 (CEST)","from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi\n\t[62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 864A9305;\n\tWed, 13 Jul 2022 02:29:36 +0200 (CEST)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1657672178;\n\tbh=qtefRd2G6D+UQqfTFTLspxLrneYNhVCCYxwY6YKjmEU=;\n\th=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:\n\tFrom;\n\tb=vNRvkVC0CJGiEW26GKOCjJVZtXKNwc3AnnhuzfAizPN8TZVrpJzVB2ZoQBgvD8cTF\n\tm866BLSm91bkkYIhQfvNfeCL9GLCgXy9pL96iZGx2HI+NLtsWhv0mv+XXCPlRznbJU\n\tsEpt/1/pp25/aoAfSpr7NBIiMHwJe7YN1VMf6QHrc2Ws61ENGR6zm+hd6ARc6q+KoU\n\tCNqDQVcDgv1PSaEPbsEjjb2c4cxeigu11sGzfYy9HPIdO3fNtdzsW8dk0yBpejtq1l\n\tAZD05+8LQ8pG3uFkluOp3myiTTMSNVwPMIdfQQnSmnqF0e01zytG/9DZziEvH/Dt4/\n\t1U4eHZdjtIYaQ==","v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1657672176;\n\tbh=qtefRd2G6D+UQqfTFTLspxLrneYNhVCCYxwY6YKjmEU=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=ufiOzubaNlowadX9+ca5onhpXCei4KosgIreAHV5WanlQZ8TyEdMVzVq2uehBUc0U\n\tEPB4NETXmjpxvqW00CFH+k1qWJZEjXt89OjHrUDafmQEkTvflQ1uEyeS8mkOSs4YgB\n\tFFEQhpkg4CD0b8XEEeKHWrkOu5NitDH9+JYkrfvk="],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"ufiOzuba\"; dkim-atps=neutral","Date":"Wed, 13 Jul 2022 03:29:07 +0300","To":"Florian Sylvestre <fsylvestre@baylibre.com>","Message-ID":"<Ys4R0x1vWoguAMcS@pendragon.ideasonboard.com>","References":"<20220622151918.451635-1-fsylvestre@baylibre.com>\n\t<20220622151918.451635-5-fsylvestre@baylibre.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Disposition":"inline","In-Reply-To":"<20220622151918.451635-5-fsylvestre@baylibre.com>","Subject":"Re: [libcamera-devel] [PATCH 4/5] include: linux: Update rkisp1\n\tkernel header for DPCC configuration","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","From":"Laurent Pinchart via libcamera-devel\n\t<libcamera-devel@lists.libcamera.org>","Reply-To":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]