summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Wei Huang <cwhuang@linux.org.tw>2015-01-29 14:16:34 +0800
committerChih-Wei Huang <cwhuang@linux.org.tw>2015-01-29 14:16:34 +0800
commit28207c005b70a1384c1f70fa107b172d6d469f22 (patch)
tree76a82d91a3f5021354e159089c9086f0165d58ed
parent703199caf7160a33015685b2b0dbf3a29619d354 (diff)
downloadexternal_drm_gralloc-28207c005b70a1384c1f70fa107b172d6d469f22.zip
external_drm_gralloc-28207c005b70a1384c1f70fa107b172d6d469f22.tar.gz
external_drm_gralloc-28207c005b70a1384c1f70fa107b172d6d469f22.tar.bz2
nouveau: undefine SW_INDICATOR_FULLY_DISABLES_TILING
Based on the work by pstglia.
-rw-r--r--gralloc_drm_nouveau.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc_drm_nouveau.c b/gralloc_drm_nouveau.c
index 3ba352c..b93c564 100644
--- a/gralloc_drm_nouveau.c
+++ b/gralloc_drm_nouveau.c
@@ -57,7 +57,7 @@
// Does the latter even make sense ... ? Going through the kernel on the
// topic is slightly annoying :\
-#define SW_INDICATOR_FULLY_DISABLES_TILING
+#undef SW_INDICATOR_FULLY_DISABLES_TILING
struct nouveau_info {
struct gralloc_drm_drv_t base;