Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62930f35 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "[media] v4l2: Update Max supported buffer counts" into msm-4.9

parents 07e3afec b385a57e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#include <linux/poll.h>
#include <linux/dma-buf.h>

#define VB2_MAX_FRAME	(32)
#define VB2_MAX_FRAME	(64)
#define VB2_MAX_PLANES	(8)

/**
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@
 * Common stuff for both V4L1 and V4L2
 * Moved from videodev.h
 */
#define VIDEO_MAX_FRAME               32
#define VIDEO_MAX_FRAME               64
#define VIDEO_MAX_PLANES               8

/*