Works, but stability is unknown.
Changed the value written to the QOS_OVERRID1 register
from 2 to FFFF.
Dont ask me why this even worksThe manual leaves me puzzled.
/kernel/arch/arm/mach-s3c6410/mach-spica.c
static void spica_set_qos(void)
...
- writel(0x2, S3C_VA_SYS + 0x128);
+ writel(0xffff, S3C_VA_SYS + 0x128);
...
--EDIT--
This one works very well.
Quality of service enabled for 3D/2D/DMA/CPU.
writel(0xffb6, S3C_VA_SYS + 0x128);
---------
Best result from the old Linpack (Frozen Eclair) :
Kernel to try (with automatic filesystem detection and latest MT driver)
DOWNLOAD
[Discussion/Feedback/Bug reports] Kernel -> Memory Controller tweak


LinkBack URL
About LinkBacks
The manual leaves me puzzled.
Reply With Quote

Bookmarks