mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
disable DMA buffer for banana
This commit is contained in:
10
patch/bananafbtft.patch
Normal file
10
patch/bananafbtft.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/drivers/video/fbtft/fbtft-core.c
|
||||
+++ b/drivers/video/fbtft/fbtft-core.c
|
||||
@@ -52,7 +52,7 @@
|
||||
module_param(debug, ulong , 0);
|
||||
MODULE_PARM_DESC(debug, "override device debug level");
|
||||
|
||||
-static bool dma = true;
|
||||
+static bool dma = false;
|
||||
module_param(dma, bool, 0);
|
||||
MODULE_PARM_DESC(dma, "Use DMA buffer");
|
||||
Reference in New Issue
Block a user