remove some old ttm bits
authorDave Airlie <airlied@redhat.com>
Mon, 22 Jun 2009 23:51:05 +0000 (09:51 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 22 Jun 2009 23:51:05 +0000 (09:51 +1000)
shared-core/i915_drm.h

index c8fec5f..2539966 100644 (file)
@@ -395,58 +395,6 @@ typedef struct drm_i915_hws_addr {
        uint64_t addr;
 } drm_i915_hws_addr_t;
 
-/*
- * Relocation header is 4 uint32_ts
- * 0 - 32 bit reloc count
- * 1 - 32-bit relocation type
- * 2-3 - 64-bit user buffer handle ptr for another list of relocs.
- */
-#define I915_RELOC_HEADER 4
-
-/*
- * type 0 relocation has 4-uint32_t stride
- * 0 - offset into buffer
- * 1 - delta to add in
- * 2 - buffer handle
- * 3 - reserved (for optimisations later).
- */
-/*
- * type 1 relocation has 4-uint32_t stride.
- * Hangs off the first item in the op list.
- * Performed after all valiations are done.
- * Try to group relocs into the same relocatee together for
- * performance reasons.
- * 0 - offset into buffer
- * 1 - delta to add in
- * 2 - buffer index in op list.
- * 3 - relocatee index in op list.
- */
-#define I915_RELOC_TYPE_0 0
-#define I915_RELOC0_STRIDE 4
-#define I915_RELOC_TYPE_1 1
-#define I915_RELOC1_STRIDE 4
-
-
-struct drm_i915_op_arg {
-       uint64_t next;
-       uint64_t reloc_ptr;
-       int handled;
-       unsigned int pad64;
-       union {
-               struct drm_bo_op_req req;
-               struct drm_bo_arg_rep rep;
-       } d;
-
-};
-
-struct drm_i915_execbuffer {
-       uint64_t ops_list;
-       uint32_t num_buffers;
-       struct drm_i915_batchbuffer batch;
-       drm_context_t context; /* for lockless use in the future */
-       struct drm_fence_arg fence_arg;
-};
-
 struct drm_i915_gem_init {
        /**
         * Beginning offset in the GTT to be managed by the DRM memory