mirror of
https://github.com/armbian/build.git
synced 2025-08-09 12:46:58 +02:00
* sunxi-6.0: initial state: add megous patches to series * sunxi-6.0: Switch to v6.0.1 * wifi: Limit the version 6.0 for Realtek 88x2cs chipsets * Adjust kernel configs * Remove not needed patches * Adjust broken patches Co-authored-by: Igor <igor@armbian.com>
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From 4af5b45b12869ad64a82f5073ce5ab2829cdb0ec Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megi@xff.cz>
|
|
Date: Sun, 26 Jun 2022 13:10:39 +0200
|
|
Subject: [PATCH 345/486] 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 8056997d5..283e5f932 100644
|
|
--- a/drivers/media/platform/rockchip/rkisp1/rkisp1-common.h
|
|
+++ b/drivers/media/platform/rockchip/rkisp1/rkisp1-common.h
|
|
@@ -33,8 +33,8 @@ struct dentry;
|
|
#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
|
|
|