All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] coda: bump maximum number of internal framebuffers to 17
@ 2017-04-05 13:11 Lucas Stach
  2017-04-05 13:50 ` Philipp Zabel
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2017-04-05 13:11 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: Mauro Carvalho Chehab, linux-media, kernel, patchwork-lst

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>
---
 drivers/media/platform/coda/coda.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h
index 799ffca72203..2a5bbe0050bb 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 {
-- 
2.11.0

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

* Re: [PATCH] [media] coda: bump maximum number of internal framebuffers to 17
  2017-04-05 13:11 [PATCH] [media] coda: bump maximum number of internal framebuffers to 17 Lucas Stach
@ 2017-04-05 13:50 ` Philipp Zabel
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2017-04-05 13:50 UTC (permalink / raw)
  To: Lucas Stach; +Cc: Mauro Carvalho Chehab, linux-media, kernel, patchwork-lst

On Wed, 2017-04-05 at 15:11 +0200, Lucas Stach wrote:
> 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>

regards
Philipp

> ---
>  drivers/media/platform/coda/coda.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h
> index 799ffca72203..2a5bbe0050bb 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 {

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

end of thread, other threads:[~2017-04-05 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 13:11 [PATCH] [media] coda: bump maximum number of internal framebuffers to 17 Lucas Stach
2017-04-05 13:50 ` Philipp Zabel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.