projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005e8da
)
drm: Loongson-3 doesn't fully support wc memory
author
Huacai Chen
<chenhc@lemote.com>
Tue, 19 Apr 2016 11:19:11 +0000
(19:19 +0800)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 22 Apr 2016 00:24:11 +0000
(10:24 +1000)
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Cc: stable@vger.kernel.org
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_cache.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_cache.h
b/include/drm/drm_cache.h
index 461a0558bca4d8d16e81b88e0286e3fa6251ab79..cebecff536a3a6aec1b06c69e32d8bb4ec2f4f29 100644
(file)
--- a/
include/drm/drm_cache.h
+++ b/
include/drm/drm_cache.h
@@
-39,6
+39,8
@@
static inline bool drm_arch_can_wc_memory(void)
{
#if defined(CONFIG_PPC) && !defined(CONFIG_NOT_COHERENT_CACHE)
return false;
+#elif defined(CONFIG_MIPS) && defined(CONFIG_CPU_LOONGSON3)
+ return false;
#else
return true;
#endif