]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] media: ti-vpe: Increasing max buffer height and width
authorHarinarayan Bhatta <harinarayan@ti.com>
Fri, 18 Nov 2016 23:20:18 +0000 (21:20 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 22 Nov 2016 09:03:13 +0000 (07:03 -0200)
Increasing max buffer height and width to allow for padded buffers.

Signed-off-by: Harinarayan Bhatta <harinarayan@ti.com>
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/ti-vpe/vpe.c

index e5d55575350f503cb357e5d10a4d75062d4498e7..c624f5db7f08216460b4981abbb235aad08564fd 100644 (file)
@@ -53,8 +53,8 @@
 /* minimum and maximum frame sizes */
 #define MIN_W          32
 #define MIN_H          32
-#define MAX_W          1920
-#define MAX_H          1080
+#define MAX_W          2048
+#define MAX_H          1184
 
 /* required alignments */
 #define S_ALIGN                0       /* multiple of 1 */