From fbf8841113b3f93bb16db37f7d997546165050e2 Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Tue, 4 Nov 2008 00:47:03 +0000 Subject: Kill some more ttm only defines. No binary change. --- sys/dev/pci/drm/i915_drm.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sys/dev/pci') 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 -- cgit v1.2.3