mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
media: ipu6: isys: Set minimum height to 1
For image data generally 2 seems like a minimum height that surely won't cause any issues, but some sensors have metadata the height of which is just one line. Set the minimum height to 1. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
ff49672a28
commit
09ef952138
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ struct ipu6_bus_device;
|
|||
#define IPU6_ISYS_NUM_RECV_QUEUE 1
|
||||
|
||||
#define IPU6_ISYS_MIN_WIDTH 2U
|
||||
#define IPU6_ISYS_MIN_HEIGHT 2U
|
||||
#define IPU6_ISYS_MIN_HEIGHT 1U
|
||||
#define IPU6_ISYS_MAX_WIDTH 4672U
|
||||
#define IPU6_ISYS_MAX_HEIGHT 3416U
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue