linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: rkisp1: Allow higher input resolution
@ 2024-02-17 18:51 Ondřej Jirman
  2024-02-18 20:59 ` Laurent Pinchart
  0 siblings, 1 reply; 9+ messages in thread
From: Ondřej Jirman @ 2024-02-17 18:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ondrej Jirman, Dafna Hirschfeld, Laurent Pinchart,
	Mauro Carvalho Chehab, Heiko Stuebner,
	open list:ROCKCHIP ISP V1 DRIVER,
	open list:ROCKCHIP ISP V1 DRIVER,
	moderated list:ARM/Rockchip SoC support

From: Ondrej Jirman <megi@xff.cz>

In BSP driver, it is allowed, and it works in practice. Tested on
Pinephone Pro/RK3399 with IMX258 at full res.

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 4b6b28c05b89..74098ddbeeb3 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.43.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-20 23:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-17 18:51 [PATCH] media: rkisp1: Allow higher input resolution Ondřej Jirman
2024-02-18 20:59 ` Laurent Pinchart
2024-02-18 21:01   ` Ondřej Jirman
2024-02-19  2:09     ` Adam Ford
2024-02-19  9:03       ` Umang Jain
2024-02-19 10:11         ` Paul Elder
2024-02-19 11:54           ` Laurent Pinchart
2024-02-20 23:59             ` Ondřej Jirman
2024-02-20 23:56           ` Ondřej Jirman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).