diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-04-05 10:11:15 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-19 07:44:50 -0300 |
commit | 03d67e706fc0cbae4871d82b8c1defd76f3cefd8 (patch) | |
tree | 75d70ae553f6ce47f5db7887d0ea3d7026caaa2e /drivers/media | |
parent | 83bb5869859d5f88f85f7b29c47ba7fe877a1b34 (diff) | |
download | blackbird-obmc-linux-03d67e706fc0cbae4871d82b8c1defd76f3cefd8.tar.gz blackbird-obmc-linux-03d67e706fc0cbae4871d82b8c1defd76f3cefd8.zip |
[media] coda: bump maximum number of internal framebuffers to 17
The h.264 standard allows up to 16 reference frame for the high profile
and we need one additional internal framebuffer when the VDOA is in use.
Lift the current maximum of 8 internal framebuffers to allow playback
of those video streams.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/platform/coda/coda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h index 5e762f5c533d..20222befb9b2 100644 --- a/drivers/media/platform/coda/coda.h +++ b/drivers/media/platform/coda/coda.h @@ -28,7 +28,7 @@ #include "coda_regs.h" -#define CODA_MAX_FRAMEBUFFERS 8 +#define CODA_MAX_FRAMEBUFFERS 17 #define FMO_SLICE_SAVE_BUF_SIZE (32) enum { |