From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-media@vger.kernel.org
Subject: Re: [PATCH 1/1] media: i2c: imx290: Fix IMX920 typo
Date: Wed, 21 Feb 2024 14:01:26 +0200 [thread overview]
Message-ID: <20240221120126.GC31348@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20240221071550.2769570-1-alexander.stein@ew.tq-group.com>
Hi Alexander,
Thank you for the patch.
On Wed, Feb 21, 2024 at 08:15:50AM +0100, Alexander Stein wrote:
> Replace IMX920 by IMX290.
>
> Fixes: b4ab57b07c5b9 ("media: i2c: imx290: Add crop selection targets support")
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> drivers/media/i2c/imx290.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/media/i2c/imx290.c b/drivers/media/i2c/imx290.c
> index 89fcebe178395..d75e36018cdc0 100644
> --- a/drivers/media/i2c/imx290.c
> +++ b/drivers/media/i2c/imx290.c
> @@ -150,10 +150,10 @@
>
> #define IMX290_PIXEL_ARRAY_WIDTH 1945
> #define IMX290_PIXEL_ARRAY_HEIGHT 1097
> -#define IMX920_PIXEL_ARRAY_MARGIN_LEFT 12
> -#define IMX920_PIXEL_ARRAY_MARGIN_RIGHT 13
> -#define IMX920_PIXEL_ARRAY_MARGIN_TOP 8
> -#define IMX920_PIXEL_ARRAY_MARGIN_BOTTOM 9
> +#define IMX290_PIXEL_ARRAY_MARGIN_LEFT 12
> +#define IMX290_PIXEL_ARRAY_MARGIN_RIGHT 13
> +#define IMX290_PIXEL_ARRAY_MARGIN_TOP 8
> +#define IMX290_PIXEL_ARRAY_MARGIN_BOTTOM 9
> #define IMX290_PIXEL_ARRAY_RECORDING_WIDTH 1920
> #define IMX290_PIXEL_ARRAY_RECORDING_HEIGHT 1080
>
> @@ -1161,10 +1161,10 @@ static int imx290_get_selection(struct v4l2_subdev *sd,
> * The sensor moves the readout by 1 pixel based on flips to
> * keep the Bayer order the same.
> */
> - sel->r.top = IMX920_PIXEL_ARRAY_MARGIN_TOP
> + sel->r.top = IMX290_PIXEL_ARRAY_MARGIN_TOP
> + (IMX290_PIXEL_ARRAY_RECORDING_HEIGHT - format->height) / 2
> + imx290->vflip->val;
> - sel->r.left = IMX920_PIXEL_ARRAY_MARGIN_LEFT
> + sel->r.left = IMX290_PIXEL_ARRAY_MARGIN_LEFT
> + (IMX290_PIXEL_ARRAY_RECORDING_WIDTH - format->width) / 2
> + imx290->hflip->val;
> sel->r.width = format->width;
> @@ -1183,8 +1183,8 @@ static int imx290_get_selection(struct v4l2_subdev *sd,
> return 0;
>
> case V4L2_SEL_TGT_CROP_DEFAULT:
> - sel->r.top = IMX920_PIXEL_ARRAY_MARGIN_TOP;
> - sel->r.left = IMX920_PIXEL_ARRAY_MARGIN_LEFT;
> + sel->r.top = IMX290_PIXEL_ARRAY_MARGIN_TOP;
> + sel->r.left = IMX290_PIXEL_ARRAY_MARGIN_LEFT;
> sel->r.width = IMX290_PIXEL_ARRAY_RECORDING_WIDTH;
> sel->r.height = IMX290_PIXEL_ARRAY_RECORDING_HEIGHT;
>
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2024-02-21 12:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 7:15 [PATCH 1/1] media: i2c: imx290: Fix IMX920 typo Alexander Stein
2024-02-21 7:17 ` Manivannan Sadhasivam
2024-02-21 12:01 ` Laurent Pinchart [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240221120126.GC31348@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=linux-media@vger.kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.