diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-11-04 00:47:03 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-11-04 00:47:03 +0000 |
commit | fbf8841113b3f93bb16db37f7d997546165050e2 (patch) | |
tree | 7af0b29dcefae4621b4cace44b5b3b41ce54b318 /sys/dev | |
parent | 6870d70bdcc0ceaede12e5c6727214e868105d3d (diff) |
Kill some more ttm only defines. No binary change.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/i915_drm.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/pci/drm/i915_drm.h b/sys/dev/pci/drm/i915_drm.h index 732caa74f20..ffc1fd3010b 100644 --- a/sys/dev/pci/drm/i915_drm.h +++ b/sys/dev/pci/drm/i915_drm.h @@ -130,16 +130,6 @@ typedef struct drm_i915_sarea { unsigned int depth_bo_handle; } drm_i915_sarea_t; -/* Driver specific fence types and classes. - */ - -/* The only fence class we support */ -#define DRM_I915_FENCE_CLASS_ACCEL 0 -/* Fence type that guarantees read-write flush */ -#define DRM_I915_FENCE_TYPE_RW 2 -/* MI_FLUSH programmed just before the fence */ -#define DRM_I915_FENCE_FLAG_FLUSHED 0x01000000 - /* Flags for perf_boxes */ #define I915_BOX_RING_EMPTY 0x1 |