diff options
author | Jesse Barnes <jesse.barnes@intel.com> | 2007-06-12 13:35:41 -0700 |
---|---|---|
committer | Jesse Barnes <jesse.barnes@intel.com> | 2007-06-12 13:35:41 -0700 |
commit | ca47fa90b73d0eac73fb7d1ba712d81e180eae7d (patch) | |
tree | 586ab4ad1306c572405617f56f7aaabb0e79116f /shared-core/i915_drm.h | |
parent | db689c7b95613237cec904c3f6ee27e8c2bf7ce0 (diff) |
Update vblank code:
- move pre/post modeset ioctl to core
- fixup i915 buffer swap
- fix outstanding signal count code
- create new core vblank init routine
- test (works with glxgears)
- simplify i915 interrupt handler
Diffstat (limited to 'shared-core/i915_drm.h')
-rw-r--r-- | shared-core/i915_drm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h index aea048fa..1c6ff4d3 100644 --- a/shared-core/i915_drm.h +++ b/shared-core/i915_drm.h @@ -235,8 +235,6 @@ typedef struct drm_i915_getparam { #define I915_SETPARAM_USE_MI_BATCHBUFFER_START 1 #define I915_SETPARAM_TEX_LRU_LOG_GRANULARITY 2 #define I915_SETPARAM_ALLOW_BATCHBUFFER 3 -#define I915_SETPARAM_PREMODESET 4 -#define I915_SETPARAM_POSTMODESET 5 typedef struct drm_i915_setparam { int param; |