public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Kieran Bingham <kieran.bingham@ideasonboard.com>,
	Umang Jain <uajain@igalia.com>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Hans Verkuil <hverkuil@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	linux-media@vger.kernel.org,
	Jai Luthra <jai.luthra@ideasonboard.com>,
	linux-kernel@vger.kernel.org,
	Kieran Bingham <kieran.bingham@ideasonboard.com>
Subject: Re: [PATCH v2 09/25] media: i2c: imx283: Define recommended area
Date: Sat, 14 Feb 2026 18:17:41 +0800	[thread overview]
Message-ID: <202602141812.smD7Mebb-lkp@intel.com> (raw)
In-Reply-To: <20260213-mainline-imx283-v2-v2-9-be40a3770ebf@ideasonboard.com>

Hi Kieran,

kernel test robot noticed the following build errors:

[auto build test ERROR on c824345288d11e269ce41b36c105715bc2286050]

url:    https://github.com/intel-lab-lkp/linux/commits/Kieran-Bingham/media-i2c-imx283-Report-correct-V4L2_SEL_TGT_CROP/20260213-221320
base:   c824345288d11e269ce41b36c105715bc2286050
patch link:    https://lore.kernel.org/r/20260213-mainline-imx283-v2-v2-9-be40a3770ebf%40ideasonboard.com
patch subject: [PATCH v2 09/25] media: i2c: imx283: Define recommended area
config: riscv-allyesconfig (https://download.01.org/0day-ci/archive/20260214/202602141812.smD7Mebb-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260214/202602141812.smD7Mebb-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202602141812.smD7Mebb-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/media/i2c/imx283.c:510:11: error: initializer element is not a compile-time constant
                   .crop = imx283_recommended_area,
                           ^~~~~~~~~~~~~~~~~~~~~~~
   drivers/media/i2c/imx283.c:571:11: error: initializer element is not a compile-time constant
                   .crop = imx283_recommended_area,
                           ^~~~~~~~~~~~~~~~~~~~~~~
   2 errors generated.


vim +510 drivers/media/i2c/imx283.c

   489	
   490	/* Mode configs */
   491	static const struct imx283_mode supported_modes_12bit[] = {
   492		{
   493			/* 20MPix 21.40 fps readout mode 0 */
   494			.scan = &imx283_scan_modes[IMX283_MODE_0],
   495	
   496			.width = 5472,
   497			.height = 3648,
   498			.min_hmax = 5914, /* 887 @ 480MHz/72MHz */
   499			.min_vmax = 3793, /* Lines */
   500	
   501			.hbin_ratio = 1,
   502			.vbin_ratio = 1,
   503	
   504			/* 20.00 FPS */
   505			.default_hmax = 6000, /* 900 @ 480MHz/72MHz */
   506			.default_vmax = 4000,
   507	
   508			.min_shr = 11,
   509	
 > 510			.crop = imx283_recommended_area,
   511		},
   512		{
   513			/*
   514			 * Readout mode 2 : 2/2 binned mode (2736x1824)
   515			 */
   516			.scan = &imx283_scan_modes[IMX283_MODE_2],
   517			.width = 2736,
   518			.height = 1824,
   519			.min_hmax = 2414, /* Pixels (362 * 480MHz/72MHz + padding) */
   520			.min_vmax = 3840, /* Lines */
   521	
   522			/* 50.00 FPS */
   523			.default_hmax = 2500, /* 375 @ 480MHz/72Mhz */
   524			.default_vmax = 3840,
   525	
   526			.hbin_ratio = 2,
   527			.vbin_ratio = 2,
   528	
   529			.min_shr = 12,
   530	
   531			.crop = imx283_recommended_area,
   532		},
   533		{
   534			/*
   535			 * Readout mode 3 : 3/3 binned mode (1824x1216)
   536			 */
   537			.scan = &imx283_scan_modes[IMX283_MODE_3],
   538			.width = 1824,
   539			.height = 1216,
   540			.min_hmax = 1894, /* Pixels (284 * 480MHz/72MHz + padding) */
   541			.min_vmax = 4200, /* Lines */
   542	
   543			/* 60.00 fps */
   544			.default_hmax = 1900, /* 285 @ 480MHz/72Mhz */
   545			.default_vmax = 4200,
   546	
   547			.hbin_ratio = 3,
   548			.vbin_ratio = 3,
   549	
   550			.min_shr = 16,
   551	
   552			.crop = imx283_recommended_area,
   553		},
   554	};
   555	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  reply	other threads:[~2026-02-14 10:18 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-13 14:01 [PATCH v2 00/25] drivers: media: imx283 improvements Kieran Bingham
2026-02-13 14:01 ` [PATCH v2 01/25] media: i2c: imx283: Report correct V4L2_SEL_TGT_CROP Kieran Bingham
2026-02-16 14:39   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 02/25] media: i2c: imx283: Fix handling of unsupported mbus codes Kieran Bingham
2026-02-16 14:41   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 03/25] media: i2c: imx283: Move imx283_mode structure definition Kieran Bingham
2026-02-16 14:41   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 04/25] media: i2c: imx283: Move scan out data to single data structure Kieran Bingham
2026-02-16 14:42   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 05/25] media: i2c: imx283: Remove horizontal_ob Kieran Bingham
2026-02-13 14:01 ` [PATCH v2 06/25] media: i2c: imx283: Move vertical_ob to scan modes Kieran Bingham
2026-02-13 14:01 ` [PATCH v2 07/25] media: i2c: imx283: Factor out vertical cropping parameters Kieran Bingham
2026-02-16 14:52   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 08/25] media: i2c: imx283: Vertical offset corrections Kieran Bingham
2026-02-13 14:01 ` [PATCH v2 09/25] media: i2c: imx283: Define recommended area Kieran Bingham
2026-02-14 10:17   ` kernel test robot [this message]
2026-02-13 14:01 ` [PATCH v2 10/25] media: i2c: imx283: Move Horizontal configuration block Kieran Bingham
2026-02-16 14:53   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 11/25] media: i2c: imx283: Constrain scope of vertical calculations Kieran Bingham
2026-02-16 14:54   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 12/25] media: i2c: imx283: Simplify v_pos determination Kieran Bingham
2026-02-16 14:57   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 13/25] media: i2c: imx283: Move binning to scan modes Kieran Bingham
2026-02-16 15:00   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 14/25] media: i2c: imx283: Move minimum exposure handling " Kieran Bingham
2026-02-16 15:01   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 15/25] media: i2c: imx283: Simplify and clamp widcut calculation Kieran Bingham
2026-02-13 14:01 ` [PATCH v2 16/25] media: i2c: imx283: Account for clamp region coordinates Kieran Bingham
2026-02-13 14:01 ` [PATCH v2 17/25] media: i2c: imx283: Crop leading lines with user clamp Kieran Bingham
2026-02-13 14:01 ` [PATCH v2 18/25] media: i2c: imx283: Reduce vertical cutting Kieran Bingham
2026-02-13 14:01 ` [PATCH v2 19/25] media: i2c: imx283: Provide Native pixel array capture mode Kieran Bingham
2026-02-16 15:06   ` Jai Luthra
2026-02-13 14:01 ` [PATCH v2 20/25] media: i2c: imx283: Provide a full active pixels mode Kieran Bingham
2026-02-16 15:08   ` Jai Luthra
2026-02-13 14:02 ` [PATCH v2 21/25] media: i2c: imx283: Provide an effective pixel array mode Kieran Bingham
2026-02-16 15:09   ` Jai Luthra
2026-02-13 14:02 ` [PATCH v2 22/25] media: i2c: imx283: Recalculate SHR on blanking changes Kieran Bingham
2026-02-13 14:02 ` [PATCH v2 23/25] media: i2c: imx283: Fix binned mode blanking timings Kieran Bingham
2026-02-16 14:27   ` Jai Luthra
2026-02-13 14:02 ` [PATCH v2 24/25] media: i2c: imx283: Update exposure range on blanking changes Kieran Bingham
2026-02-13 14:02 ` [PATCH v2 25/25] media: i2c: imx283: Simplify VFLIP control setting Kieran Bingham
2026-02-13 23:20   ` kernel test robot

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=202602141812.smD7Mebb-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=hverkuil@kernel.org \
    --cc=jai.luthra@ideasonboard.com \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=mchehab@kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=sakari.ailus@linux.intel.com \
    --cc=uajain@igalia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox