diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-03-09 08:27:02 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-03-09 08:37:02 +0000 |
commit | 049ce4397ddf7fd088ce364cbb53cacf5133176f (patch) | |
tree | 18ba8567e79a818d85af8676179dce5e178cacab /src/intel_driver.h | |
parent | 0bb1a5f19e09dc553761ddd90bf6319eab94a597 (diff) |
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 <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r-- | src/intel_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |