From 28207c005b70a1384c1f70fa107b172d6d469f22 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Thu, 29 Jan 2015 14:16:34 +0800 Subject: nouveau: undefine SW_INDICATOR_FULLY_DISABLES_TILING Based on the work by pstglia. --- gralloc_drm_nouveau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1