projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ba5d2
)
[COMMON] dma: change MCODE_BUFFER size.
author
Jaejoon Yoo
<joonyj7.yoo@samsung.com>
Wed, 29 Nov 2017 06:29:07 +0000
(15:29 +0900)
committer
Taekki Kim
<taekki.kim@samsung.com>
Mon, 14 May 2018 05:42:47 +0000
(14:42 +0900)
Change-Id: Id92b11a013db9cbd20c9715108cf465a0bc82ae0
Signed-off-by: Jaejoon Yoo <joonyj7.yoo@samsung.com>
drivers/dma/pl330.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/pl330.c
b/drivers/dma/pl330.c
index 5900964192e8e6df1bbf83488ef5d277c0bf8f72..b6afd6f0cffd7c9c690dfb6d0eea40959f74c697 100644
(file)
--- a/
drivers/dma/pl330.c
+++ b/
drivers/dma/pl330.c
@@
-248,7
+248,7
@@
enum pl330_byteswap {
* For typical scenario, at 1word/burst, 10MB and 20MB xfers per req
* should be enough for P<->M and M<->M respectively.
*/
-#define MCODE_BUFF_PER_REQ
256
+#define MCODE_BUFF_PER_REQ
512
/* Use this _only_ to wait on transient states */
#define UNTIL(t, s) do { \