Skip to content

Commit 8bb52a5

Browse files
author
Thomas Kaiser
authored
Change DMA coherent pool size to 2MB
Resolves several issues around UAS, crappy RAID0 performance included: https://forum.armbian.com/topic/6496-odroid-n1-not-a-review-yet/?page=2&tab=comments#comment-50108
1 parent f0a2bd1 commit 8bb52a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/mm/dma-mapping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
static struct gen_pool *atomic_pool;
3434

35-
#define DEFAULT_DMA_COHERENT_POOL_SIZE SZ_256K
35+
#define DEFAULT_DMA_COHERENT_POOL_SIZE SZ_2M
3636
static size_t atomic_pool_size __initdata = DEFAULT_DMA_COHERENT_POOL_SIZE;
3737

3838
static int __init early_coherent_pool(char *p)

0 commit comments

Comments
 (0)