projects
/
GitHub
/
LineageOS
/
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:
679f921
)
DaVinci: DM365: Changing default queue for DM365.
author
Sandeep Paulraj
<s-paulraj@ti.com>
Tue, 15 Dec 2009 19:05:43 +0000
(14:05 -0500)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Thu, 4 Feb 2010 21:29:54 +0000
(13:29 -0800)
In DM365 Q0, Q1 and Q2 are used by codecs.
LSP drivers should use Q3.
This patch changes the default queue for DM365.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/dm365.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-davinci/dm365.c
b/arch/arm/mach-davinci/dm365.c
index ce9da43a628b91c9a471359976ee03d05c4a786d..ec15f3d6f61371699a03cdf4b7d36bee9a6d82f4 100644
(file)
--- a/
arch/arm/mach-davinci/dm365.c
+++ b/
arch/arm/mach-davinci/dm365.c
@@
-754,7
+754,7
@@
static struct edma_soc_info dm365_edma_info[] = {
.n_cc = 1,
.queue_tc_mapping = dm365_queue_tc_mapping,
.queue_priority_mapping = dm365_queue_priority_mapping,
- .default_queue = EVENTQ_
2
,
+ .default_queue = EVENTQ_
3
,
},
};