mirror of
https://github.com/armbian/build.git
synced 2025-08-11 05:36:57 +02:00
* sunxi-5.18: add megous patches: tag: orange-pi-5.18-20220627-1924 * tools: mk_format_patch: ignore-matching-lines git version * sunxi-5.18: re-extracted armbian patches after being applied to 5.18.8 * sunxi-5.18: switch to version tag=v5.18.8
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From b0181de96414a0176e9d577fc04d5133a8208221 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megi@xff.cz>
|
|
Date: Sun, 26 Jun 2022 13:10:39 +0200
|
|
Subject: [PATCH 541/548] media: rkisp1: Allow higher input resolution
|
|
|
|
Try if this can work. In BSP driver, it is allowed.
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
drivers/media/platform/rockchip/rkisp1/rkisp1-common.h | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/drivers/media/platform/rockchip/rkisp1/rkisp1-common.h b/drivers/media/platform/rockchip/rkisp1/rkisp1-common.h
|
|
index d8fa3f1a5a85..6274c51219cf 100644
|
|
--- a/drivers/media/platform/rockchip/rkisp1/rkisp1-common.h
|
|
+++ b/drivers/media/platform/rockchip/rkisp1/rkisp1-common.h
|
|
@@ -31,8 +31,8 @@
|
|
#define RKISP1_ISP_SD_SINK BIT(1)
|
|
|
|
/* min and max values for the widths and heights of the entities */
|
|
-#define RKISP1_ISP_MAX_WIDTH 4032
|
|
-#define RKISP1_ISP_MAX_HEIGHT 3024
|
|
+#define RKISP1_ISP_MAX_WIDTH 4416
|
|
+#define RKISP1_ISP_MAX_HEIGHT 3312
|
|
#define RKISP1_ISP_MIN_WIDTH 32
|
|
#define RKISP1_ISP_MIN_HEIGHT 32
|
|
|
|
--
|
|
2.35.3
|
|
|