OSDN Git Service

nouveau: undefine SW_INDICATOR_FULLY_DISABLES_TILING
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 29 Jan 2015 06:16:34 +0000 (14:16 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 29 Jan 2015 06:16:34 +0000 (14:16 +0800)
Based on the work by pstglia.

gralloc_drm_nouveau.c

index 3ba352c..b93c564 100644 (file)
@@ -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;