From 049ce4397ddf7fd088ce364cbb53cacf5133176f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 9 Mar 2011 08:27:02 +0000 Subject: Give each user of tiling separate xorg.conf options So that you can indeed allocate a linear framebuffer if you so desire without breaking mesa. Adds: Section "Driver" Option "LinearFramebuffer" "False|True" # default false EndSection to xorg.conf Signed-off-by: Chris Wilson --- src/intel_driver.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/intel_driver.h') diff --git a/src/intel_driver.h b/src/intel_driver.h index d7f5dfa1..2e721771 100644 --- a/src/intel_driver.h +++ b/src/intel_driver.h @@ -223,8 +223,6 @@ /* supports Y tiled surfaces (pre-965 Mesa isn't ready yet) */ #define SUPPORTS_YTILING(pI810) (INTEL_INFO(intel)->gen >= 40) -#define ALWAYS_TILING(intel) IS_GEN6(intel) - extern SymTabRec *intel_chipsets; struct intel_chipset { -- cgit v1.2.3