disable DMA buffer for banana

This commit is contained in:
Igor Pečovnik
2014-10-10 09:44:27 +02:00
parent e00e26a4bd
commit 9eb4d732ed

10
patch/bananafbtft.patch Normal file
View 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");