diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2010-05-31 18:03:33 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-05-31 18:03:33 +0100 |
commit | 1f0f41c3d4170ff28c6b88395abda7039bbddd8a (patch) | |
tree | d77c321077af85709bce41dc454c545f75cfa4d3 /src/i830.h | |
parent | fb2a1885f06d55a9bd762eb1523c48436778dcc4 (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |