mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
video: rockchip: vpu: buffer list max nums up to 50.
If the number of buffers in Import exceeds the original set of 30, it will result in each import buffer kicking out the original stored buffers, and all subsequent buffers need attachments. Change-Id: I6e547e1f8943d54995077827ae0d1019e659d797 Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include "vcodec_service.h"
|
||||
|
||||
#define BUFFER_LIST_MAX_NUMS 30
|
||||
#define BUFFER_LIST_MAX_NUMS 50
|
||||
|
||||
#define ALLOCATOR_USE_ION 0x00000000
|
||||
#define ALLOCATOR_USE_DRM 0x00000001
|
||||
|
||||
Reference in New Issue
Block a user