All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: Jacopo Mondi <jacopo@jmondi.org>
Cc: linux-media@vger.kernel.org, mchehab@kernel.org,
	hverkuil@xs4all.nl, laurent.pinchart@ideasonboard.com,
	roman.kovalivskyi@globallogic.com,
	dafna.hirschfeld@collabora.com, dave.stevenson@raspberrypi.org,
	naush@raspberrypi.com, erosca@de.adit-jv.com
Subject: Re: [PATCH v3 29/29] media: ov5647: Remove 640x480 SBGGR8 mode
Date: Wed, 18 Nov 2020 22:48:13 +0200	[thread overview]
Message-ID: <20201118204813.GN3940@paasikivi.fi.intel.com> (raw)
In-Reply-To: <20201109164934.134919-30-jacopo@jmondi.org>

Hi Jacopo,

On Mon, Nov 09, 2020 at 05:49:34PM +0100, Jacopo Mondi wrote:
> Capturing in 640x480 SBGGR8_1X8 hangs the system when capturing
> with the unicam driver on RaspberryPi 4 platform.
> 
> Remove it.

Is this somehow a property of the sensor driver? Is the sensor driver in
use somewhere else where this configuration could be useful? Can other 8
bpp configurations captured with the Unicam driver?

-- 
Regards,

Sakari Ailus

  reply	other threads:[~2020-11-18 20:48 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-09 16:49 [PATCH v3 00/29] media: ov5647: Support RaspberryPi Camera Module v1 Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 01/29] media: ov5647: Add support for PWDN GPIO Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 02/29] media: ov5647: Add support for non-continuous clock mode Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 03/29] media: ov5647: Add set_fmt and get_fmt calls Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 04/29] media: ov5647: Fix format initialization Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 05/29] media: ov5647: Fix style issues Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 06/29] media: ov5647: Replace license with SPDX identifier Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 07/29] media: ov5647: Fix return value from read/write Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 08/29] media: ov5647: Program mode at s_stream(1) time Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 09/29] media: ov5647: Implement enum_frame_size() Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 10/29] media: ov5647: Protect s_stream() with mutex Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 11/29] media: ov5647: Support gain, exposure and AWB controls Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 12/29] media: ov5647: Rationalize driver structure name Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 13/29] media: ov5647: Break out format handling Jacopo Mondi
2020-11-18 20:18   ` Sakari Ailus
2020-11-09 16:49 ` [PATCH v3 14/29] media: ov5647: Add support for get_selection() Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 15/29] media: ov5647: Rename SBGGR8 VGA mode Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 16/29] media: ov5647: Add SGGBR10_1X10 modes Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 17/29] media: ov5647: Use SBGGR10_1X10 640x480 as default Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 18/29] media: ov5647: Implement set_fmt pad operation Jacopo Mondi
2020-11-18 20:42   ` Sakari Ailus
2020-11-19 11:39     ` Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 19/29] media: ov5647: Set V4L2_SUBDEV_FL_HAS_EVENTS flag Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 20/29] media: ov5647: Support V4L2_CID_PIXEL_RATE Jacopo Mondi
2020-11-18 20:43   ` Sakari Ailus
2020-11-09 16:49 ` [PATCH v3 21/29] media: ov5647: Support V4L2_CID_HBLANK control Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 22/29] media: ov5647: Support V4L2_CID_VBLANK control Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 23/29] media: ov5647: Advertise the correct exposure range Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 24/29] media: ov5647: Use pm_runtime infrastructure Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 25/29] media: ov5647: Rework s_stream() operation Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 26/29] media: ov5647: Apply controls only when powered Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 27/29] media: ov5647: Constify oe_enable/disable reglist Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 28/29] media: ov5647: Support VIDIOC_SUBSCRIBE_EVENT Jacopo Mondi
2020-11-09 16:49 ` [PATCH v3 29/29] media: ov5647: Remove 640x480 SBGGR8 mode Jacopo Mondi
2020-11-18 20:48   ` Sakari Ailus [this message]
2020-11-19 10:07     ` Jacopo Mondi
2020-11-18 20:50 ` [PATCH v3 00/29] media: ov5647: Support RaspberryPi Camera Module v1 Sakari Ailus

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=20201118204813.GN3940@paasikivi.fi.intel.com \
    --to=sakari.ailus@linux.intel.com \
    --cc=dafna.hirschfeld@collabora.com \
    --cc=dave.stevenson@raspberrypi.org \
    --cc=erosca@de.adit-jv.com \
    --cc=hverkuil@xs4all.nl \
    --cc=jacopo@jmondi.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=naush@raspberrypi.com \
    --cc=roman.kovalivskyi@globallogic.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.