Fi-Wi: increase SWIOTLB default to 2048MB for 24-radio array

This commit is contained in:
Robert McMahon 2026-03-20 17:32:50 -07:00
parent ad99e83d85
commit 551a4571ae
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ struct scatterlist;
#define IO_TLB_SHIFT 11 #define IO_TLB_SHIFT 11
#define IO_TLB_SIZE (1 << IO_TLB_SHIFT) #define IO_TLB_SIZE (1 << IO_TLB_SHIFT)
/* default to 64MB */ /* Umber Increase: default to 2048MB (instead of 64MB) */
#define IO_TLB_DEFAULT_SIZE (64UL<<20) #define IO_TLB_DEFAULT_SIZE (2048UL<<20)
unsigned long swiotlb_size_or_default(void); unsigned long swiotlb_size_or_default(void);
void __init swiotlb_init_remap(bool addressing_limit, unsigned int flags, void __init swiotlb_init_remap(bool addressing_limit, unsigned int flags,