projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab222a9
)
rk30/rk31: set gpu qos from 0xd to 9
author
黄涛
<huangtao@rock-chips.com>
Fri, 7 Jun 2013 01:55:00 +0000
(09:55 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Fri, 7 Jun 2013 01:55:25 +0000
(09:55 +0800)
arch/arm/mach-rk30/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/common.c
b/arch/arm/mach-rk30/common.c
index 39930f456a10e189c2ce33b7190d5854146e579b..68a0c5f8f66613a617665e2398f2759052664b2b 100755
(executable)
--- a/
arch/arm/mach-rk30/common.c
+++ b/
arch/arm/mach-rk30/common.c
@@
-36,6
+36,7
@@
static void __init rk30_cpu_axi_init(void)
#endif
CPU_AXI_SET_QOS_PRIORITY(3, 3, LCDC0);
CPU_AXI_SET_QOS_PRIORITY(3, 3, LCDC1);
+ CPU_AXI_SET_QOS_PRIORITY(2, 1, GPU);
writel_relaxed(0x3f, RK30_CPU_AXI_BUS_BASE + 0x0014); // memory scheduler read latency
dsb();