intel: track move of bo_exec from drivers to bufmgr.
authorEric Anholt <eric@anholt.net>
Mon, 8 Sep 2008 15:52:48 +0000 (08:52 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 10 Sep 2008 20:59:45 +0000 (13:59 -0700)
26 files changed:
src/mesa/drivers/dri/i915/Makefile
src/mesa/drivers/dri/i915/i830_metaops.c
src/mesa/drivers/dri/i915/i830_tex.c
src/mesa/drivers/dri/i915/i830_texblend.c
src/mesa/drivers/dri/i915/i915_metaops.c
src/mesa/drivers/dri/i915/i915_tex.c
src/mesa/drivers/dri/i915/intel_ioctl.c [deleted symlink]
src/mesa/drivers/dri/i915/intel_pixel_read.c
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/brw_draw.c
src/mesa/drivers/dri/i965/brw_draw_upload.c
src/mesa/drivers/dri/i965/brw_tex.c
src/mesa/drivers/dri/i965/intel_ioctl.c [deleted symlink]
src/mesa/drivers/dri/intel/intel_batchbuffer.c
src/mesa/drivers/dri/intel/intel_batchbuffer.h
src/mesa/drivers/dri/intel/intel_blit.c
src/mesa/drivers/dri/intel/intel_blit.h
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_ioctl.c [deleted file]
src/mesa/drivers/dri/intel/intel_ioctl.h [deleted file]
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
src/mesa/drivers/dri/intel/intel_pixel_copy.c
src/mesa/drivers/dri/intel/intel_pixel_draw.c
src/mesa/drivers/dri/intel/intel_screen.c
src/mesa/drivers/dri/intel/intel_span.c
src/mesa/drivers/dri/intel/intel_tex_image.c

index 8f09c9f71e5c2d3bac3d86da8b79258f522062cc..5858e0ee9fd44389e48e403280c0a4dbacc2415a 100644 (file)
@@ -46,7 +46,6 @@ DRIVER_SOURCES = \
        i915_vtbl.c \
        intel_context.c \
        intel_decode.c \
-       intel_ioctl.c \
        intel_screen.c \
        intel_span.c \
        intel_state.c \
index 13e4ab3aaca5bfea7ab0cdabd155329a030a183a..acfb3af9102b5a2e9069a159aea2355969a83ccc 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "intel_screen.h"
 #include "intel_batchbuffer.h"
-#include "intel_ioctl.h"
 #include "intel_regions.h"
 
 #include "i830_context.h"
index 79b0fcf596fdfdbc4a2f72018f033601ecd348ad..c0126ba19a4635e0bfd32c7adef9684c3db496ff 100644 (file)
@@ -38,8 +38,6 @@
 
 #include "mm.h"
 
-#include "intel_ioctl.h"
-
 #include "i830_context.h"
 #include "i830_reg.h"
 
index 58f220eb7ceefc7fb17cbd81d8e952c993a8d6d7..dca72adecadaed35d9fd9573ded140cfaf59e930 100644 (file)
@@ -36,7 +36,6 @@
 #include "mm.h"
 
 #include "intel_screen.h"
-#include "intel_ioctl.h"
 #include "intel_tex.h"
 
 #include "i830_context.h"
index 73aa63451e067761dff6a97ded2d15c64ce6dace..bfe97f13e57162be0f7969f17c94a12e566ba7cb 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "intel_screen.h"
 #include "intel_batchbuffer.h"
-#include "intel_ioctl.h"
 #include "intel_regions.h"
 
 #include "i915_context.h"
index 386617a1ff16081e4f360659f771730671717290..cb55bf6125330b1a731410a26ccfdf5ae600f8f7 100644 (file)
@@ -38,8 +38,6 @@
 
 #include "mm.h"
 
-#include "intel_ioctl.h"
-
 #include "i915_context.h"
 #include "i915_reg.h"
 
diff --git a/src/mesa/drivers/dri/i915/intel_ioctl.c b/src/mesa/drivers/dri/i915/intel_ioctl.c
deleted file mode 120000 (symlink)
index effd0f3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../intel/intel_ioctl.c
\ No newline at end of file
index d009590a4bc109cbd2c39843399ff09d617bc340..120c887abd63b447bf30b133434b81ec86ff30e0 100644 (file)
@@ -35,7 +35,6 @@
 
 #include "intel_screen.h"
 #include "intel_context.h"
-#include "intel_ioctl.h"
 #include "intel_batchbuffer.h"
 #include "intel_blit.h"
 #include "intel_buffers.h"
index e72790c687180c13856e40a6ba0ce854307b6691..c2d555cd0cfa4ec0f1b5aed807644080ecce85fb 100644 (file)
@@ -13,7 +13,6 @@ DRIVER_SOURCES = \
        intel_decode.c \
        intel_depthstencil.c \
        intel_fbo.c \
-       intel_ioctl.c \
        intel_mipmap_tree.c \
        intel_regions.c \
        intel_screen.c \
index d43b52c2c7cf37d08deb02cfbf6aff9820c156a1..95d798238d95adbfe1ff834c88e4ccce60e449b8 100644 (file)
@@ -39,7 +39,6 @@
 #include "brw_state.h"
 #include "brw_fallback.h"
 
-#include "intel_ioctl.h"
 #include "intel_batchbuffer.h"
 #include "intel_buffer_objects.h"
 
index 0122d18f82b4d8c247474feff1fa33ff44f1ab3e..465239f195f23b728db3548b9762e6e2c1af5bd0 100644 (file)
@@ -39,7 +39,6 @@
 #include "brw_state.h"
 #include "brw_fallback.h"
 
-#include "intel_ioctl.h"
 #include "intel_batchbuffer.h"
 #include "intel_buffer_objects.h"
 #include "intel_tex.h"
index 258c6260fb95e09b16826da335cf6245821b8621..ab6393420a8402b4e55d223b10d2fa0415de06ee 100644 (file)
@@ -42,7 +42,6 @@
 #include "texmem.h"
 
 #include "intel_context.h"
-#include "intel_ioctl.h"
 #include "intel_regions.h"
 #include "intel_tex.h"
 #include "brw_context.h"
diff --git a/src/mesa/drivers/dri/i965/intel_ioctl.c b/src/mesa/drivers/dri/i965/intel_ioctl.c
deleted file mode 120000 (symlink)
index effd0f3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../intel/intel_ioctl.c
\ No newline at end of file
index 9671232343b93cfe6b5f85cc4272eb752510ff1d..7dbc646370d76ce91ef57ce93dd52130e581dda2 100644 (file)
@@ -25,8 +25,8 @@
  * 
  **************************************************************************/
 
+#include "intel_context.h"
 #include "intel_batchbuffer.h"
-#include "intel_ioctl.h"
 #include "intel_decode.h"
 #include "intel_reg.h"
 #include "intel_bufmgr.h"
@@ -148,28 +148,15 @@ do_flush_locked(struct intel_batchbuffer *batch,
     */
 
    if (!(intel->numClipRects == 0 &&
-        batch->cliprect_mode == LOOP_CLIPRECTS)) {
-      if (intel->ttm == GL_TRUE) {
-        struct drm_i915_gem_execbuffer *execbuf;
-
-        execbuf = dri_process_relocs(batch->buf);
-        ret = intel_exec_ioctl(batch->intel,
-                               used,
-                               batch->cliprect_mode != LOOP_CLIPRECTS,
-                               allow_unlock,
-                               execbuf);
-      } else {
-        dri_process_relocs(batch->buf);
-        ret = intel_batch_ioctl(batch->intel,
-                                batch->buf->offset,
-                                used,
-                                batch->cliprect_mode != LOOP_CLIPRECTS,
-                                allow_unlock);
-      }
+        batch->cliprect_mode == LOOP_CLIPRECTS) || intel->no_hw) {
+      dri_bo_exec(batch->buf, used,
+                 intel->pClipRects,
+                 batch->cliprect_mode != LOOP_CLIPRECTS ?
+                 0 : intel->numClipRects,
+                 (((GLuint) intel->drawX) & 0xffff) |
+                 (((GLuint) intel->drawY) << 16));
    }
 
-   dri_post_submit(batch->buf);
-
    if (intel->numClipRects == 0 &&
        batch->cliprect_mode == LOOP_CLIPRECTS) {
       if (allow_unlock) {
index 7ede1b890350fc453664ea9273a2f3ce973aca49..cf7d4a06336aff1139d948caef26427050d26842 100644 (file)
@@ -3,11 +3,10 @@
 
 #include "mtypes.h"
 
+#include "intel_context.h"
 #include "intel_bufmgr.h"
 #include "intel_reg.h"
 
-struct intel_context;
-
 #define BATCH_SZ 16384
 #define BATCH_RESERVED 16
 
index 7129a4ba9177190e9b37713e2cbe0da811a84927..653f485dd090c30aa8eabcdce99758985cf2a9a6 100644 (file)
 #include "context.h"
 #include "enums.h"
 
-#include "intel_batchbuffer.h"
 #include "intel_blit.h"
 #include "intel_buffers.h"
 #include "intel_context.h"
 #include "intel_fbo.h"
 #include "intel_reg.h"
 #include "intel_regions.h"
+#include "intel_batchbuffer.h"
 
 #define FILE_DEBUG_FLAG DEBUG_BLIT
 
index 60e30f21e8ef0f07bbb417d80e57fffdf6518ed0..52065b13ed73dc740046eb3001ac6621cda53cb1 100644 (file)
@@ -29,7 +29,6 @@
 #define INTEL_BLIT_H
 
 #include "intel_context.h"
-#include "intel_ioctl.h"
 
 extern void intelCopyBuffer(const __DRIdrawablePrivate * dpriv,
                             const drm_clip_rect_t * rect);
index 591b5216648b4844ab6d0f81c42b9ac9b4659fee..4d1a742698c71507441fec421fa57b9f6fdeeb57 100644 (file)
@@ -51,7 +51,6 @@
 #include "intel_chipset.h"
 #include "intel_buffers.h"
 #include "intel_tex.h"
-#include "intel_ioctl.h"
 #include "intel_batchbuffer.h"
 #include "intel_blit.h"
 #include "intel_pixel.h"
diff --git a/src/mesa/drivers/dri/intel/intel_ioctl.c b/src/mesa/drivers/dri/intel/intel_ioctl.c
deleted file mode 100644 (file)
index c58a803..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-/**************************************************************************
- * 
- * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
- * All Rights Reserved.
- * 
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sub license, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- * 
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial portions
- * of the Software.
- * 
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
- * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
- * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- * 
- **************************************************************************/
-
-
-#include <stdio.h>
-#include <unistd.h>
-#include <errno.h>
-#include <sched.h>
-#include <sys/types.h>
-#include <sys/ioctl.h>
-
-#include "mtypes.h"
-#include "context.h"
-#include "swrast/swrast.h"
-
-#include "intel_context.h"
-#include "intel_ioctl.h"
-#include "intel_batchbuffer.h"
-#include "intel_blit.h"
-#include "intel_regions.h"
-#include "drm.h"
-#include "i915_drm.h"
-
-#include "intel_bufmgr.h"
-
-#define FILE_DEBUG_FLAG DEBUG_IOCTL
-
-int
-intel_batch_ioctl(struct intel_context *intel,
-                  GLuint start_offset,
-                  GLuint used,
-                  GLboolean ignore_cliprects, GLboolean allow_unlock)
-{
-   struct drm_i915_batchbuffer batch;
-
-   if (intel->no_hw)
-      return 0;
-
-   assert(intel->locked);
-   assert(used);
-
-   DBG("%s used %d offset %x..%x ignore_cliprects %d\n",
-       __FUNCTION__,
-       used, start_offset, start_offset + used, ignore_cliprects);
-
-   /* Throw away non-effective packets.  Won't work once we have
-    * hardware contexts which would preserve statechanges beyond a
-    * single buffer.
-    */
-   batch.start = start_offset;
-   batch.used = used;
-   batch.cliprects = intel->pClipRects;
-   batch.num_cliprects = ignore_cliprects ? 0 : intel->numClipRects;
-   batch.DR1 = 0;
-   batch.DR4 = ((((GLuint) intel->drawX) & 0xffff) |
-                (((GLuint) intel->drawY) << 16));
-
-   DBG("%s: 0x%x..0x%x DR4: %x cliprects: %d\n",
-       __FUNCTION__,
-       batch.start,
-       batch.start + batch.used * 4, batch.DR4, batch.num_cliprects);
-
-   if (drmCommandWrite(intel->driFd, DRM_I915_BATCHBUFFER, &batch,
-                       sizeof(batch))) {
-      fprintf(stderr, "DRM_I915_BATCHBUFFER: %d\n", -errno);
-      return -errno;
-   }
-
-   return 0;
-}
-
-int
-intel_exec_ioctl(struct intel_context *intel,
-                GLuint used,
-                GLboolean ignore_cliprects, GLboolean allow_unlock,
-                struct drm_i915_gem_execbuffer *execbuf)
-{
-   int ret;
-
-   assert(intel->locked);
-   assert(used);
-
-   if (intel->no_hw)
-      return 0;
-
-   execbuf->batch_start_offset = 0;
-   execbuf->batch_len = used;
-   execbuf->cliprects_ptr = (uintptr_t)intel->pClipRects;
-   execbuf->num_cliprects = ignore_cliprects ? 0 : intel->numClipRects;
-   execbuf->DR1 = 0;
-   execbuf->DR4 = ((((GLuint) intel->drawX) & 0xffff) |
-                  (((GLuint) intel->drawY) << 16));
-
-   do {
-      ret = ioctl(intel->driFd, DRM_IOCTL_I915_GEM_EXECBUFFER, execbuf);
-   } while (ret == -EAGAIN);
-
-   if (ret != 0) {
-      fprintf(stderr, "DRM_I915_GEM_EXECBUFFER: %d\n", -errno);
-      return -errno;
-   }
-
-   return 0;
-}
diff --git a/src/mesa/drivers/dri/intel/intel_ioctl.h b/src/mesa/drivers/dri/intel/intel_ioctl.h
deleted file mode 100644 (file)
index 6736856..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-/**************************************************************************
- * 
- * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
- * All Rights Reserved.
- * 
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sub license, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- * 
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial portions
- * of the Software.
- * 
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
- * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
- * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- * 
- **************************************************************************/
-
-#ifndef INTEL_IOCTL_H
-#define INTEL_IOCTL_H
-
-#include "intel_context.h"
-
-int intel_batch_ioctl(struct intel_context *intel,
-                     GLuint start_offset,
-                     GLuint used,
-                     GLboolean ignore_cliprects,
-                     GLboolean allow_unlock);
-int intel_exec_ioctl(struct intel_context *intel,
-                    GLuint used,
-                    GLboolean ignore_cliprects, GLboolean allow_unlock,
-                    struct drm_i915_gem_execbuffer *execbuf);
-
-#endif
index 7e0d20e6810b5828a4ca6e298de802d2bed14416..daa6d4be17201ec790c71fa5d51cee9ad07b5f88 100644 (file)
@@ -36,7 +36,6 @@
 
 #include "intel_screen.h"
 #include "intel_context.h"
-#include "intel_ioctl.h"
 #include "intel_batchbuffer.h"
 #include "intel_blit.h"
 #include "intel_regions.h"
index 3093ccf7c6580dee014e34d54355e3c605154df7..1c72d6179dd36d40951dae018d747efdb954bbaf 100644 (file)
@@ -35,7 +35,6 @@
 
 #include "intel_screen.h"
 #include "intel_context.h"
-#include "intel_ioctl.h"
 #include "intel_batchbuffer.h"
 #include "intel_buffers.h"
 #include "intel_blit.h"
index 5675084da52f4372e0ac8115fd7dec243c2dcfb7..47460da9aad11205e68f28c2cf296ff2816dbd1e 100644 (file)
@@ -35,7 +35,6 @@
 
 #include "intel_screen.h"
 #include "intel_context.h"
-#include "intel_ioctl.h"
 #include "intel_batchbuffer.h"
 #include "intel_blit.h"
 #include "intel_buffers.h"
index 2355eafeca25976b0616dc7eecde573111426474..1de1ac49ea568fa870db6db0131c668e809ed607 100644 (file)
@@ -41,7 +41,6 @@
 #include "intel_buffers.h"
 #include "intel_tex.h"
 #include "intel_span.h"
-#include "intel_ioctl.h"
 #include "intel_fbo.h"
 #include "intel_chipset.h"
 
index edede3a74b406947f8b436372f1f867e51fac8bf..0ea8576a027af930a327d4c792c4bb843050c82e 100644 (file)
@@ -34,7 +34,6 @@
 #include "intel_screen.h"
 #include "intel_span.h"
 #include "intel_regions.h"
-#include "intel_ioctl.h"
 #include "intel_tex.h"
 
 #include "swrast/swrast.h"
index 187fcc7dcb885030440b82da3435641c13c7b4f8..d1f540b0f179b2dbc731e2b81c80d3e191c66758 100644 (file)
@@ -21,7 +21,6 @@
 #include "intel_buffer_objects.h"
 #include "intel_batchbuffer.h"
 #include "intel_tex.h"
-#include "intel_ioctl.h"
 #include "intel_blit.h"
 #include "intel_fbo.h"