There are few variations of 4k resolutions. The biggest one is
4096x2304 which is also supported by HW. It has also nice property that
both width and size are divisible by maximum HEVC CTB size, which is 64.

Signed-off-by: Jernej Skrabec <jernej.skra...@siol.net>
Acked-by: Paul Kocialkowski <paul.kocialkow...@bootlin.com>
---
 drivers/staging/media/sunxi/cedrus/cedrus_video.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/sunxi/cedrus/cedrus_video.c 
b/drivers/staging/media/sunxi/cedrus/cedrus_video.c
index cc15a5cf107d..15cf1f10221b 100644
--- a/drivers/staging/media/sunxi/cedrus/cedrus_video.c
+++ b/drivers/staging/media/sunxi/cedrus/cedrus_video.c
@@ -29,8 +29,8 @@
 
 #define CEDRUS_MIN_WIDTH       16U
 #define CEDRUS_MIN_HEIGHT      16U
-#define CEDRUS_MAX_WIDTH       3840U
-#define CEDRUS_MAX_HEIGHT      2160U
+#define CEDRUS_MAX_WIDTH       4096U
+#define CEDRUS_MAX_HEIGHT      2304U
 
 static struct cedrus_format cedrus_formats[] = {
        {
-- 
2.24.0

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/20191106210538.3474-4-jernej.skrabec%40siol.net.

Reply via email to