From: Chih-Wei Huang Date: Thu, 29 Jan 2015 06:16:34 +0000 (+0800) Subject: nouveau: undefine SW_INDICATOR_FULLY_DISABLES_TILING X-Git-Tag: android-x86-4.4-r3~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=28207c005b70a1384c1f70fa107b172d6d469f22;p=android-x86%2Fexternal-drm_gralloc.git nouveau: undefine SW_INDICATOR_FULLY_DISABLES_TILING Based on the work by pstglia. --- 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;