Commit cc11cd87 authored by Mikhail Karpenko's avatar Mikhail Karpenko

Change channel size to 64 Mib

parent ac2238bd
...@@ -1527,7 +1527,7 @@ struct p_names_t { ...@@ -1527,7 +1527,7 @@ struct p_names_t {
/* For past compatibility, CCMA_DMA_SIZE... /* For past compatibility, CCMA_DMA_SIZE...
*/ */
//#define CCAM_DMA_SIZE CCAM_WORDS_PER_DMABUF //#define CCAM_DMA_SIZE CCAM_WORDS_PER_DMABUF
#define CCAM_DMA_SIZE 0x1000000 #define CCAM_DMA_SIZE 0x4000000
#define CIRCBUF_START_OFFSET 0x100000 #define CIRCBUF_START_OFFSET 0x100000
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment