projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823f420
)
[media] media: ti-vpe: Increasing max buffer height and width
author
Harinarayan Bhatta
<
[email protected]
>
Fri, 18 Nov 2016 23:20:18 +0000
(21:20 -0200)
committer
Mauro Carvalho Chehab
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Nikhil Devshatwar <
[email protected]
>
Signed-off-by: Benoit Parrot <
[email protected]
>
Signed-off-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/platform/ti-vpe/vpe.c
patch
|
blob
|
history
diff --git
a/drivers/media/platform/ti-vpe/vpe.c
b/drivers/media/platform/ti-vpe/vpe.c
index e5d55575350f503cb357e5d10a4d75062d4498e7..c624f5db7f08216460b4981abbb235aad08564fd 100644
(file)
--- a/
drivers/media/platform/ti-vpe/vpe.c
+++ b/
drivers/media/platform/ti-vpe/vpe.c
@@
-53,8
+53,8
@@
/* minimum and maximum frame sizes */
#define MIN_W 32
#define MIN_H 32
-#define MAX_W
1920
-#define MAX_H 1
080
+#define MAX_W
2048
+#define MAX_H 1
184
/* required alignments */
#define S_ALIGN 0 /* multiple of 1 */