summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorOwain G. Ainsworth <oga@openbsd.org>2010-05-31 18:03:33 +0100
committerOwain G. Ainsworth <oga@openbsd.org>2010-05-31 18:03:33 +0100
commit1f0f41c3d4170ff28c6b88395abda7039bbddd8a (patch)
treed77c321077af85709bce41dc454c545f75cfa4d3 /src/i830.h
parentfb2a1885f06d55a9bd762eb1523c48436778dcc4 (diff)
Stop conditionalising on kernel_exec_fencing.
This is a purely openbsd branch and we have always supported kernel fencing. Upsteam removed ums support and also does not have this flag.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 23032a97..e535537e 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -745,7 +745,6 @@ typedef struct intel_screen_private {
enum last_3d last_3d;
Bool use_drm_mode;
- Bool kernel_exec_fencing;
/** Enables logging of debug output related to mode switching. */
Bool debug_modes;