Initial revision
authorDavid Dawes <dawes@xfree86.org>
Sun, 27 Jan 2002 18:23:04 +0000 (18:23 +0000)
committerDavid Dawes <dawes@xfree86.org>
Sun, 27 Jan 2002 18:23:04 +0000 (18:23 +0000)
69 files changed:
bsd-core/ati_pcigart.c [new file with mode: 0644]
bsd-core/drm_auth.c [new file with mode: 0644]
bsd-core/drm_bufs.c [new file with mode: 0644]
bsd-core/drm_context.c [new file with mode: 0644]
bsd-core/drm_dma.c [new file with mode: 0644]
bsd-core/drm_drawable.c [new file with mode: 0644]
bsd-core/drm_drv.c [new file with mode: 0644]
bsd-core/drm_fops.c [new file with mode: 0644]
bsd-core/drm_ioctl.c [new file with mode: 0644]
bsd-core/drm_lock.c [new file with mode: 0644]
bsd-core/drm_memory.c [new file with mode: 0644]
bsd-core/drm_scatter.c [new file with mode: 0644]
bsd/ati_pcigart.h [new file with mode: 0644]
bsd/drm_auth.h [new file with mode: 0644]
bsd/drm_bufs.h [new file with mode: 0644]
bsd/drm_context.h [new file with mode: 0644]
bsd/drm_dma.h [new file with mode: 0644]
bsd/drm_drawable.h [new file with mode: 0644]
bsd/drm_drv.h [new file with mode: 0644]
bsd/drm_fops.h [new file with mode: 0644]
bsd/drm_init.h [new file with mode: 0644]
bsd/drm_ioctl.h [new file with mode: 0644]
bsd/drm_lists.h [new file with mode: 0644]
bsd/drm_lock.h [new file with mode: 0644]
bsd/drm_memory.h [new file with mode: 0644]
bsd/drm_scatter.h [new file with mode: 0644]
bsd/gamma/gamma.h [new file with mode: 0644]
bsd/i810/i810.h [new file with mode: 0644]
bsd/i810/i810_dma.c [new file with mode: 0644]
bsd/i810/i810_drv.c [new file with mode: 0644]
bsd/i810/i810_drv.h [new file with mode: 0644]
bsd/i830/Makefile [new file with mode: 0644]
bsd/i830/i830.h [new file with mode: 0644]
bsd/i830/i830_dma.c [new file with mode: 0644]
bsd/i830/i830_drv.c [new file with mode: 0644]
bsd/i830/i830_drv.h [new file with mode: 0644]
bsd/i830_drm.h [new file with mode: 0644]
bsd/mga/mga.h [new file with mode: 0644]
bsd/mga/mga_ucode.h [new file with mode: 0644]
bsd/mga/mga_warp.c [new file with mode: 0644]
bsd/r128/r128.h [new file with mode: 0644]
bsd/r128/r128_cce.c [new file with mode: 0644]
bsd/r128/r128_drv.c [new file with mode: 0644]
bsd/r128/r128_drv.h [new file with mode: 0644]
bsd/r128/r128_state.c [new file with mode: 0644]
bsd/radeon/radeon.h [new file with mode: 0644]
bsd/radeon/radeon_cp.c [new file with mode: 0644]
bsd/radeon/radeon_drv.c [new file with mode: 0644]
bsd/radeon/radeon_drv.h [new file with mode: 0644]
bsd/radeon/radeon_state.c [new file with mode: 0644]
bsd/radeon_drm.h [new file with mode: 0644]
bsd/sis/sis.h [new file with mode: 0644]
bsd/sis/sis_drm.h [new file with mode: 0644]
bsd/sis/sis_drv.c [new file with mode: 0644]
bsd/sis/sis_drv.h [new file with mode: 0644]
bsd/sis/sis_ds.c [new file with mode: 0644]
bsd/sis/sis_ds.h [new file with mode: 0644]
bsd/sis/sis_mm.c [new file with mode: 0644]
bsd/sis_drm.h [new file with mode: 0644]
bsd/tdfx/tdfx.h [new file with mode: 0644]
linux-core/i830_dma.c [new file with mode: 0644]
linux-core/i830_drm.h [new file with mode: 0644]
linux-core/i830_drv.c [new file with mode: 0644]
linux-core/i830_drv.h [new file with mode: 0644]
linux/i830.h [new file with mode: 0644]
linux/i830_dma.c [new file with mode: 0644]
linux/i830_drm.h [new file with mode: 0644]
linux/i830_drv.c [new file with mode: 0644]
linux/i830_drv.h [new file with mode: 0644]

diff --git a/bsd-core/ati_pcigart.c b/bsd-core/ati_pcigart.c
new file mode 100644 (file)
index 0000000..8b486c1
--- /dev/null
@@ -0,0 +1,197 @@
+/* ati_pcigart.h -- ATI PCI GART support -*- linux-c -*-
+ * Created: Wed Dec 13 21:52:19 2000 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *   Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+#if PAGE_SIZE == 8192
+# define ATI_PCIGART_TABLE_ORDER       2
+# define ATI_PCIGART_TABLE_PAGES       (1 << 2)
+#elif PAGE_SIZE == 4096
+# define ATI_PCIGART_TABLE_ORDER       3
+# define ATI_PCIGART_TABLE_PAGES       (1 << 3)
+#elif
+# error - PAGE_SIZE not 8K or 4K
+#endif
+
+# define ATI_MAX_PCIGART_PAGES         8192    /* 32 MB aperture, 4K pages */
+# define ATI_PCIGART_PAGE_SIZE         4096    /* PCI GART page size */
+
+static unsigned long DRM(ati_alloc_pcigart_table)( void )
+{
+       unsigned long address;
+       struct page *page;
+       int i;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       address = __get_free_pages( GFP_KERNEL, ATI_PCIGART_TABLE_ORDER );
+       if ( address == 0UL ) {
+               return 0;
+       }
+
+       page = virt_to_page( address );
+
+       for ( i = 0 ; i <= ATI_PCIGART_TABLE_PAGES ; i++, page++ ) {
+               atomic_inc( &page->count );
+               SetPageReserved( page );
+       }
+
+       DRM_DEBUG( "%s: returning 0x%08lx\n", __FUNCTION__, address );
+       return address;
+}
+
+static void DRM(ati_free_pcigart_table)( unsigned long address )
+{
+       struct page *page;
+       int i;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       page = virt_to_page( address );
+
+       for ( i = 0 ; i <= ATI_PCIGART_TABLE_PAGES ; i++, page++ ) {
+               atomic_dec( &page->count );
+               ClearPageReserved( page );
+       }
+
+       free_pages( address, ATI_PCIGART_TABLE_ORDER );
+}
+
+int DRM(ati_pcigart_init)( drm_device_t *dev,
+                          unsigned long *addr,
+                          dma_addr_t *bus_addr)
+{
+       drm_sg_mem_t *entry = dev->sg;
+       unsigned long address = 0;
+       unsigned long pages;
+       u32 *pci_gart, page_base, bus_address = 0;
+       int i, j, ret = 0;
+
+       if ( !entry ) {
+               DRM_ERROR( "no scatter/gather memory!\n" );
+               goto done;
+       }
+
+       address = DRM(ati_alloc_pcigart_table)();
+       if ( !address ) {
+               DRM_ERROR( "cannot allocate PCI GART page!\n" );
+               goto done;
+       }
+
+       if ( !dev->pdev ) {
+               DRM_ERROR( "PCI device unknown!\n" );
+               goto done;
+       }
+
+       bus_address = pci_map_single(dev->pdev, (void *)address,
+                                 ATI_PCIGART_TABLE_PAGES * PAGE_SIZE,
+                                 PCI_DMA_TODEVICE);
+       if (bus_address == 0) {
+               DRM_ERROR( "unable to map PCIGART pages!\n" );
+               DRM(ati_free_pcigart_table)( address );
+               address = 0;
+               goto done;
+       }
+
+       pci_gart = (u32 *)address;
+
+       pages = ( entry->pages <= ATI_MAX_PCIGART_PAGES )
+               ? entry->pages : ATI_MAX_PCIGART_PAGES;
+
+       memset( pci_gart, 0, ATI_MAX_PCIGART_PAGES * sizeof(u32) );
+
+       for ( i = 0 ; i < pages ; i++ ) {
+               /* we need to support large memory configurations */
+               entry->busaddr[i] = pci_map_single(dev->pdev,
+                                          page_address( entry->pagelist[i] ),
+                                          PAGE_SIZE,
+                                          PCI_DMA_TODEVICE);
+               if (entry->busaddr[i] == 0) {
+                       DRM_ERROR( "unable to map PCIGART pages!\n" );
+                       DRM(ati_pcigart_cleanup)( dev, address, bus_address );
+                       address = 0;
+                       bus_address = 0;
+                       goto done;
+               }
+               page_base = (u32) entry->busaddr[i];
+
+               for (j = 0; j < (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE); j++) {
+                       *pci_gart++ = cpu_to_le32( page_base );
+                       page_base += ATI_PCIGART_PAGE_SIZE;
+               }
+       }
+
+       ret = 1;
+
+#if defined(__i386__) || defined(__x86_64__)
+       asm volatile ( "wbinvd" ::: "memory" );
+#else
+       mb();
+#endif
+
+done:
+       *addr = address;
+       *bus_addr = bus_address;
+       return ret;
+}
+
+int DRM(ati_pcigart_cleanup)( drm_device_t *dev,
+                             unsigned long addr,
+                             dma_addr_t bus_addr)
+{
+       drm_sg_mem_t *entry = dev->sg;
+       unsigned long pages;
+       int i;
+
+       /* we need to support large memory configurations */
+       if ( !entry ) {
+               DRM_ERROR( "no scatter/gather memory!\n" );
+               return 0;
+       }
+
+       if ( bus_addr ) {
+               pci_unmap_single(dev->pdev, bus_addr,
+                                ATI_PCIGART_TABLE_PAGES * PAGE_SIZE,
+                                PCI_DMA_TODEVICE);
+
+               pages = ( entry->pages <= ATI_MAX_PCIGART_PAGES )
+                       ? entry->pages : ATI_MAX_PCIGART_PAGES;
+
+               for ( i = 0 ; i < pages ; i++ ) {
+                       if ( !entry->busaddr[i] ) break;
+                       pci_unmap_single(dev->pdev, entry->busaddr[i],
+                                        PAGE_SIZE, PCI_DMA_TODEVICE);
+               }
+       }
+
+       if ( addr ) {
+               DRM(ati_free_pcigart_table)( addr );
+       }
+
+       return 1;
+}
diff --git a/bsd-core/drm_auth.c b/bsd-core/drm_auth.c
new file mode 100644 (file)
index 0000000..f2c2d8d
--- /dev/null
@@ -0,0 +1,166 @@
+/* drm_auth.h -- IOCTLs for authentication -*- linux-c -*-
+ * Created: Tue Feb  2 08:37:54 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+static int DRM(hash_magic)(drm_magic_t magic)
+{
+       return magic & (DRM_HASH_SIZE-1);
+}
+
+static drm_file_t *DRM(find_file)(drm_device_t *dev, drm_magic_t magic)
+{
+       drm_file_t        *retval = NULL;
+       drm_magic_entry_t *pt;
+       int               hash    = DRM(hash_magic)(magic);
+
+       DRM_OS_LOCK;
+       for (pt = dev->magiclist[hash].head; pt; pt = pt->next) {
+               if (pt->magic == magic) {
+                       retval = pt->priv;
+                       break;
+               }
+       }
+       DRM_OS_UNLOCK;
+       return retval;
+}
+
+int DRM(add_magic)(drm_device_t *dev, drm_file_t *priv, drm_magic_t magic)
+{
+       int               hash;
+       drm_magic_entry_t *entry;
+
+       DRM_DEBUG("%d\n", magic);
+
+       hash         = DRM(hash_magic)(magic);
+       entry        = (drm_magic_entry_t*) DRM(alloc)(sizeof(*entry), DRM_MEM_MAGIC);
+       if (!entry) DRM_OS_RETURN(ENOMEM);
+       entry->magic = magic;
+       entry->priv  = priv;
+       entry->next  = NULL;
+
+       DRM_OS_LOCK;
+       if (dev->magiclist[hash].tail) {
+               dev->magiclist[hash].tail->next = entry;
+               dev->magiclist[hash].tail       = entry;
+       } else {
+               dev->magiclist[hash].head       = entry;
+               dev->magiclist[hash].tail       = entry;
+       }
+       DRM_OS_UNLOCK;
+
+       return 0;
+}
+
+int DRM(remove_magic)(drm_device_t *dev, drm_magic_t magic)
+{
+       drm_magic_entry_t *prev = NULL;
+       drm_magic_entry_t *pt;
+       int               hash;
+
+       DRM_DEBUG("%d\n", magic);
+       hash = DRM(hash_magic)(magic);
+
+       DRM_OS_LOCK;
+       for (pt = dev->magiclist[hash].head; pt; prev = pt, pt = pt->next) {
+               if (pt->magic == magic) {
+                       if (dev->magiclist[hash].head == pt) {
+                               dev->magiclist[hash].head = pt->next;
+                       }
+                       if (dev->magiclist[hash].tail == pt) {
+                               dev->magiclist[hash].tail = prev;
+                       }
+                       if (prev) {
+                               prev->next = pt->next;
+                       }
+                       DRM_OS_UNLOCK;
+                       DRM(free)(pt, sizeof(*pt), DRM_MEM_MAGIC);
+                       return 0;
+               }
+       }
+       DRM_OS_UNLOCK;
+
+       DRM(free)(pt, sizeof(*pt), DRM_MEM_MAGIC);
+       DRM_OS_RETURN(EINVAL);
+}
+
+int DRM(getmagic)(DRM_OS_IOCTL)
+{
+       static drm_magic_t sequence = 0;
+       drm_auth_t         auth;
+       static DRM_OS_SPINTYPE lock;
+       static int         first = 1;
+       DRM_OS_DEVICE;
+       DRM_OS_PRIV;
+
+       if (first) {
+               DRM_OS_SPININIT(lock, "drm getmagic");
+               first = 0;
+       }
+
+                               /* Find unique magic */
+       if (priv->magic) {
+               auth.magic = priv->magic;
+       } else {
+               do {
+                       DRM_OS_SPINLOCK(&lock);
+                       if (!sequence) ++sequence; /* reserve 0 */
+                       auth.magic = sequence++;
+                       DRM_OS_SPINUNLOCK(&lock);
+               } while (DRM(find_file)(dev, auth.magic));
+               priv->magic = auth.magic;
+               DRM(add_magic)(dev, priv, auth.magic);
+       }
+
+       DRM_DEBUG("%u\n", auth.magic);
+
+       DRM_OS_KRNTOUSR((drm_auth_t *)data, auth, sizeof(auth));
+
+       return 0;
+}
+
+int DRM(authmagic)(DRM_OS_IOCTL)
+{
+       drm_auth_t         auth;
+       drm_file_t         *file;
+       DRM_OS_DEVICE;
+
+       DRM_OS_KRNFROMUSR(auth, (drm_auth_t *)data, sizeof(auth));
+
+       DRM_DEBUG("%u\n", auth.magic);
+       if ((file = DRM(find_file)(dev, auth.magic))) {
+               file->authenticated = 1;
+               DRM(remove_magic)(dev, auth.magic);
+               return 0;
+       }
+       DRM_OS_RETURN(EINVAL);
+}
diff --git a/bsd-core/drm_bufs.c b/bsd-core/drm_bufs.c
new file mode 100644 (file)
index 0000000..d55b36d
--- /dev/null
@@ -0,0 +1,1092 @@
+/* drm_bufs.h -- Generic buffer template -*- linux-c -*-
+ * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com
+ *
+ * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include <machine/param.h>
+#include <sys/mman.h>
+#include <vm/vm.h>
+#include <vm/pmap.h>
+#include <vm/vm_extern.h>
+#include <vm/vm_map.h>
+#include <vm/vm_param.h>
+#include "drmP.h"
+
+#ifndef __HAVE_PCI_DMA
+#define __HAVE_PCI_DMA         0
+#endif
+
+#ifndef __HAVE_SG
+#define __HAVE_SG              0
+#endif
+
+#ifndef DRIVER_BUF_PRIV_T
+#define DRIVER_BUF_PRIV_T              u32
+#endif
+#ifndef DRIVER_AGP_BUFFERS_MAP
+#if __HAVE_AGP && __HAVE_DMA
+#error "You must define DRIVER_AGP_BUFFERS_MAP()"
+#else
+#define DRIVER_AGP_BUFFERS_MAP( dev )  NULL
+#endif
+#endif
+
+/*
+ * Compute order.  Can be made faster.
+ */
+int DRM(order)( unsigned long size )
+{
+       int order;
+       unsigned long tmp;
+
+       for ( order = 0, tmp = size ; tmp >>= 1 ; ++order );
+
+       if ( size & ~(1 << order) )
+               ++order;
+
+       return order;
+}
+
+int DRM(addmap)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_map_t *map;
+       drm_map_list_entry_t *list;
+
+       if (!(dev->flags & (FREAD|FWRITE)))
+               DRM_OS_RETURN(EACCES); /* Require read/write */
+
+       map = (drm_map_t *) DRM(alloc)( sizeof(*map), DRM_MEM_MAPS );
+       if ( !map )
+               DRM_OS_RETURN(ENOMEM);
+
+       *map = *(drm_map_t *)data;
+
+       /* Only allow shared memory to be removable since we only keep enough
+        * book keeping information about shared memory to allow for removal
+        * when processes fork.
+        */
+       if ( (map->flags & _DRM_REMOVABLE) && map->type != _DRM_SHM ) {
+               DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_DEBUG( "offset = 0x%08lx, size = 0x%08lx, type = %d\n",
+                  map->offset, map->size, map->type );
+       if ( (map->offset & PAGE_MASK) || (map->size & PAGE_MASK) ) {
+               DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+               DRM_OS_RETURN(EINVAL);
+       }
+       map->mtrr   = -1;
+       map->handle = 0;
+
+       TAILQ_FOREACH(list, dev->maplist, link) {
+               drm_map_t *entry = list->map;
+               if (        (entry->offset >= map->offset
+                           && (entry->offset) < (map->offset + map->size) )
+                       || ((entry->offset + entry->size) >= map->offset
+                           && (entry->offset + entry->size) < (map->offset + map->size) ) 
+                       || ((entry->offset < map->offset)
+                           && (entry->offset + entry->size) >= (map->offset + map->size) ) )
+                       DRM_DEBUG("map collission: add(0x%lx-0x%lx), current(0x%lx-0x%lx)\n", 
+                               entry->offset, entry->offset + entry->size - 1,
+                               map->offset, map->offset + map->size - 1);
+       }
+
+       switch ( map->type ) {
+       case _DRM_REGISTERS:
+       case _DRM_FRAME_BUFFER:
+#if !defined(__sparc__) && !defined(__alpha__)
+               if ( map->offset + map->size < map->offset
+               ) {
+                       DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+                       DRM_OS_RETURN(EINVAL);
+               }
+#endif
+#ifdef __alpha__
+               map->offset += dev->hose->mem_space->start;
+#endif
+#if __REALLY_HAVE_MTRR
+               if ( map->type == _DRM_FRAME_BUFFER ||
+                    (map->flags & _DRM_WRITE_COMBINING) ) {
+                       map->mtrr = mtrr_add( map->offset, map->size,
+                                             MTRR_TYPE_WRCOMB, 1 );
+               }
+#endif
+               map->handle = DRM(ioremap)( map->offset, map->size );
+               break;
+
+       case _DRM_SHM:
+               DRM_INFO( "%ld %d %d\n",
+                          map->size, DRM(order)( map->size ), PAGE_SHIFT);
+               map->handle = (void *)DRM(alloc_pages)
+                       (DRM(order)(map->size) - PAGE_SHIFT, DRM_MEM_SAREA);
+               DRM_DEBUG( "%ld %d %p\n",
+                          map->size, DRM(order)( map->size ), map->handle );
+               if ( !map->handle ) {
+                       DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+                       DRM_OS_RETURN(ENOMEM);
+               }
+               map->offset = (unsigned long)map->handle;
+               if ( map->flags & _DRM_CONTAINS_LOCK ) {
+                       dev->lock.hw_lock = map->handle; /* Pointer to lock */
+               }
+               break;
+#if __REALLY_HAVE_AGP
+       case _DRM_AGP:
+#ifdef __alpha__
+               map->offset += dev->hose->mem_space->start;
+#endif
+               map->offset += dev->agp->base;
+               map->mtrr   = dev->agp->agp_mtrr; /* for getmap */
+               break;
+#endif
+       case _DRM_SCATTER_GATHER:
+               if (!dev->sg) {
+                       DRM(free)(map, sizeof(*map), DRM_MEM_MAPS);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               map->offset = map->offset + dev->sg->handle;
+               break;
+
+       default:
+               DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       list = DRM(alloc)(sizeof(*list), DRM_MEM_MAPS);
+       if(!list) {
+               DRM(free)(map, sizeof(*map), DRM_MEM_MAPS);
+               DRM_OS_RETURN(EINVAL);
+       }
+       memset(list, 0, sizeof(*list));
+       list->map = map;
+
+       DRM_OS_LOCK;
+       TAILQ_INSERT_TAIL(dev->maplist, list, link);
+       DRM_OS_UNLOCK;
+
+       *(drm_map_t *)data = *map;
+
+       if ( map->type != _DRM_SHM ) {
+               ((drm_map_t *)data)->handle = (void *)map->offset;
+       }
+       return 0;
+}
+
+
+/* Remove a map private from list and deallocate resources if the mapping
+ * isn't in use.
+ */
+
+int DRM(rmmap)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_map_list_entry_t *list;
+       drm_map_t *map;
+       drm_map_t request;
+       int found_maps = 0;
+
+       DRM_OS_KRNFROMUSR( request, (drm_map_t *)data, sizeof(request) );
+
+       DRM_OS_LOCK;
+       TAILQ_FOREACH(list, dev->maplist, link) {
+               map = list->map;
+               if(map->handle == request.handle &&
+                  map->flags & _DRM_REMOVABLE) break;
+       }
+
+       /* List has wrapped around to the head pointer, or its empty we didn't
+        * find anything.
+        */
+       if(list == NULL) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(EINVAL);
+       }
+       TAILQ_REMOVE(dev->maplist, list, link);
+       DRM(free)(list, sizeof(*list), DRM_MEM_MAPS);
+
+
+       if(!found_maps) {
+               switch (map->type) {
+               case _DRM_REGISTERS:
+               case _DRM_FRAME_BUFFER:
+#if __REALLY_HAVE_MTRR
+                       if (map->mtrr >= 0) {
+                               int retcode;
+                               retcode = mtrr_del(map->mtrr,
+                                                  map->offset,
+                                                  map->size);
+                               DRM_DEBUG("mtrr_del = %d\n", retcode);
+                       }
+#endif
+                       DRM(ioremapfree)(map->handle, map->size);
+                       break;
+               case _DRM_SHM:
+                       DRM(free_pages)( (unsigned long)map->handle, DRM(order)(map->size), DRM_MEM_SAREA );
+                       break;
+               case _DRM_AGP:
+               case _DRM_SCATTER_GATHER:
+                       break;
+               }
+               DRM(free)(map, sizeof(*map), DRM_MEM_MAPS);
+       }
+       DRM_OS_UNLOCK;
+       return 0;
+}
+
+#if __HAVE_DMA
+
+
+static void DRM(cleanup_buf_error)(drm_buf_entry_t *entry)
+{
+       int i;
+
+       if (entry->seg_count) {
+               for (i = 0; i < entry->seg_count; i++) {
+                       DRM(free_pages)(entry->seglist[i],
+                                       entry->page_order,
+                                       DRM_MEM_DMA);
+               }
+               DRM(free)(entry->seglist,
+                         entry->seg_count *
+                         sizeof(*entry->seglist),
+                         DRM_MEM_SEGS);
+
+               entry->seg_count = 0;
+       }
+
+       if(entry->buf_count) {
+               for(i = 0; i < entry->buf_count; i++) {
+                       if(entry->buflist[i].dev_private) {
+                               DRM(free)(entry->buflist[i].dev_private,
+                                         entry->buflist[i].dev_priv_size,
+                                         DRM_MEM_BUFS);
+                       }
+               }
+               DRM(free)(entry->buflist,
+                         entry->buf_count *
+                         sizeof(*entry->buflist),
+                         DRM_MEM_BUFS);
+
+#if __HAVE_DMA_FREELIST
+               DRM(freelist_destroy)(&entry->freelist);
+#endif
+
+               entry->buf_count = 0;
+       }
+}
+
+#if __REALLY_HAVE_AGP
+int DRM(addbufs_agp)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_desc_t request;
+       drm_buf_entry_t *entry;
+       drm_buf_t *buf;
+       unsigned long offset;
+       unsigned long agp_offset;
+       int count;
+       int order;
+       int size;
+       int alignment;
+       int page_order;
+       int total;
+       int byte_count;
+       int i;
+       drm_buf_t **temp_buflist;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+       count = request.count;
+       order = DRM(order)( request.size );
+       size = 1 << order;
+
+       alignment  = (request.flags & _DRM_PAGE_ALIGN)
+               ? round_page(size) : size;
+       page_order = order - PAGE_SHIFT > 0 ? order - PAGE_SHIFT : 0;
+       total = PAGE_SIZE << page_order;
+
+       byte_count = 0;
+       agp_offset = dev->agp->base + request.agp_start;
+
+       DRM_DEBUG( "count:      %d\n",  count );
+       DRM_DEBUG( "order:      %d\n",  order );
+       DRM_DEBUG( "size:       %d\n",  size );
+       DRM_DEBUG( "agp_offset: 0x%lx\n", agp_offset );
+       DRM_DEBUG( "alignment:  %d\n",  alignment );
+       DRM_DEBUG( "page_order: %d\n",  page_order );
+       DRM_DEBUG( "total:      %d\n",  total );
+
+       if ( order < DRM_MIN_ORDER || order > DRM_MAX_ORDER ) 
+               DRM_OS_RETURN(EINVAL);
+       if ( dev->queue_count ) 
+               DRM_OS_RETURN(EBUSY); /* Not while in use */
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( dev->buf_use ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       atomic_inc( &dev->buf_alloc );
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_LOCK;
+       entry = &dma->bufs[order];
+       if ( entry->buf_count ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM); /* May only call once for each order */
+       }
+
+       if (count < 0 || count > 4096) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       entry->buflist = DRM(alloc)( count * sizeof(*entry->buflist),
+                                   DRM_MEM_BUFS );
+       if ( !entry->buflist ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( entry->buflist, 0, count * sizeof(*entry->buflist) );
+
+       entry->buf_size = size;
+       entry->page_order = page_order;
+
+       offset = 0;
+
+       while ( entry->buf_count < count ) {
+               buf          = &entry->buflist[entry->buf_count];
+               buf->idx     = dma->buf_count + entry->buf_count;
+               buf->total   = alignment;
+               buf->order   = order;
+               buf->used    = 0;
+
+               buf->offset  = (dma->byte_count + offset);
+               buf->bus_address = agp_offset + offset;
+               buf->address = (void *)(agp_offset + offset);
+               buf->next    = NULL;
+               buf->waiting = 0;
+               buf->pending = 0;
+               buf->dma_wait = 0;
+               buf->pid     = 0;
+
+               buf->dev_priv_size = sizeof(DRIVER_BUF_PRIV_T);
+               buf->dev_private = DRM(alloc)( sizeof(DRIVER_BUF_PRIV_T),
+                                              DRM_MEM_BUFS );
+               if(!buf->dev_private) {
+                       /* Set count correctly so we free the proper amount. */
+                       entry->buf_count = count;
+                       DRM(cleanup_buf_error)(entry);
+               }
+               memset( buf->dev_private, 0, buf->dev_priv_size );
+
+#if __HAVE_DMA_HISTOGRAM
+               buf->time_queued = 0;
+               buf->time_dispatched = 0;
+               buf->time_completed = 0;
+               buf->time_freed = 0;
+#endif
+
+               offset += alignment;
+               entry->buf_count++;
+               byte_count += PAGE_SIZE << page_order;
+       }
+
+       DRM_DEBUG( "byte_count: %d\n", byte_count );
+
+       temp_buflist = DRM(realloc)( dma->buflist,
+                                    dma->buf_count * sizeof(*dma->buflist),
+                                    (dma->buf_count + entry->buf_count)
+                                    * sizeof(*dma->buflist),
+                                    DRM_MEM_BUFS );
+       if(!temp_buflist) {
+               /* Free the entry because it isn't valid */
+               DRM(cleanup_buf_error)(entry);
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       dma->buflist = temp_buflist;
+
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               dma->buflist[i + dma->buf_count] = &entry->buflist[i];
+       }
+
+       dma->buf_count += entry->buf_count;
+       dma->byte_count += byte_count;
+
+       DRM_DEBUG( "dma->buf_count : %d\n", dma->buf_count );
+       DRM_DEBUG( "entry->buf_count : %d\n", entry->buf_count );
+
+#if __HAVE_DMA_FREELIST
+       DRM(freelist_create)( &entry->freelist, entry->buf_count );
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               DRM(freelist_put)( dev, &entry->freelist, &entry->buflist[i] );
+       }
+#endif
+       DRM_OS_UNLOCK;
+
+       request.count = entry->buf_count;
+       request.size = size;
+
+       DRM_OS_KRNTOUSR( (drm_buf_desc_t *)data, request, sizeof(request) );
+
+       dma->flags = _DRM_DMA_USE_AGP;
+
+       atomic_dec( &dev->buf_alloc );
+       return 0;
+}
+#endif /* __REALLY_HAVE_AGP */
+
+#if __HAVE_PCI_DMA
+int DRM(addbufs_pci)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_desc_t request;
+       int count;
+       int order;
+       int size;
+       int total;
+       int page_order;
+       drm_buf_entry_t *entry;
+       unsigned long page;
+       drm_buf_t *buf;
+       int alignment;
+       unsigned long offset;
+       int i;
+       int byte_count;
+       int page_count;
+       unsigned long *temp_pagelist;
+       drm_buf_t **temp_buflist;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+       count = request.count;
+       order = DRM(order)( request.size );
+       size = 1 << order;
+
+       DRM_DEBUG( "count=%d, size=%d (%d), order=%d, queue_count=%d\n",
+                  request.count, request.size, size,
+                  order, dev->queue_count );
+
+       if ( order < DRM_MIN_ORDER || order > DRM_MAX_ORDER ) 
+               DRM_OS_RETURN(EINVAL);
+       if ( dev->queue_count ) 
+               DRM_OS_RETURN(EBUSY); /* Not while in use */
+
+       alignment = (request.flags & _DRM_PAGE_ALIGN)
+               ? round_page(size) : size;
+       page_order = order - PAGE_SHIFT > 0 ? order - PAGE_SHIFT : 0;
+       total = PAGE_SIZE << page_order;
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( dev->buf_use ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       atomic_inc( &dev->buf_alloc );
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_LOCK;
+       entry = &dma->bufs[order];
+       if ( entry->buf_count ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);  /* May only call once for each order */
+       }
+
+       if (count < 0 || count > 4096) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       entry->buflist = DRM(alloc)( count * sizeof(*entry->buflist),
+                                   DRM_MEM_BUFS );
+       if ( !entry->buflist ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( entry->buflist, 0, count * sizeof(*entry->buflist) );
+
+       entry->seglist = DRM(alloc)( count * sizeof(*entry->seglist),
+                                   DRM_MEM_SEGS );
+       if ( !entry->seglist ) {
+               DRM(free)( entry->buflist,
+                         count * sizeof(*entry->buflist),
+                         DRM_MEM_BUFS );
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( entry->seglist, 0, count * sizeof(*entry->seglist) );
+
+       temp_pagelist = DRM(realloc)( dma->pagelist,
+                                     dma->page_count * sizeof(*dma->pagelist),
+                                     (dma->page_count + (count << page_order))
+                                     * sizeof(*dma->pagelist),
+                                     DRM_MEM_PAGES );
+       if(!temp_pagelist) {
+               DRM(free)( entry->buflist,
+                          count * sizeof(*entry->buflist),
+                          DRM_MEM_BUFS );
+               DRM(free)( entry->seglist,
+                          count * sizeof(*entry->seglist),
+                          DRM_MEM_SEGS );
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       dma->pagelist = temp_pagelist;
+       DRM_DEBUG( "pagelist: %d entries\n",
+                  dma->page_count + (count << page_order) );
+
+       entry->buf_size = size;
+       entry->page_order = page_order;
+       byte_count = 0;
+       page_count = 0;
+
+       while ( entry->buf_count < count ) {
+               page = DRM(alloc_pages)( page_order, DRM_MEM_DMA );
+               if ( !page ) break;
+               entry->seglist[entry->seg_count++] = page;
+               for ( i = 0 ; i < (1 << page_order) ; i++ ) {
+                       DRM_DEBUG( "page %d @ 0x%08lx\n",
+                                  dma->page_count + page_count,
+                                  page + PAGE_SIZE * i );
+                       dma->pagelist[dma->page_count + page_count++]
+                               = page + PAGE_SIZE * i;
+               }
+               for ( offset = 0 ;
+                     offset + size <= total && entry->buf_count < count ;
+                     offset += alignment, ++entry->buf_count ) {
+                       buf          = &entry->buflist[entry->buf_count];
+                       buf->idx     = dma->buf_count + entry->buf_count;
+                       buf->total   = alignment;
+                       buf->order   = order;
+                       buf->used    = 0;
+                       buf->offset  = (dma->byte_count + byte_count + offset);
+                       buf->address = (void *)(page + offset);
+                       buf->next    = NULL;
+                       buf->waiting = 0;
+                       buf->pending = 0;
+                       buf->dma_wait = 0;
+                       buf->pid     = 0;
+#if __HAVE_DMA_HISTOGRAM
+                       buf->time_queued     = 0;
+                       buf->time_dispatched = 0;
+                       buf->time_completed  = 0;
+                       buf->time_freed      = 0;
+#endif
+                       DRM_DEBUG( "buffer %d @ %p\n",
+                                  entry->buf_count, buf->address );
+               }
+               byte_count += PAGE_SIZE << page_order;
+       }
+
+       temp_buflist = DRM(realloc)( dma->buflist,
+                                    dma->buf_count * sizeof(*dma->buflist),
+                                    (dma->buf_count + entry->buf_count)
+                                    * sizeof(*dma->buflist),
+                                    DRM_MEM_BUFS );
+       if(!temp_buflist) {
+               /* Free the entry because it isn't valid */
+               DRM(cleanup_buf_error)(entry);
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       dma->buflist = temp_buflist;
+
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               dma->buflist[i + dma->buf_count] = &entry->buflist[i];
+       }
+
+       dma->buf_count += entry->buf_count;
+       dma->seg_count += entry->seg_count;
+       dma->page_count += entry->seg_count << page_order;
+       dma->byte_count += PAGE_SIZE * (entry->seg_count << page_order);
+
+#if __HAVE_DMA_FREELIST
+       DRM(freelist_create)( &entry->freelist, entry->buf_count );
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               DRM(freelist_put)( dev, &entry->freelist, &entry->buflist[i] );
+       }
+#endif
+       DRM_OS_UNLOCK;
+
+       request.count = entry->buf_count;
+       request.size = size;
+
+       DRM_OS_KRNTOUSR( (drm_buf_desc_t *)data, request, sizeof(request) );
+
+       atomic_dec( &dev->buf_alloc );
+       return 0;
+
+}
+#endif /* __HAVE_PCI_DMA */
+
+#if __REALLY_HAVE_SG
+int DRM(addbufs_sg)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_desc_t request;
+       drm_buf_entry_t *entry;
+       drm_buf_t *buf;
+       unsigned long offset;
+       unsigned long agp_offset;
+       int count;
+       int order;
+       int size;
+       int alignment;
+       int page_order;
+       int total;
+       int byte_count;
+       int i;
+       drm_buf_t **temp_buflist;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+       count = request.count;
+       order = DRM(order)( request.size );
+       size = 1 << order;
+
+       alignment  = (request.flags & _DRM_PAGE_ALIGN)
+               ? round_page(size) : size;
+       page_order = order - PAGE_SHIFT > 0 ? order - PAGE_SHIFT : 0;
+       total = PAGE_SIZE << page_order;
+
+       byte_count = 0;
+       agp_offset = request.agp_start;
+
+       DRM_DEBUG( "count:      %d\n",  count );
+       DRM_DEBUG( "order:      %d\n",  order );
+       DRM_DEBUG( "size:       %d\n",  size );
+       DRM_DEBUG( "agp_offset: %ld\n", agp_offset );
+       DRM_DEBUG( "alignment:  %d\n",  alignment );
+       DRM_DEBUG( "page_order: %d\n",  page_order );
+       DRM_DEBUG( "total:      %d\n",  total );
+
+       if ( order < DRM_MIN_ORDER || order > DRM_MAX_ORDER ) 
+               DRM_OS_RETURN(EINVAL);
+       if ( dev->queue_count ) DRM_OS_RETURN(EBUSY); /* Not while in use */
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( dev->buf_use ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       atomic_inc( &dev->buf_alloc );
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_LOCK;
+       entry = &dma->bufs[order];
+       if ( entry->buf_count ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM); /* May only call once for each order */
+       }
+
+       if (count < 0 || count > 4096) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       entry->buflist = DRM(alloc)( count * sizeof(*entry->buflist),
+                                    DRM_MEM_BUFS );
+       if ( !entry->buflist ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( entry->buflist, 0, count * sizeof(*entry->buflist) );
+
+       entry->buf_size = size;
+       entry->page_order = page_order;
+
+       offset = 0;
+
+       while ( entry->buf_count < count ) {
+               buf          = &entry->buflist[entry->buf_count];
+               buf->idx     = dma->buf_count + entry->buf_count;
+               buf->total   = alignment;
+               buf->order   = order;
+               buf->used    = 0;
+
+               buf->offset  = (dma->byte_count + offset);
+               buf->bus_address = agp_offset + offset;
+               buf->address = (void *)(agp_offset + offset + dev->sg->handle);
+               buf->next    = NULL;
+               buf->waiting = 0;
+               buf->pending = 0;
+               buf->dma_wait = 0;
+               buf->pid     = 0;
+
+               buf->dev_priv_size = sizeof(DRIVER_BUF_PRIV_T);
+               buf->dev_private = DRM(alloc)( sizeof(DRIVER_BUF_PRIV_T),
+                                              DRM_MEM_BUFS );
+               if(!buf->dev_private) {
+                       /* Set count correctly so we free the proper amount. */
+                       entry->buf_count = count;
+                       DRM(cleanup_buf_error)(entry);
+                       DRM_OS_UNLOCK;
+                       atomic_dec( &dev->buf_alloc );
+                       DRM_OS_RETURN(ENOMEM);
+               }
+
+               memset( buf->dev_private, 0, buf->dev_priv_size );
+
+# if __HAVE_DMA_HISTOGRAM
+               buf->time_queued = 0;
+               buf->time_dispatched = 0;
+               buf->time_completed = 0;
+               buf->time_freed = 0;
+# endif
+               DRM_DEBUG( "buffer %d @ %p\n",
+                          entry->buf_count, buf->address );
+
+               offset += alignment;
+               entry->buf_count++;
+               byte_count += PAGE_SIZE << page_order;
+       }
+
+       DRM_DEBUG( "byte_count: %d\n", byte_count );
+
+       temp_buflist = DRM(realloc)( dma->buflist,
+                                    dma->buf_count * sizeof(*dma->buflist),
+                                    (dma->buf_count + entry->buf_count)
+                                    * sizeof(*dma->buflist),
+                                    DRM_MEM_BUFS );
+       if(!temp_buflist) {
+               /* Free the entry because it isn't valid */
+               DRM(cleanup_buf_error)(entry);
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       dma->buflist = temp_buflist;
+
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               dma->buflist[i + dma->buf_count] = &entry->buflist[i];
+       }
+
+       dma->buf_count += entry->buf_count;
+       dma->byte_count += byte_count;
+
+       DRM_DEBUG( "dma->buf_count : %d\n", dma->buf_count );
+       DRM_DEBUG( "entry->buf_count : %d\n", entry->buf_count );
+
+#if __HAVE_DMA_FREELIST
+       DRM(freelist_create)( &entry->freelist, entry->buf_count );
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               DRM(freelist_put)( dev, &entry->freelist, &entry->buflist[i] );
+       }
+#endif
+       DRM_OS_UNLOCK;
+
+       request.count = entry->buf_count;
+       request.size = size;
+
+       DRM_OS_KRNTOUSR( (drm_buf_desc_t *)data, request, sizeof(request) );
+
+       dma->flags = _DRM_DMA_USE_SG;
+
+       atomic_dec( &dev->buf_alloc );
+       return 0;
+}
+#endif /* __REALLY_HAVE_SG */
+
+int DRM(addbufs)( DRM_OS_IOCTL )
+{
+       drm_buf_desc_t request;
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+#if __REALLY_HAVE_AGP
+       if ( request.flags & _DRM_AGP_BUFFER )
+               return DRM(addbufs_agp)( kdev, cmd, data, flags, p );
+       else
+#endif
+#if __REALLY_HAVE_SG
+       if ( request.flags & _DRM_SG_BUFFER )
+               return DRM(addbufs_sg)( kdev, cmd, data, flags, p );
+       else
+#endif
+#if __HAVE_PCI_DMA
+               return DRM(addbufs_pci)( kdev, cmd, data, flags, p );
+#else
+               DRM_OS_RETURN(EINVAL);
+#endif
+}
+
+int DRM(infobufs)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_info_t request;
+       int i;
+       int count;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( atomic_read( &dev->buf_alloc ) ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       ++dev->buf_use;         /* Can't allocate more after this call */
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_info_t *)data, sizeof(request) );
+
+       for ( i = 0, count = 0 ; i < DRM_MAX_ORDER + 1 ; i++ ) {
+               if ( dma->bufs[i].buf_count ) ++count;
+       }
+
+       DRM_DEBUG( "count = %d\n", count );
+
+       if ( request.count >= count ) {
+               for ( i = 0, count = 0 ; i < DRM_MAX_ORDER + 1 ; i++ ) {
+                       if ( dma->bufs[i].buf_count ) {
+                               drm_buf_desc_t *to = &request.list[count];
+                               drm_buf_entry_t *from = &dma->bufs[i];
+                               drm_freelist_t *list = &dma->bufs[i].freelist;
+                               if ( DRM_OS_COPYTOUSR( &to->count,
+                                                  &from->buf_count,
+                                                  sizeof(from->buf_count) ) ||
+                                    DRM_OS_COPYTOUSR( &to->size,
+                                                  &from->buf_size,
+                                                  sizeof(from->buf_size) ) ||
+                                    DRM_OS_COPYTOUSR( &to->low_mark,
+                                                  &list->low_mark,
+                                                  sizeof(list->low_mark) ) ||
+                                    DRM_OS_COPYTOUSR( &to->high_mark,
+                                                  &list->high_mark,
+                                                  sizeof(list->high_mark) ) )
+                                       DRM_OS_RETURN(EFAULT);
+
+                               DRM_DEBUG( "%d %d %d %d %d\n",
+                                          i,
+                                          dma->bufs[i].buf_count,
+                                          dma->bufs[i].buf_size,
+                                          dma->bufs[i].freelist.low_mark,
+                                          dma->bufs[i].freelist.high_mark );
+                               ++count;
+                       }
+               }
+       }
+       request.count = count;
+
+       DRM_OS_KRNTOUSR( (drm_buf_info_t *)data, request, sizeof(request) );
+
+       return 0;
+}
+
+int DRM(markbufs)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_desc_t request;
+       int order;
+       drm_buf_entry_t *entry;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+       DRM_DEBUG( "%d, %d, %d\n",
+                  request.size, request.low_mark, request.high_mark );
+       order = DRM(order)( request.size );
+       if ( order < DRM_MIN_ORDER || order > DRM_MAX_ORDER ) 
+               DRM_OS_RETURN(EINVAL);
+       entry = &dma->bufs[order];
+
+       if ( request.low_mark < 0 || request.low_mark > entry->buf_count )
+               DRM_OS_RETURN(EINVAL);
+       if ( request.high_mark < 0 || request.high_mark > entry->buf_count )
+               DRM_OS_RETURN(EINVAL);
+
+       entry->freelist.low_mark  = request.low_mark;
+       entry->freelist.high_mark = request.high_mark;
+
+       return 0;
+}
+
+int DRM(freebufs)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_free_t request;
+       int i;
+       int idx;
+       drm_buf_t *buf;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_free_t *)data, sizeof(request) );
+
+       DRM_DEBUG( "%d\n", request.count );
+       for ( i = 0 ; i < request.count ; i++ ) {
+               if ( DRM_OS_COPYFROMUSR( &idx,
+                                    &request.list[i],
+                                    sizeof(idx) ) )
+                       DRM_OS_RETURN(EFAULT);
+               if ( idx < 0 || idx >= dma->buf_count ) {
+                       DRM_ERROR( "Index %d (of %d max)\n",
+                                  idx, dma->buf_count - 1 );
+                       DRM_OS_RETURN(EINVAL);
+               }
+               buf = dma->buflist[idx];
+               if ( buf->pid != DRM_OS_CURRENTPID ) {
+                       DRM_ERROR( "Process %d freeing buffer owned by %d\n",
+                                  DRM_OS_CURRENTPID, buf->pid );
+                       DRM_OS_RETURN(EINVAL);
+               }
+               DRM(free_buffer)( dev, buf );
+       }
+
+       return 0;
+}
+
+int DRM(mapbufs)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       int retcode = 0;
+       const int zero = 0;
+       vm_offset_t virtual, address;
+#if __FreeBSD_version >= 500000
+       struct vmspace *vms = p->td_proc->p_vmspace;
+#else
+       struct vmspace *vms = p->p_vmspace;
+#endif
+       drm_buf_map_t request;
+       int i;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( atomic_read( &dev->buf_alloc ) ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       dev->buf_use++;         /* Can't allocate more after this call */
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_map_t *)data, sizeof(request) );
+
+       if ( request.count >= dma->buf_count ) {
+               if ( (__HAVE_AGP && (dma->flags & _DRM_DMA_USE_AGP)) ||
+                    (__HAVE_SG && (dma->flags & _DRM_DMA_USE_SG)) ) {
+                       drm_map_t *map = DRIVER_AGP_BUFFERS_MAP( dev );
+
+                       if ( !map ) {
+                               retcode = EINVAL;
+                               goto done;
+                       }
+
+                       virtual = round_page((vm_offset_t)vms->vm_daddr + MAXDSIZ);
+                       retcode = vm_mmap(&vms->vm_map,
+                                         &virtual,
+                                         round_page(map->size),
+                                         PROT_READ|PROT_WRITE, VM_PROT_ALL,
+                                         MAP_SHARED,
+                                         SLIST_FIRST(&kdev->si_hlist),
+                                         (unsigned long)map->offset );
+               } else {
+                       virtual = round_page((vm_offset_t)vms->vm_daddr + MAXDSIZ);
+                       retcode = vm_mmap(&vms->vm_map,
+                                         &virtual,
+                                         round_page(dma->byte_count),
+                                         PROT_READ|PROT_WRITE, VM_PROT_ALL,
+                                         MAP_SHARED,
+                                         SLIST_FIRST(&kdev->si_hlist),
+                                         0);
+               }
+               if (retcode)
+                       goto done;
+               request.virtual = (void *)virtual;
+
+               for ( i = 0 ; i < dma->buf_count ; i++ ) {
+                       if ( DRM_OS_COPYTOUSR( &request.list[i].idx,
+                                          &dma->buflist[i]->idx,
+                                          sizeof(request.list[0].idx) ) ) {
+                               retcode = EFAULT;
+                               goto done;
+                       }
+                       if ( DRM_OS_COPYTOUSR( &request.list[i].total,
+                                          &dma->buflist[i]->total,
+                                          sizeof(request.list[0].total) ) ) {
+                               retcode = EFAULT;
+                               goto done;
+                       }
+                       if ( DRM_OS_COPYTOUSR( &request.list[i].used,
+                                          &zero,
+                                          sizeof(zero) ) ) {
+                               retcode = EFAULT;
+                               goto done;
+                       }
+                       address = virtual + dma->buflist[i]->offset; /* *** */
+                       if ( DRM_OS_COPYTOUSR( &request.list[i].address,
+                                          &address,
+                                          sizeof(address) ) ) {
+                               retcode = EFAULT;
+                               goto done;
+                       }
+               }
+       }
+ done:
+       request.count = dma->buf_count;
+
+       DRM_DEBUG( "%d buffers, retcode = %d\n", request.count, retcode );
+
+       DRM_OS_KRNTOUSR( (drm_buf_map_t *)data, request, sizeof(request) );
+
+       DRM_OS_RETURN(retcode);
+}
+
+#endif /* __HAVE_DMA */
+
diff --git a/bsd-core/drm_context.c b/bsd-core/drm_context.c
new file mode 100644 (file)
index 0000000..8d676a2
--- /dev/null
@@ -0,0 +1,730 @@
+/* drm_context.h -- IOCTLs for generic contexts -*- linux-c -*-
+ * Created: Fri Nov 24 18:31:37 2000 by gareth@valinux.com
+ *
+ * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+#if __HAVE_CTX_BITMAP
+
+/* ================================================================
+ * Context bitmap support
+ */
+
+void DRM(ctxbitmap_free)( drm_device_t *dev, int ctx_handle )
+{
+       if ( ctx_handle < 0 ) goto failed;
+       if ( !dev->ctx_bitmap ) goto failed;
+
+       if ( ctx_handle < DRM_MAX_CTXBITMAP ) {
+               DRM_OS_LOCK;
+               clear_bit( ctx_handle, dev->ctx_bitmap );
+               dev->context_sareas[ctx_handle] = NULL;
+               DRM_OS_UNLOCK;
+               return;
+       }
+failed:
+               DRM_ERROR( "Attempt to free invalid context handle: %d\n",
+                  ctx_handle );
+               return;
+}
+
+int DRM(ctxbitmap_next)( drm_device_t *dev )
+{
+       int bit;
+
+       if(!dev->ctx_bitmap) return -1;
+
+       DRM_OS_LOCK;
+       bit = find_first_zero_bit( dev->ctx_bitmap, DRM_MAX_CTXBITMAP );
+       if ( bit < DRM_MAX_CTXBITMAP ) {
+               set_bit( bit, dev->ctx_bitmap );
+               DRM_DEBUG( "drm_ctxbitmap_next bit : %d\n", bit );
+               if((bit+1) > dev->max_context) {
+                       dev->max_context = (bit+1);
+                       if(dev->context_sareas) {
+                               drm_map_t **ctx_sareas;
+
+                               ctx_sareas = DRM(realloc)(dev->context_sareas,
+                                               (dev->max_context - 1) * 
+                                               sizeof(*dev->context_sareas),
+                                               dev->max_context * 
+                                               sizeof(*dev->context_sareas),
+                                               DRM_MEM_MAPS);
+                               if(!ctx_sareas) {
+                                       clear_bit(bit, dev->ctx_bitmap);
+                                       DRM_OS_UNLOCK;
+                                       return -1;
+                               }
+                               dev->context_sareas = ctx_sareas;
+                               dev->context_sareas[bit] = NULL;
+                       } else {
+                               /* max_context == 1 at this point */
+                               dev->context_sareas = DRM(alloc)(
+                                               dev->max_context * 
+                                               sizeof(*dev->context_sareas),
+                                               DRM_MEM_MAPS);
+                               if(!dev->context_sareas) {
+                                       clear_bit(bit, dev->ctx_bitmap);
+                                       DRM_OS_UNLOCK;
+                                       return -1;
+                               }
+                               dev->context_sareas[bit] = NULL;
+                       }
+               }
+               DRM_OS_UNLOCK;
+               return bit;
+       }
+       DRM_OS_UNLOCK;
+       return -1;
+}
+
+int DRM(ctxbitmap_init)( drm_device_t *dev )
+{
+       int i;
+       int temp;
+
+       DRM_OS_LOCK;
+       dev->ctx_bitmap = (unsigned long *) DRM(alloc)( PAGE_SIZE,
+                                                       DRM_MEM_CTXBITMAP );
+       if ( dev->ctx_bitmap == NULL ) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( (void *)dev->ctx_bitmap, 0, PAGE_SIZE );
+       dev->context_sareas = NULL;
+       dev->max_context = -1;
+       DRM_OS_UNLOCK;
+
+       for ( i = 0 ; i < DRM_RESERVED_CONTEXTS ; i++ ) {
+               temp = DRM(ctxbitmap_next)( dev );
+               DRM_DEBUG( "drm_ctxbitmap_init : %d\n", temp );
+       }
+
+       return 0;
+}
+
+void DRM(ctxbitmap_cleanup)( drm_device_t *dev )
+{
+       DRM_OS_LOCK;
+       if( dev->context_sareas ) DRM(free)( dev->context_sareas,
+                                            sizeof(*dev->context_sareas) * 
+                                            dev->max_context,
+                                            DRM_MEM_MAPS );
+       DRM(free)( (void *)dev->ctx_bitmap, PAGE_SIZE, DRM_MEM_CTXBITMAP );
+       DRM_OS_UNLOCK;
+}
+
+/* ================================================================
+ * Per Context SAREA Support
+ */
+
+int DRM(getsareactx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_priv_map_t request;
+       drm_map_t *map;
+
+       DRM_OS_KRNFROMUSR( request, (drm_ctx_priv_map_t *)data, 
+                          sizeof(request) );
+
+       DRM_OS_LOCK;
+       if (dev->max_context < 0 || request.ctx_id >= (unsigned) dev->max_context) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       map = dev->context_sareas[request.ctx_id];
+       DRM_OS_UNLOCK;
+
+       request.handle = map->handle;
+
+       DRM_OS_KRNTOUSR( (drm_ctx_priv_map_t *)data, request, sizeof(request) );
+
+       return 0;
+}
+
+int DRM(setsareactx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_priv_map_t request;
+       drm_map_t *map = NULL;
+       drm_map_list_entry_t *list;
+
+       DRM_OS_KRNFROMUSR( request, (drm_ctx_priv_map_t *)data,
+                          sizeof(request) );
+
+       DRM_OS_LOCK;
+       TAILQ_FOREACH(list, dev->maplist, link) {
+               map=list->map;
+               if(map->handle == request.handle) 
+                       goto found;
+       }
+
+bad:
+       DRM_OS_UNLOCK;
+       return -EINVAL;
+
+found:
+       map = list->map;
+       if (!map) goto bad;
+       if (dev->max_context < 0)
+               goto bad;
+       if (request.ctx_id >= (unsigned) dev->max_context)
+               goto bad;
+       dev->context_sareas[request.ctx_id] = map;
+       DRM_OS_UNLOCK;
+       return 0;
+}
+
+/* ================================================================
+ * The actual DRM context handling routines
+ */
+
+int DRM(context_switch)( drm_device_t *dev, int old, int new )
+{
+        char buf[64];
+
+        if ( test_and_set_bit( 0, &dev->context_flag ) ) {
+                DRM_ERROR( "Reentering -- FIXME\n" );
+                DRM_OS_RETURN(EBUSY);
+        }
+
+#if __HAVE_DMA_HISTOGRAM
+        dev->ctx_start = get_cycles();
+#endif
+
+        DRM_DEBUG( "Context switch from %d to %d\n", old, new );
+
+        if ( new == dev->last_context ) {
+                clear_bit( 0, &dev->context_flag );
+                return 0;
+        }
+
+        if ( DRM(flags) & DRM_FLAG_NOCTX ) {
+                DRM(context_switch_complete)( dev, new );
+        } else {
+                sprintf( buf, "C %d %d\n", old, new );
+                DRM(write_string)( dev, buf );
+        }
+
+        return 0;
+}
+
+int DRM(context_switch_complete)( drm_device_t *dev, int new )
+{
+        dev->last_context = new;  /* PRE/POST: This is the _only_ writer. */
+        dev->last_switch  = jiffies;
+
+        if ( !_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock) ) {
+                DRM_ERROR( "Lock isn't held after context switch\n" );
+        }
+
+                               /* If a context switch is ever initiated
+                                   when the kernel holds the lock, release
+                                   that lock here. */
+#if __HAVE_DMA_HISTOGRAM
+        atomic_inc( &dev->histo.ctx[DRM(histogram_slot)(get_cycles()
+                                                       - dev->ctx_start)] );
+
+#endif
+        clear_bit( 0, &dev->context_flag );
+        DRM_OS_WAKEUP( &dev->context_wait );
+
+        return 0;
+}
+
+int DRM(resctx)( DRM_OS_IOCTL )
+{
+       drm_ctx_res_t res;
+       drm_ctx_t ctx;
+       int i;
+
+       DRM_OS_KRNFROMUSR( res, (drm_ctx_res_t *)data, sizeof(res) );
+
+       if ( res.count >= DRM_RESERVED_CONTEXTS ) {
+               memset( &ctx, 0, sizeof(ctx) );
+               for ( i = 0 ; i < DRM_RESERVED_CONTEXTS ; i++ ) {
+                       ctx.handle = i;
+                       if ( DRM_OS_COPYTOUSR( &res.contexts[i],
+                                          &i, sizeof(i) ) )
+                               DRM_OS_RETURN(EFAULT);
+               }
+       }
+       res.count = DRM_RESERVED_CONTEXTS;
+
+       DRM_OS_KRNTOUSR( (drm_ctx_res_t *)data, res, sizeof(res) );
+
+       return 0;
+}
+
+int DRM(addctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       ctx.handle = DRM(ctxbitmap_next)( dev );
+       if ( ctx.handle == DRM_KERNEL_CONTEXT ) {
+                               /* Skip kernel's context and get a new one. */
+               ctx.handle = DRM(ctxbitmap_next)( dev );
+       }
+       DRM_DEBUG( "%d\n", ctx.handle );
+       if ( ctx.handle == -1 ) {
+               DRM_DEBUG( "Not enough free contexts.\n" );
+                               /* Should this return -EBUSY instead? */
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       DRM_OS_KRNTOUSR( (drm_ctx_t *)data, ctx, sizeof(ctx) );
+
+       return 0;
+}
+
+int DRM(modctx)( DRM_OS_IOCTL )
+{
+       /* This does nothing */
+       return 0;
+}
+
+int DRM(getctx)( DRM_OS_IOCTL )
+{
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       /* This is 0, because we don't handle any context flags */
+       ctx.flags = 0;
+
+       DRM_OS_KRNTOUSR( (drm_ctx_t *)data, ctx, sizeof(ctx) );
+
+       return 0;
+}
+
+int DRM(switchctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG( "%d\n", ctx.handle );
+       return DRM(context_switch)( dev, dev->last_context, ctx.handle );
+}
+
+int DRM(newctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG( "%d\n", ctx.handle );
+       DRM(context_switch_complete)( dev, ctx.handle );
+
+       return 0;
+}
+
+int DRM(rmctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG( "%d\n", ctx.handle );
+       if ( ctx.handle != DRM_KERNEL_CONTEXT ) {
+               DRM(ctxbitmap_free)( dev, ctx.handle );
+       }
+
+       return 0;
+}
+
+
+#else /* __HAVE_CTX_BITMAP */
+
+/* ================================================================
+ * Old-style context support
+ */
+
+
+int DRM(context_switch)(drm_device_t *dev, int old, int new)
+{
+       char        buf[64];
+       drm_queue_t *q;
+
+#if 0
+       atomic_inc(&dev->total_ctx);
+#endif
+
+       if (test_and_set_bit(0, &dev->context_flag)) {
+               DRM_ERROR("Reentering -- FIXME\n");
+               DRM_OS_RETURN(EBUSY);
+       }
+
+#if __HAVE_DMA_HISTOGRAM
+       dev->ctx_start = get_cycles();
+#endif
+
+       DRM_DEBUG("Context switch from %d to %d\n", old, new);
+
+       if (new >= dev->queue_count) {
+               clear_bit(0, &dev->context_flag);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (new == dev->last_context) {
+               clear_bit(0, &dev->context_flag);
+               return 0;
+       }
+
+       q = dev->queuelist[new];
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) == 1) {
+               atomic_dec(&q->use_count);
+               clear_bit(0, &dev->context_flag);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (DRM(flags) & DRM_FLAG_NOCTX) {
+               DRM(context_switch_complete)(dev, new);
+       } else {
+               sprintf(buf, "C %d %d\n", old, new);
+               DRM(write_string)(dev, buf);
+       }
+
+       atomic_dec(&q->use_count);
+
+       return 0;
+}
+
+int DRM(context_switch_complete)(drm_device_t *dev, int new)
+{
+       drm_device_dma_t *dma = dev->dma;
+
+       dev->last_context = new;  /* PRE/POST: This is the _only_ writer. */
+       dev->last_switch  = jiffies;
+
+       if (!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("Lock isn't held after context switch\n");
+       }
+
+       if (!dma || !(dma->next_buffer && dma->next_buffer->while_locked)) {
+               if (DRM(lock_free)(dev, &dev->lock.hw_lock->lock,
+                                 DRM_KERNEL_CONTEXT)) {
+                       DRM_ERROR("Cannot free lock\n");
+               }
+       }
+
+#if __HAVE_DMA_HISTOGRAM
+       atomic_inc(&dev->histo.ctx[DRM(histogram_slot)(get_cycles()
+                                                     - dev->ctx_start)]);
+
+#endif
+       clear_bit(0, &dev->context_flag);
+       DRM_OS_WAKEUP_INT(&dev->context_wait);
+
+       return 0;
+}
+
+static int DRM(init_queue)(drm_device_t *dev, drm_queue_t *q, drm_ctx_t *ctx)
+{
+       DRM_DEBUG("\n");
+
+       if (atomic_read(&q->use_count) != 1
+           || atomic_read(&q->finalization)
+           || atomic_read(&q->block_count)) {
+               DRM_ERROR("New queue is already in use: u%ld f%ld b%ld\n",
+                         (unsigned long)atomic_read(&q->use_count),
+                         (unsigned long)atomic_read(&q->finalization),
+                         (unsigned long)atomic_read(&q->block_count));
+       }
+
+       atomic_set(&q->finalization,  0);
+       atomic_set(&q->block_count,   0);
+       atomic_set(&q->block_read,    0);
+       atomic_set(&q->block_write,   0);
+       atomic_set(&q->total_queued,  0);
+       atomic_set(&q->total_flushed, 0);
+       atomic_set(&q->total_locks,   0);
+
+       q->write_queue = 0;
+       q->read_queue = 0;
+       q->flush_queue = 0;
+
+       q->flags = ctx->flags;
+
+       DRM(waitlist_create)(&q->waitlist, dev->dma->buf_count);
+
+       return 0;
+}
+
+
+/* drm_alloc_queue:
+PRE: 1) dev->queuelist[0..dev->queue_count] is allocated and will not
+       disappear (so all deallocation must be done after IOCTLs are off)
+     2) dev->queue_count < dev->queue_slots
+     3) dev->queuelist[i].use_count == 0 and
+       dev->queuelist[i].finalization == 0 if i not in use
+POST: 1) dev->queuelist[i].use_count == 1
+      2) dev->queue_count < dev->queue_slots */
+
+static int DRM(alloc_queue)(drm_device_t *dev)
+{
+       int         i;
+       drm_queue_t *queue;
+       int         oldslots;
+       int         newslots;
+                               /* Check for a free queue */
+       for (i = 0; i < dev->queue_count; i++) {
+               atomic_inc(&dev->queuelist[i]->use_count);
+               if (atomic_read(&dev->queuelist[i]->use_count) == 1
+                   && !atomic_read(&dev->queuelist[i]->finalization)) {
+                       DRM_DEBUG("%d (free)\n", i);
+                       return i;
+               }
+               atomic_dec(&dev->queuelist[i]->use_count);
+       }
+                               /* Allocate a new queue */
+       DRM_OS_LOCK;
+
+       queue = gamma_alloc(sizeof(*queue), DRM_MEM_QUEUES);
+       memset(queue, 0, sizeof(*queue));
+       atomic_set(&queue->use_count, 1);
+
+       ++dev->queue_count;
+       if (dev->queue_count >= dev->queue_slots) {
+               oldslots = dev->queue_slots * sizeof(*dev->queuelist);
+               if (!dev->queue_slots) dev->queue_slots = 1;
+               dev->queue_slots *= 2;
+               newslots = dev->queue_slots * sizeof(*dev->queuelist);
+
+               dev->queuelist = DRM(realloc)(dev->queuelist,
+                                             oldslots,
+                                             newslots,
+                                             DRM_MEM_QUEUES);
+               if (!dev->queuelist) {
+                       DRM_OS_UNLOCK;
+                       DRM_DEBUG("out of memory\n");
+                       DRM_OS_RETURN(ENOMEM);
+               }
+       }
+       dev->queuelist[dev->queue_count-1] = queue;
+
+       DRM_OS_UNLOCK;
+       DRM_DEBUG("%d (new)\n", dev->queue_count - 1);
+       return dev->queue_count - 1;
+}
+
+int DRM(resctx)( DRM_OS_IOCTL )
+{
+       drm_ctx_res_t   res;
+       drm_ctx_t       ctx;
+       int             i;
+
+       DRM_DEBUG("%d\n", DRM_RESERVED_CONTEXTS);
+       
+       DRM_OS_KRNFROMUSR( res, (drm_ctx_res_t *)data, sizeof(res) );
+
+       if (res.count >= DRM_RESERVED_CONTEXTS) {
+               memset(&ctx, 0, sizeof(ctx));
+               for (i = 0; i < DRM_RESERVED_CONTEXTS; i++) {
+                       ctx.handle = i;
+                       if (DRM_OS_COPYTOUSR(&res.contexts[i],
+                                        &i,
+                                        sizeof(i)))
+                               DRM_OS_RETURN(EFAULT);
+               }
+       }
+       res.count = DRM_RESERVED_CONTEXTS;
+
+       DRM_OS_KRNTOUSR( (drm_ctx_res_t *)data, res, sizeof(res) );
+
+       return 0;
+}
+
+int DRM(addctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       if ((ctx.handle = DRM(alloc_queue)(dev)) == DRM_KERNEL_CONTEXT) {
+                               /* Init kernel's context and get a new one. */
+               DRM(init_queue)(dev, dev->queuelist[ctx.handle], &ctx);
+               ctx.handle = DRM(alloc_queue)(dev);
+       }
+       DRM(init_queue)(dev, dev->queuelist[ctx.handle], &ctx);
+       DRM_DEBUG("%d\n", ctx.handle);
+       
+       DRM_OS_KRNTOUSR( (drm_ctx_t *)data, ctx, sizeof(ctx) );
+
+       return 0;
+}
+
+int DRM(modctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+       drm_queue_t     *q;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+
+       if (ctx.handle < 0 || ctx.handle >= dev->queue_count) 
+               DRM_OS_RETURN(EINVAL);
+       q = dev->queuelist[ctx.handle];
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) == 1) {
+                               /* No longer in use */
+               atomic_dec(&q->use_count);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (DRM_BUFCOUNT(&q->waitlist)) {
+               atomic_dec(&q->use_count);
+               DRM_OS_RETURN(EBUSY);
+       }
+
+       q->flags = ctx.flags;
+
+       atomic_dec(&q->use_count);
+       return 0;
+}
+
+int DRM(getctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+       drm_queue_t     *q;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+
+       if (ctx.handle >= dev->queue_count) 
+               DRM_OS_RETURN(EINVAL);
+       q = dev->queuelist[ctx.handle];
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) == 1) {
+                               /* No longer in use */
+               atomic_dec(&q->use_count);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       ctx.flags = q->flags;
+       atomic_dec(&q->use_count);
+
+       DRM_OS_KRNTOUSR( (drm_ctx_t *)data, ctx, sizeof(ctx) );
+
+       return 0;
+}
+
+int DRM(switchctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+       return DRM(context_switch)(dev, dev->last_context, ctx.handle);
+}
+
+int DRM(newctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+       DRM(context_switch_complete)(dev, ctx.handle);
+
+       return 0;
+}
+
+int DRM(rmctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+       drm_queue_t     *q;
+       drm_buf_t       *buf;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+
+       if (ctx.handle >= dev->queue_count) DRM_OS_RETURN(EINVAL);
+       q = dev->queuelist[ctx.handle];
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) == 1) {
+                               /* No longer in use */
+               atomic_dec(&q->use_count);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       atomic_inc(&q->finalization); /* Mark queue in finalization state */
+       atomic_sub(2, &q->use_count); /* Mark queue as unused (pending
+                                        finalization) */
+
+       while (test_and_set_bit(0, &dev->interrupt_flag)) {
+               static int never;
+               int retcode;
+               retcode = tsleep(&never, PZERO|PCATCH, "never", 1);
+               if (retcode)
+                       return retcode;
+       }
+                               /* Remove queued buffers */
+       while ((buf = DRM(waitlist_get)(&q->waitlist))) {
+               DRM(free_buffer)(dev, buf);
+       }
+       clear_bit(0, &dev->interrupt_flag);
+
+                               /* Wakeup blocked processes */
+       wakeup( &q->block_read );
+       wakeup( &q->block_write );
+       DRM_OS_WAKEUP_INT( &q->flush_queue );
+                               /* Finalization over.  Queue is made
+                                  available when both use_count and
+                                  finalization become 0, which won't
+                                  happen until all the waiting processes
+                                  stop waiting. */
+       atomic_dec(&q->finalization);
+       return 0;
+}
+
+#endif /* __HAVE_CTX_BITMAP */
diff --git a/bsd-core/drm_dma.c b/bsd-core/drm_dma.c
new file mode 100644 (file)
index 0000000..e5aef24
--- /dev/null
@@ -0,0 +1,605 @@
+/* drm_dma.c -- DMA IOCTL and function support -*- linux-c -*-
+ * Created: Fri Mar 19 14:30:16 1999 by faith@valinux.com
+ *
+ * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#include <machine/bus.h>
+#include <machine/resource.h>
+#include <sys/rman.h>
+
+#include "drmP.h"
+
+#ifndef __HAVE_DMA_WAITQUEUE
+#define __HAVE_DMA_WAITQUEUE   0
+#endif
+#ifndef __HAVE_DMA_RECLAIM
+#define __HAVE_DMA_RECLAIM     0
+#endif
+#ifndef __HAVE_SHARED_IRQ
+#define __HAVE_SHARED_IRQ      0
+#endif
+
+#if __HAVE_SHARED_IRQ
+#define DRM_IRQ_TYPE           SA_SHIRQ
+#else
+#define DRM_IRQ_TYPE           0
+#endif
+
+#if __HAVE_DMA
+
+int DRM(dma_setup)( drm_device_t *dev )
+{
+       int i;
+
+       dev->dma = DRM(alloc)( sizeof(*dev->dma), DRM_MEM_DRIVER );
+       if ( !dev->dma )
+               DRM_OS_RETURN(ENOMEM);
+
+       memset( dev->dma, 0, sizeof(*dev->dma) );
+
+       for ( i = 0 ; i <= DRM_MAX_ORDER ; i++ )
+               memset(&dev->dma->bufs[i], 0, sizeof(dev->dma->bufs[0]));
+
+       return 0;
+}
+
+void DRM(dma_takedown)(drm_device_t *dev)
+{
+       drm_device_dma_t  *dma = dev->dma;
+       int               i, j;
+
+       if (!dma) return;
+
+                               /* Clear dma buffers */
+       for (i = 0; i <= DRM_MAX_ORDER; i++) {
+               if (dma->bufs[i].seg_count) {
+                       DRM_DEBUG("order %d: buf_count = %d,"
+                                 " seg_count = %d\n",
+                                 i,
+                                 dma->bufs[i].buf_count,
+                                 dma->bufs[i].seg_count);
+                       for (j = 0; j < dma->bufs[i].seg_count; j++) {
+                               DRM(free_pages)(dma->bufs[i].seglist[j],
+                                               dma->bufs[i].page_order,
+                                               DRM_MEM_DMA);
+                       }
+                       DRM(free)(dma->bufs[i].seglist,
+                                 dma->bufs[i].seg_count
+                                 * sizeof(*dma->bufs[0].seglist),
+                                 DRM_MEM_SEGS);
+               }
+               if(dma->bufs[i].buf_count) {
+                       for(j = 0; j < dma->bufs[i].buf_count; j++) {
+                          if(dma->bufs[i].buflist[j].dev_private) {
+                             DRM(free)(dma->bufs[i].buflist[j].dev_private,
+                                       dma->bufs[i].buflist[j].dev_priv_size,
+                                       DRM_MEM_BUFS);
+                          }
+                       }
+                       DRM(free)(dma->bufs[i].buflist,
+                                 dma->bufs[i].buf_count *
+                                 sizeof(*dma->bufs[0].buflist),
+                                 DRM_MEM_BUFS);
+#if __HAVE_DMA_FREELIST
+                       DRM(freelist_destroy)(&dma->bufs[i].freelist);
+#endif
+               }
+       }
+
+       if (dma->buflist) {
+               DRM(free)(dma->buflist,
+                         dma->buf_count * sizeof(*dma->buflist),
+                         DRM_MEM_BUFS);
+       }
+
+       if (dma->pagelist) {
+               DRM(free)(dma->pagelist,
+                         dma->page_count * sizeof(*dma->pagelist),
+                         DRM_MEM_PAGES);
+       }
+       DRM(free)(dev->dma, sizeof(*dev->dma), DRM_MEM_DRIVER);
+       dev->dma = NULL;
+}
+
+
+#if __HAVE_DMA_HISTOGRAM
+/* This is slow, but is useful for debugging. */
+int DRM(histogram_slot)(unsigned long count)
+{
+       int value = DRM_DMA_HISTOGRAM_INITIAL;
+       int slot;
+
+       for (slot = 0;
+            slot < DRM_DMA_HISTOGRAM_SLOTS;
+            ++slot, value = DRM_DMA_HISTOGRAM_NEXT(value)) {
+               if (count < value) return slot;
+       }
+       return DRM_DMA_HISTOGRAM_SLOTS - 1;
+}
+
+void DRM(histogram_compute)(drm_device_t *dev, drm_buf_t *buf)
+{
+       cycles_t queued_to_dispatched;
+       cycles_t dispatched_to_completed;
+       cycles_t completed_to_freed;
+       int      q2d, d2c, c2f, q2c, q2f;
+
+       if (buf->time_queued) {
+               queued_to_dispatched    = (buf->time_dispatched
+                                          - buf->time_queued);
+               dispatched_to_completed = (buf->time_completed
+                                          - buf->time_dispatched);
+               completed_to_freed      = (buf->time_freed
+                                          - buf->time_completed);
+
+               q2d = DRM(histogram_slot)(queued_to_dispatched);
+               d2c = DRM(histogram_slot)(dispatched_to_completed);
+               c2f = DRM(histogram_slot)(completed_to_freed);
+
+               q2c = DRM(histogram_slot)(queued_to_dispatched
+                                         + dispatched_to_completed);
+               q2f = DRM(histogram_slot)(queued_to_dispatched
+                                         + dispatched_to_completed
+                                         + completed_to_freed);
+
+               atomic_inc(&dev->histo.total);
+               atomic_inc(&dev->histo.queued_to_dispatched[q2d]);
+               atomic_inc(&dev->histo.dispatched_to_completed[d2c]);
+               atomic_inc(&dev->histo.completed_to_freed[c2f]);
+
+               atomic_inc(&dev->histo.queued_to_completed[q2c]);
+               atomic_inc(&dev->histo.queued_to_freed[q2f]);
+
+       }
+       buf->time_queued     = 0;
+       buf->time_dispatched = 0;
+       buf->time_completed  = 0;
+       buf->time_freed      = 0;
+}
+#endif
+
+void DRM(free_buffer)(drm_device_t *dev, drm_buf_t *buf)
+{
+       if (!buf) return;
+
+       buf->waiting  = 0;
+       buf->pending  = 0;
+       buf->pid      = 0;
+       buf->used     = 0;
+#if __HAVE_DMA_HISTOGRAM
+       buf->time_completed = get_cycles();
+#endif
+
+       if ( buf->dma_wait ) {
+               wakeup( &buf->dma_wait );
+               buf->dma_wait = 0;
+       }
+#if __HAVE_DMA_FREELIST
+       else {
+               drm_device_dma_t *dma = dev->dma;
+                               /* If processes are waiting, the last one
+                                  to wake will put the buffer on the free
+                                  list.  If no processes are waiting, we
+                                  put the buffer on the freelist here. */
+               DRM(freelist_put)(dev, &dma->bufs[buf->order].freelist, buf);
+       }
+#endif
+}
+
+#if !__HAVE_DMA_RECLAIM
+void DRM(reclaim_buffers)(drm_device_t *dev, pid_t pid)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+
+       if (!dma) return;
+       for (i = 0; i < dma->buf_count; i++) {
+               if (dma->buflist[i]->pid == pid) {
+                       switch (dma->buflist[i]->list) {
+                       case DRM_LIST_NONE:
+                               DRM(free_buffer)(dev, dma->buflist[i]);
+                               break;
+                       case DRM_LIST_WAIT:
+                               dma->buflist[i]->list = DRM_LIST_RECLAIM;
+                               break;
+                       default:
+                               /* Buffer already on hardware. */
+                               break;
+                       }
+               }
+       }
+}
+#endif
+
+
+/* GH: This is a big hack for now...
+ */
+#if __HAVE_OLD_DMA
+
+void DRM(clear_next_buffer)(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+
+       dma->next_buffer = NULL;
+       if (dma->next_queue && !DRM_BUFCOUNT(&dma->next_queue->waitlist)) {
+               DRM_OS_WAKEUP_INT(&dma->next_queue->flush_queue);
+       }
+       dma->next_queue  = NULL;
+}
+
+int DRM(select_queue)(drm_device_t *dev, void (*wrapper)(unsigned long))
+{
+       int        i;
+       int        candidate = -1;
+       int        j         = jiffies;
+
+       if (!dev) {
+               DRM_ERROR("No device\n");
+               return -1;
+       }
+       if (!dev->queuelist || !dev->queuelist[DRM_KERNEL_CONTEXT]) {
+                               /* This only happens between the time the
+                                  interrupt is initialized and the time
+                                  the queues are initialized. */
+               return -1;
+       }
+
+                               /* Doing "while locked" DMA? */
+       if (DRM_WAITCOUNT(dev, DRM_KERNEL_CONTEXT)) {
+               return DRM_KERNEL_CONTEXT;
+       }
+
+                               /* If there are buffers on the last_context
+                                  queue, and we have not been executing
+                                  this context very long, continue to
+                                  execute this context. */
+       if (dev->last_switch <= j
+           && dev->last_switch + DRM_TIME_SLICE > j
+           && DRM_WAITCOUNT(dev, dev->last_context)) {
+               return dev->last_context;
+       }
+
+                               /* Otherwise, find a candidate */
+       for (i = dev->last_checked + 1; i < dev->queue_count; i++) {
+               if (DRM_WAITCOUNT(dev, i)) {
+                       candidate = dev->last_checked = i;
+                       break;
+               }
+       }
+
+       if (candidate < 0) {
+               for (i = 0; i < dev->queue_count; i++) {
+                       if (DRM_WAITCOUNT(dev, i)) {
+                               candidate = dev->last_checked = i;
+                               break;
+                       }
+               }
+       }
+
+       if (wrapper
+           && candidate >= 0
+           && candidate != dev->last_context
+           && dev->last_switch <= j
+           && dev->last_switch + DRM_TIME_SLICE > j) {
+               int s = splclock();
+               if (dev->timer.c_time != dev->last_switch + DRM_TIME_SLICE) {
+                       callout_reset(&dev->timer,
+                                     dev->last_switch + DRM_TIME_SLICE - j,
+                                     (void (*)(void *))wrapper,
+                                     dev);
+               }
+               splx(s);
+               return -1;
+       }
+
+       return candidate;
+}
+
+
+int DRM(dma_enqueue)(drm_device_t *dev, drm_dma_t *d)
+{
+       int               i;
+       drm_queue_t       *q;
+       drm_buf_t         *buf;
+       int               idx;
+       int               while_locked = 0;
+       drm_device_dma_t  *dma = dev->dma;
+       int               error;
+
+       DRM_DEBUG("%d\n", d->send_count);
+
+       if (d->flags & _DRM_DMA_WHILE_LOCKED) {
+               int context = dev->lock.hw_lock->lock;
+
+               if (!_DRM_LOCK_IS_HELD(context)) {
+                       DRM_ERROR("No lock held during \"while locked\""
+                                 " request\n");
+                       DRM_OS_RETURN(EINVAL);
+               }
+               if (d->context != _DRM_LOCKING_CONTEXT(context)
+                   && _DRM_LOCKING_CONTEXT(context) != DRM_KERNEL_CONTEXT) {
+                       DRM_ERROR("Lock held by %d while %d makes"
+                                 " \"while locked\" request\n",
+                                 _DRM_LOCKING_CONTEXT(context),
+                                 d->context);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               q = dev->queuelist[DRM_KERNEL_CONTEXT];
+               while_locked = 1;
+       } else {
+               q = dev->queuelist[d->context];
+       }
+
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->block_write)) {
+               atomic_inc(&q->block_count);
+               for (;;) {
+                       if (!atomic_read(&q->block_write)) break;
+                       error = tsleep(&q->block_write, PZERO|PCATCH,
+                                      "dmawr", 0);
+                       if (error) {
+                               atomic_dec(&q->use_count);
+                               return error;
+                       }
+               }
+               atomic_dec(&q->block_count);
+       }
+
+       for (i = 0; i < d->send_count; i++) {
+               idx = d->send_indices[i];
+               if (idx < 0 || idx >= dma->buf_count) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Index %d (of %d max)\n",
+                                 d->send_indices[i], dma->buf_count - 1);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               buf = dma->buflist[ idx ];
+               if (buf->pid != DRM_OS_CURRENTPID) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Process %d using buffer owned by %d\n",
+                                 DRM_OS_CURRENTPID, buf->pid);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               if (buf->list != DRM_LIST_NONE) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Process %d using buffer %d on list %d\n",
+                                 DRM_OS_CURRENTPID, buf->idx, buf->list);
+               }
+               buf->used         = d->send_sizes[i];
+               buf->while_locked = while_locked;
+               buf->context      = d->context;
+               if (!buf->used) {
+                       DRM_ERROR("Queueing 0 length buffer\n");
+               }
+               if (buf->pending) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Queueing pending buffer:"
+                                 " buffer %d, offset %d\n",
+                                 d->send_indices[i], i);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               if (buf->waiting) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Queueing waiting buffer:"
+                                 " buffer %d, offset %d\n",
+                                 d->send_indices[i], i);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               buf->waiting = 1;
+               if (atomic_read(&q->use_count) == 1
+                   || atomic_read(&q->finalization)) {
+                       DRM(free_buffer)(dev, buf);
+               } else {
+                       DRM(waitlist_put)(&q->waitlist, buf);
+                       atomic_inc(&q->total_queued);
+               }
+       }
+       atomic_dec(&q->use_count);
+
+       return 0;
+}
+
+static int DRM(dma_get_buffers_of_order)(drm_device_t *dev, drm_dma_t *d,
+                                        int order)
+{
+       int               i;
+       drm_buf_t         *buf;
+       drm_device_dma_t  *dma = dev->dma;
+
+       for (i = d->granted_count; i < d->request_count; i++) {
+               buf = DRM(freelist_get)(&dma->bufs[order].freelist,
+                                       d->flags & _DRM_DMA_WAIT);
+               if (!buf) break;
+               if (buf->pending || buf->waiting) {
+                       DRM_ERROR("Free buffer %d in use by %d (w%d, p%d)\n",
+                                 buf->idx,
+                                 buf->pid,
+                                 buf->waiting,
+                                 buf->pending);
+               }
+               buf->pid     = DRM_OS_CURRENTPID;
+               if (DRM_OS_COPYTOUSR(&d->request_indices[i],
+                                &buf->idx,
+                                sizeof(buf->idx)))
+                       DRM_OS_RETURN(EFAULT);
+
+               if (DRM_OS_COPYTOUSR(&d->request_sizes[i],
+                                &buf->total,
+                                sizeof(buf->total)))
+                       DRM_OS_RETURN(EFAULT);
+
+               ++d->granted_count;
+       }
+       return 0;
+}
+
+
+int DRM(dma_get_buffers)(drm_device_t *dev, drm_dma_t *dma)
+{
+       int               order;
+       int               retcode = 0;
+       int               tmp_order;
+
+       order = DRM(order)(dma->request_size);
+
+       dma->granted_count = 0;
+       retcode            = DRM(dma_get_buffers_of_order)(dev, dma, order);
+
+       if (dma->granted_count < dma->request_count
+           && (dma->flags & _DRM_DMA_SMALLER_OK)) {
+               for (tmp_order = order - 1;
+                    !retcode
+                            && dma->granted_count < dma->request_count
+                            && tmp_order >= DRM_MIN_ORDER;
+                    --tmp_order) {
+
+                       retcode = DRM(dma_get_buffers_of_order)(dev, dma,
+                                                               tmp_order);
+               }
+       }
+
+       if (dma->granted_count < dma->request_count
+           && (dma->flags & _DRM_DMA_LARGER_OK)) {
+               for (tmp_order = order + 1;
+                    !retcode
+                            && dma->granted_count < dma->request_count
+                            && tmp_order <= DRM_MAX_ORDER;
+                    ++tmp_order) {
+
+                       retcode = DRM(dma_get_buffers_of_order)(dev, dma,
+                                                               tmp_order);
+               }
+       }
+       return 0;
+}
+
+#endif /* __HAVE_OLD_DMA */
+
+
+#if __HAVE_DMA_IRQ
+
+int DRM(irq_install)( drm_device_t *dev, int irq )
+{
+       int rid;
+       int retcode;
+
+       if ( !irq )
+               DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_LOCK;
+       if ( dev->irq ) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(EBUSY);
+       }
+       dev->irq = irq;
+       DRM_OS_UNLOCK;
+
+       DRM_DEBUG( "%s: irq=%d\n", __FUNCTION__, irq );
+
+       dev->context_flag = 0;
+       dev->interrupt_flag = 0;
+       dev->dma_flag = 0;
+
+       dev->dma->next_buffer = NULL;
+       dev->dma->next_queue = NULL;
+       dev->dma->this_buffer = NULL;
+
+#if __HAVE_DMA_IRQ_BH
+       TASK_INIT(&dev->task, 0, DRM(dma_immediate_bh), dev);
+#endif
+
+                               /* Before installing handler */
+       DRIVER_PREINSTALL();
+
+                               /* Install handler */
+       rid = 0;
+       dev->irqr = bus_alloc_resource(dev->device, SYS_RES_IRQ, &rid,
+                                     0, ~0, 1, RF_SHAREABLE);
+       if (!dev->irqr)
+               return ENOENT;
+       
+       retcode = bus_setup_intr(dev->device, dev->irqr, INTR_TYPE_TTY,
+                                DRM(dma_service), dev, &dev->irqh);
+       if ( retcode ) {
+               DRM_OS_LOCK;
+               bus_release_resource(dev->device, SYS_RES_IRQ, 0, dev->irqr);
+               dev->irq = 0;
+               DRM_OS_UNLOCK;
+               return retcode;
+       }
+
+                               /* After installing handler */
+       DRIVER_POSTINSTALL();
+
+       return 0;
+}
+
+int DRM(irq_uninstall)( drm_device_t *dev )
+{
+       int irq;
+
+       DRM_OS_LOCK;
+       irq = dev->irq;
+       dev->irq = 0;
+       DRM_OS_UNLOCK;
+
+       if ( !irq )
+               DRM_OS_RETURN(EINVAL);
+
+       DRM_DEBUG( "%s: irq=%d\n", __FUNCTION__, irq );
+
+       DRIVER_UNINSTALL();
+
+       bus_teardown_intr(dev->device, dev->irqr, dev->irqh);
+       bus_release_resource(dev->device, SYS_RES_IRQ, 0, dev->irqr);
+       
+       return 0;
+}
+
+int DRM(control)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_control_t ctl;
+
+       DRM_OS_KRNFROMUSR( ctl, (drm_control_t *) data, sizeof(ctl) );
+
+       switch ( ctl.func ) {
+       case DRM_INST_HANDLER:
+               return DRM(irq_install)( dev, ctl.irq );
+       case DRM_UNINST_HANDLER:
+               return DRM(irq_uninstall)( dev );
+       default:
+               DRM_OS_RETURN(EINVAL);
+       }
+}
+
+#endif /* __HAVE_DMA_IRQ */
+
+#endif /* __HAVE_DMA */
diff --git a/bsd-core/drm_drawable.c b/bsd-core/drm_drawable.c
new file mode 100644 (file)
index 0000000..f57d862
--- /dev/null
@@ -0,0 +1,50 @@
+/* drm_drawable.h -- IOCTLs for drawables -*- linux-c -*-
+ * Created: Tue Feb  2 08:37:54 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+int DRM(adddraw)( DRM_OS_IOCTL )
+{
+       drm_draw_t draw;
+
+       draw.handle = 0;        /* NOOP */
+       DRM_DEBUG("%d\n", draw.handle);
+       
+       DRM_OS_KRNTOUSR( (drm_draw_t *)data, draw, sizeof(draw) );
+
+       return 0;
+}
+
+int DRM(rmdraw)( DRM_OS_IOCTL )
+{
+       return 0;               /* NOOP */
+}
diff --git a/bsd-core/drm_drv.c b/bsd-core/drm_drv.c
new file mode 100644 (file)
index 0000000..4e5d76f
--- /dev/null
@@ -0,0 +1,1160 @@
+/* drm_drv.h -- Generic driver template -*- linux-c -*-
+ * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com
+ *
+ * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+/*
+ * To use this template, you must at least define the following (samples
+ * given for the MGA driver):
+ *
+ * #define DRIVER_AUTHOR       "VA Linux Systems, Inc."
+ *
+ * #define DRIVER_NAME         "mga"
+ * #define DRIVER_DESC         "Matrox G200/G400"
+ * #define DRIVER_DATE         "20001127"
+ *
+ * #define DRIVER_MAJOR                2
+ * #define DRIVER_MINOR                0
+ * #define DRIVER_PATCHLEVEL   2
+ *
+ * #define DRIVER_IOCTL_COUNT  DRM_ARRAY_SIZE( mga_ioctls )
+ *
+ * #define DRM(x)              mga_##x
+ */
+
+#ifndef __MUST_HAVE_AGP
+#define __MUST_HAVE_AGP                        0
+#endif
+#ifndef __HAVE_CTX_BITMAP
+#define __HAVE_CTX_BITMAP              0
+#endif
+#ifndef __HAVE_DMA_IRQ
+#define __HAVE_DMA_IRQ                 0
+#endif
+#ifndef __HAVE_DMA_QUEUE
+#define __HAVE_DMA_QUEUE               0
+#endif
+#ifndef __HAVE_MULTIPLE_DMA_QUEUES
+#define __HAVE_MULTIPLE_DMA_QUEUES     0
+#endif
+#ifndef __HAVE_DMA_SCHEDULE
+#define __HAVE_DMA_SCHEDULE            0
+#endif
+#ifndef __HAVE_DMA_FLUSH
+#define __HAVE_DMA_FLUSH               0
+#endif
+#ifndef __HAVE_DMA_READY
+#define __HAVE_DMA_READY               0
+#endif
+#ifndef __HAVE_DMA_QUIESCENT
+#define __HAVE_DMA_QUIESCENT           0
+#endif
+#ifndef __HAVE_RELEASE
+#define __HAVE_RELEASE                 0
+#endif
+#ifndef __HAVE_COUNTERS
+#define __HAVE_COUNTERS                        0
+#endif
+#ifndef __HAVE_SG
+#define __HAVE_SG                      0
+#endif
+#ifndef __HAVE_KERNEL_CTX_SWITCH
+#define __HAVE_KERNEL_CTX_SWITCH       0
+#endif
+#ifndef PCI_ANY_ID
+#define PCI_ANY_ID     ~0
+#endif
+
+#ifndef DRIVER_PREINIT
+#define DRIVER_PREINIT()
+#endif
+#ifndef DRIVER_POSTINIT
+#define DRIVER_POSTINIT()
+#endif
+#ifndef DRIVER_PRERELEASE
+#define DRIVER_PRERELEASE()
+#endif
+#ifndef DRIVER_PRETAKEDOWN
+#define DRIVER_PRETAKEDOWN()
+#endif
+#ifndef DRIVER_POSTCLEANUP
+#define DRIVER_POSTCLEANUP()
+#endif
+#ifndef DRIVER_PRESETUP
+#define DRIVER_PRESETUP()
+#endif
+#ifndef DRIVER_POSTSETUP
+#define DRIVER_POSTSETUP()
+#endif
+#ifndef DRIVER_IOCTLS
+#define DRIVER_IOCTLS
+#endif
+#ifndef DRIVER_FOPS
+#if DRM_LINUX
+#include <sys/file.h>
+#include <sys/proc.h>
+#include <machine/../linux/linux.h>
+#include <machine/../linux/linux_proto.h>
+#include "drm_linux.h"
+#endif
+#endif
+
+
+/*
+ * The default number of instances (minor numbers) to initialize.
+ */
+#ifndef DRIVER_NUM_CARDS
+#define DRIVER_NUM_CARDS 1
+#endif
+
+static int DRM(init)(device_t nbdev);
+static void DRM(cleanup)(device_t nbdev);
+
+#define CDEV_MAJOR     145
+#define DRIVER_SOFTC(unit) \
+       ((drm_device_t *) devclass_get_softc(DRM(devclass), unit))
+
+#if __REALLY_HAVE_AGP
+MODULE_DEPEND(DRIVER_NAME, agp, 1, 1, 1);
+#endif
+#if DRM_LINUX
+MODULE_DEPEND(DRIVER_NAME, linux, 1, 1, 1);
+#endif
+
+static drm_device_t    *DRM(device);
+static int             *DRM(minor);
+static int             DRM(numdevs) = 0;
+
+
+static drm_ioctl_desc_t                  DRM(ioctls)[] = {
+       [DRM_IOCTL_NR(DRM_IOCTL_VERSION)]       = { DRM(version),     0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_UNIQUE)]    = { DRM(getunique),   0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_MAGIC)]     = { DRM(getmagic),    0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_IRQ_BUSID)]     = { DRM(irq_busid),   0, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_MAP)]       = { DRM(getmap),      0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_CLIENT)]    = { DRM(getclient),   0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_STATS)]     = { DRM(getstats),    0, 0 },
+
+       [DRM_IOCTL_NR(DRM_IOCTL_SET_UNIQUE)]    = { DRM(setunique),   1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_BLOCK)]         = { DRM(block),       1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_UNBLOCK)]       = { DRM(unblock),     1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AUTH_MAGIC)]    = { DRM(authmagic),   1, 1 },
+
+       [DRM_IOCTL_NR(DRM_IOCTL_ADD_MAP)]       = { DRM(addmap),      1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_RM_MAP)]        = { DRM(rmmap),       1, 0 },
+
+#if __HAVE_CTX_BITMAP
+       [DRM_IOCTL_NR(DRM_IOCTL_SET_SAREA_CTX)] = { DRM(setsareactx), 1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_SAREA_CTX)] = { DRM(getsareactx), 1, 0 },
+#endif
+
+       [DRM_IOCTL_NR(DRM_IOCTL_ADD_CTX)]       = { DRM(addctx),      1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_RM_CTX)]        = { DRM(rmctx),       1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_MOD_CTX)]       = { DRM(modctx),      1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_CTX)]       = { DRM(getctx),      1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_SWITCH_CTX)]    = { DRM(switchctx),   1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_NEW_CTX)]       = { DRM(newctx),      1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_RES_CTX)]       = { DRM(resctx),      1, 0 },
+
+       [DRM_IOCTL_NR(DRM_IOCTL_ADD_DRAW)]      = { DRM(adddraw),     1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_RM_DRAW)]       = { DRM(rmdraw),      1, 1 },
+
+       [DRM_IOCTL_NR(DRM_IOCTL_LOCK)]          = { DRM(lock),        1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_UNLOCK)]        = { DRM(unlock),      1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_FINISH)]        = { DRM(finish),      1, 0 },
+
+#if __HAVE_DMA
+       [DRM_IOCTL_NR(DRM_IOCTL_ADD_BUFS)]      = { DRM(addbufs),     1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_MARK_BUFS)]     = { DRM(markbufs),    1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_INFO_BUFS)]     = { DRM(infobufs),    1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_MAP_BUFS)]      = { DRM(mapbufs),     1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_FREE_BUFS)]     = { DRM(freebufs),    1, 0 },
+
+       /* The DRM_IOCTL_DMA ioctl should be defined by the driver.
+        */
+#if __HAVE_DMA_IRQ
+       [DRM_IOCTL_NR(DRM_IOCTL_CONTROL)]       = { DRM(control),     1, 1 },
+#endif
+#endif
+
+#if __REALLY_HAVE_AGP
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_ACQUIRE)]   = { DRM(agp_acquire), 1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_RELEASE)]   = { DRM(agp_release), 1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_ENABLE)]    = { DRM(agp_enable),  1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_INFO)]      = { DRM(agp_info),    1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_ALLOC)]     = { DRM(agp_alloc),   1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_FREE)]      = { DRM(agp_free),    1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_BIND)]      = { DRM(agp_bind),    1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_UNBIND)]    = { DRM(agp_unbind),  1, 1 },
+#endif
+
+#if __REALLY_HAVE_SG
+       [DRM_IOCTL_NR(DRM_IOCTL_SG_ALLOC)]      = { DRM(sg_alloc),    1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_SG_FREE)]       = { DRM(sg_free),     1, 1 },
+#endif
+
+       DRIVER_IOCTLS
+};
+
+#define DRIVER_IOCTL_COUNT     DRM_ARRAY_SIZE( DRM(ioctls) )
+
+
+static int DRM(probe)(device_t dev)
+{
+       const char *s = 0;
+
+       int pciid=pci_get_devid(dev);
+       int vendor = (pciid & 0x0000ffff);
+       int device = (pciid & 0xffff0000) >> 16;
+       int i=0, done=0;
+       DRM_INFO("Checking PCI vendor=%d, device=%d\n", vendor, device);
+       while ( !done && (DRM(devicelist)[i].vendor != 0 ) ) {
+               if ( (DRM(devicelist)[i].vendor == vendor) &&
+                    (DRM(devicelist)[i].device == device) ) {
+                       done=1;
+                       if ( DRM(devicelist)[i].supported )
+                               s = DRM(devicelist)[i].name;
+                       else
+                               DRM_INFO("%s not supported\n", DRM(devicelist)[i].name);
+               }
+               i++;
+       }
+       
+       if (s) {
+               device_set_desc(dev, s);
+               return 0;
+       }
+
+       return ENXIO;
+}
+
+static int DRM(attach)(device_t dev)
+{
+       return DRM(init)(dev);
+}
+
+static int DRM(detach)(device_t dev)
+{
+       DRM(cleanup)(dev);
+       return 0;
+}
+
+static device_method_t DRM(methods)[] = {
+       /* Device interface */
+       DEVMETHOD(device_probe,         DRM( probe)),
+       DEVMETHOD(device_attach,        DRM( attach)),
+       DEVMETHOD(device_detach,        DRM( detach)),
+
+       { 0, 0 }
+};
+
+static driver_t DRM(driver) = {
+       "drm",
+       DRM(methods),
+       sizeof(drm_device_t),
+};
+
+static devclass_t DRM( devclass);
+
+static struct cdevsw DRM( cdevsw) = {
+       /* open */      DRM( open ),
+       /* close */     DRM( close ),
+       /* read */      DRM( read ),
+       /* write */     DRM( write ),
+       /* ioctl */     DRM( ioctl ),
+       /* poll */      DRM( poll ),
+       /* mmap */      DRM( mmap ),
+       /* strategy */  nostrategy,
+       /* name */      DRIVER_NAME,
+       /* maj */       CDEV_MAJOR,
+       /* dump */      nodump,
+       /* psize */     nopsize,
+       /* flags */     D_TTY | D_TRACKCLOSE,
+#if __FreeBSD_version >= 500000
+       /* kqfilter */  0
+#else
+       /* bmaj */      -1
+#endif
+};
+
+static int DRM(setup)( drm_device_t *dev )
+{
+       int i;
+
+       DRIVER_PRESETUP();
+       atomic_set( &dev->ioctl_count, 0 );
+       atomic_set( &dev->vma_count, 0 );
+       dev->buf_use = 0;
+       atomic_set( &dev->buf_alloc, 0 );
+
+#if __HAVE_DMA
+       i = DRM(dma_setup)( dev );
+       if ( i < 0 )
+               return i;
+#endif
+
+       dev->counters  = 6 + __HAVE_COUNTERS;
+       dev->types[0]  = _DRM_STAT_LOCK;
+       dev->types[1]  = _DRM_STAT_OPENS;
+       dev->types[2]  = _DRM_STAT_CLOSES;
+       dev->types[3]  = _DRM_STAT_IOCTLS;
+       dev->types[4]  = _DRM_STAT_LOCKS;
+       dev->types[5]  = _DRM_STAT_UNLOCKS;
+#ifdef __HAVE_COUNTER6
+       dev->types[6]  = __HAVE_COUNTER6;
+#endif
+#ifdef __HAVE_COUNTER7
+       dev->types[7]  = __HAVE_COUNTER7;
+#endif
+#ifdef __HAVE_COUNTER8
+       dev->types[8]  = __HAVE_COUNTER8;
+#endif
+#ifdef __HAVE_COUNTER9
+       dev->types[9]  = __HAVE_COUNTER9;
+#endif
+#ifdef __HAVE_COUNTER10
+       dev->types[10] = __HAVE_COUNTER10;
+#endif
+#ifdef __HAVE_COUNTER11
+       dev->types[11] = __HAVE_COUNTER11;
+#endif
+#ifdef __HAVE_COUNTER12
+       dev->types[12] = __HAVE_COUNTER12;
+#endif
+#ifdef __HAVE_COUNTER13
+       dev->types[13] = __HAVE_COUNTER13;
+#endif
+#ifdef __HAVE_COUNTER14
+       dev->types[14] = __HAVE_COUNTER14;
+#endif
+#ifdef __HAVE_COUNTER15
+       dev->types[14] = __HAVE_COUNTER14;
+#endif
+
+       for ( i = 0 ; i < DRM_ARRAY_SIZE(dev->counts) ; i++ )
+               atomic_set( &dev->counts[i], 0 );
+
+       for ( i = 0 ; i < DRM_HASH_SIZE ; i++ ) {
+               dev->magiclist[i].head = NULL;
+               dev->magiclist[i].tail = NULL;
+       }
+
+       dev->maplist = DRM(alloc)(sizeof(*dev->maplist),
+                                 DRM_MEM_MAPS);
+       if(dev->maplist == NULL) DRM_OS_RETURN(ENOMEM);
+       memset(dev->maplist, 0, sizeof(*dev->maplist));
+       TAILQ_INIT(dev->maplist);
+       dev->map_count = 0;
+
+       dev->vmalist = NULL;
+       dev->lock.hw_lock = NULL;
+       dev->lock.lock_queue = 0;
+       dev->queue_count = 0;
+       dev->queue_reserved = 0;
+       dev->queue_slots = 0;
+       dev->queuelist = NULL;
+       dev->irq = 0;
+       dev->context_flag = 0;
+       dev->interrupt_flag = 0;
+       dev->dma_flag = 0;
+       dev->last_context = 0;
+       dev->last_switch = 0;
+       dev->last_checked = 0;
+#if __FreeBSD_version >= 500000
+       callout_init( &dev->timer, 1 );
+#else
+       callout_init( &dev->timer );
+#endif
+       dev->context_wait = 0;
+
+       dev->ctx_start = 0;
+       dev->lck_start = 0;
+
+       dev->buf_rp = dev->buf;
+       dev->buf_wp = dev->buf;
+       dev->buf_end = dev->buf + DRM_BSZ;
+       dev->buf_sigio = NULL;
+       dev->buf_readers = 0;
+       dev->buf_writers = 0;
+       dev->buf_selecting = 0;
+
+       DRM_DEBUG( "\n" );
+
+       /* The kernel's context could be created here, but is now created
+        * in drm_dma_enqueue.  This is more resource-efficient for
+        * hardware that does not do DMA, but may mean that
+        * drm_select_queue fails between the time the interrupt is
+        * initialized and the time the queues are initialized.
+        */
+       DRIVER_POSTSETUP();
+       return 0;
+}
+
+
+static int DRM(takedown)( drm_device_t *dev )
+{
+       drm_magic_entry_t *pt, *next;
+       drm_map_t *map;
+       drm_map_list_entry_t *list;
+       drm_vma_entry_t *vma, *vma_next;
+       int i;
+
+       DRM_DEBUG( "\n" );
+
+       DRIVER_PRETAKEDOWN();
+#if __HAVE_DMA_IRQ
+       if ( dev->irq ) DRM(irq_uninstall)( dev );
+#endif
+
+       DRM_OS_LOCK;
+       callout_stop( &dev->timer );
+
+       if ( dev->devname ) {
+               DRM(free)( dev->devname, strlen( dev->devname ) + 1,
+                          DRM_MEM_DRIVER );
+               dev->devname = NULL;
+       }
+
+       if ( dev->unique ) {
+               DRM(free)( dev->unique, strlen( dev->unique ) + 1,
+                          DRM_MEM_DRIVER );
+               dev->unique = NULL;
+               dev->unique_len = 0;
+       }
+                               /* Clear pid list */
+       for ( i = 0 ; i < DRM_HASH_SIZE ; i++ ) {
+               for ( pt = dev->magiclist[i].head ; pt ; pt = next ) {
+                       next = pt->next;
+                       DRM(free)( pt, sizeof(*pt), DRM_MEM_MAGIC );
+               }
+               dev->magiclist[i].head = dev->magiclist[i].tail = NULL;
+       }
+
+#if __REALLY_HAVE_AGP
+                               /* Clear AGP information */
+       if ( dev->agp ) {
+               drm_agp_mem_t *entry;
+               drm_agp_mem_t *nexte;
+
+                               /* Remove AGP resources, but leave dev->agp
+                                   intact until drv_cleanup is called. */
+               for ( entry = dev->agp->memory ; entry ; entry = nexte ) {
+                       nexte = entry->next;
+                       if ( entry->bound ) DRM(unbind_agp)( entry->handle );
+                       DRM(free_agp)( entry->handle, entry->pages );
+                       DRM(free)( entry, sizeof(*entry), DRM_MEM_AGPLISTS );
+               }
+               dev->agp->memory = NULL;
+
+               if ( dev->agp->acquired ) DRM(agp_do_release)();
+
+               dev->agp->acquired = 0;
+               dev->agp->enabled  = 0;
+       }
+#endif
+
+                               /* Clear vma list (only built for debugging) */
+       if ( dev->vmalist ) {
+               for ( vma = dev->vmalist ; vma ; vma = vma_next ) {
+                       vma_next = vma->next;
+                       DRM(free)( vma, sizeof(*vma), DRM_MEM_VMAS );
+               }
+               dev->vmalist = NULL;
+       }
+
+       if( dev->maplist ) {
+               while ((list=TAILQ_FIRST(dev->maplist))) {
+                       map = list->map;
+                       switch ( map->type ) {
+                       case _DRM_REGISTERS:
+                       case _DRM_FRAME_BUFFER:
+#if __REALLY_HAVE_MTRR
+                               if ( map->mtrr >= 0 ) {
+                                       int retcode;
+                                       retcode = mtrr_del( map->mtrr,
+                                                           map->offset,
+                                                           map->size );
+                                       DRM_DEBUG( "mtrr_del=%d\n", retcode );
+                               }
+#endif
+                               DRM(ioremapfree)( map->handle, map->size );
+                               break;
+                       case _DRM_SHM:
+                               DRM(free_pages)((unsigned long)map->handle,
+                                              DRM(order)(map->size)
+                                              - PAGE_SHIFT,
+                                              DRM_MEM_SAREA);
+                               break;
+
+                       case _DRM_AGP:
+                               /* Do nothing here, because this is all
+                                * handled in the AGP/GART driver.
+                                */
+                               break;
+                       case _DRM_SCATTER_GATHER:
+                               /* Handle it, but do nothing, if REALLY_HAVE_SG
+                                * isn't defined.
+                                */
+#if __REALLY_HAVE_SG
+                               if(dev->sg) {
+                                       DRM(sg_cleanup)(dev->sg);
+                                       dev->sg = NULL;
+                               }
+#endif
+                               break;
+                       }
+                       TAILQ_REMOVE(dev->maplist, list, link);
+                       DRM(free)(list, sizeof(*list), DRM_MEM_MAPS);
+                       DRM(free)(map, sizeof(*map), DRM_MEM_MAPS);
+               }
+               DRM(free)(dev->maplist, sizeof(*dev->maplist), DRM_MEM_MAPS);
+               dev->maplist   = NULL;
+       }
+
+#if __HAVE_DMA_QUEUE || __HAVE_MULTIPLE_DMA_QUEUES
+       if ( dev->queuelist ) {
+               for ( i = 0 ; i < dev->queue_count ; i++ ) {
+                       DRM(waitlist_destroy)( &dev->queuelist[i]->waitlist );
+                       if ( dev->queuelist[i] ) {
+                               DRM(free)( dev->queuelist[i],
+                                         sizeof(*dev->queuelist[0]),
+                                         DRM_MEM_QUEUES );
+                               dev->queuelist[i] = NULL;
+                       }
+               }
+               DRM(free)( dev->queuelist,
+                         dev->queue_slots * sizeof(*dev->queuelist),
+                         DRM_MEM_QUEUES );
+               dev->queuelist = NULL;
+       }
+       dev->queue_count = 0;
+#endif
+
+#if __HAVE_DMA
+       DRM(dma_takedown)( dev );
+#endif
+       if ( dev->lock.hw_lock ) {
+               dev->lock.hw_lock = NULL; /* SHM removed */
+               dev->lock.pid = 0;
+               DRM_OS_WAKEUP_INT(&dev->lock.lock_queue);
+       }
+       DRM_OS_UNLOCK;
+
+       return 0;
+}
+
+/*
+ * Figure out how many instances to initialize.
+ */
+static int drm_count_cards(void)
+{
+       int num = 0;
+#if defined(DRIVER_CARD_LIST)
+       int i;
+       drm_pci_list_t *l;
+       u16 device, vendor;
+       struct pci_dev *pdev = NULL;
+#endif
+
+       DRM_DEBUG( "\n" );
+
+#if defined(DRIVER_COUNT_CARDS)
+       num = DRIVER_COUNT_CARDS();
+#elif defined(DRIVER_CARD_LIST)
+       for (i = 0, l = DRIVER_CARD_LIST; l[i].vendor != 0; i++) {
+               pdev = NULL;
+               vendor = l[i].vendor;
+               device = l[i].device;
+               if(device == 0xffff) device = PCI_ANY_ID;
+               if(vendor == 0xffff) vendor = PCI_ANY_ID;
+               while ((pdev = pci_find_device(vendor, device, pdev))) {
+                       num++;  /* FIXME: What about two cards of the same device id? */
+               }
+       }
+#else
+       num = DRIVER_NUM_CARDS;
+#endif
+       DRM_DEBUG("numdevs = %d\n", num);
+       return num;
+}
+
+/* drm_init is called via init_module at module load time, or via
+ * linux/init/main.c (this is not currently supported).
+ */
+static int DRM(init)( device_t nbdev )
+{
+
+       drm_device_t *dev;
+       int i;
+#if __HAVE_CTX_BITMAP
+       int retcode;
+#endif
+       DRM_DEBUG( "\n" );
+
+#ifdef MODULE
+       DRM(parse_options)( drm_opts );
+#endif
+
+       DRM(numdevs) = drm_count_cards();
+       /* Force at least one instance. */
+       if (DRM(numdevs) <= 0)
+               DRM(numdevs) = 1;
+
+       DRM(device) = DRM_OS_MALLOC(sizeof(*DRM(device)) * DRM(numdevs));
+       if (!DRM(device)) {
+               DRM_OS_RETURN(ENOMEM);
+       }
+       DRM(minor) = DRM_OS_MALLOC(sizeof(*(DRM(minor))) * DRM(numdevs));
+       if (!DRM(minor)) {
+               DRM_OS_FREE(DRM(device));
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       DRIVER_PREINIT();
+
+
+       for (i = 0; i < DRM(numdevs); i++) {
+               int unit = device_get_unit(nbdev);
+               /* FIXME??? - multihead !!! */
+               dev = device_get_softc(nbdev);
+               memset( (void *)dev, 0, sizeof(*dev) );
+               DRM(minor)[i]=unit;
+               DRM_OS_SPININIT(dev->count_lock, "drm device");
+               lockinit(&dev->dev_lock, PZERO, "drmlk", 0, 0);
+               dev->device = nbdev;
+               dev->devnode = make_dev( &DRM(cdevsw),
+                               unit,
+                               DRM_DEV_UID,
+                               DRM_DEV_GID,
+                               DRM_DEV_MODE,
+                               "dri/card%d", unit );
+               dev->name   = DRIVER_NAME;
+               DRM(mem_init)();
+               DRM(sysctl_init)(dev);
+               TAILQ_INIT(&dev->files);
+
+#if __REALLY_HAVE_AGP
+               dev->agp = DRM(agp_init)();
+#if __MUST_HAVE_AGP
+               if ( dev->agp == NULL ) {
+                       DRM_ERROR( "Cannot initialize the agpgart module.\n" );
+                       DRM(sysctl_cleanup)( dev );
+                       destroy_dev(dev->devnode);
+                       DRM(takedown)( dev );
+                       DRM_OS_RETURN(ENOMEM);
+               }
+#endif
+#if __REALLY_HAVE_MTRR
+               if (dev->agp)
+                       dev->agp->agp_mtrr = mtrr_add( dev->agp->agp_info.aper_base,
+                                      dev->agp->agp_info.aper_size*1024*1024,
+                                      MTRR_TYPE_WRCOMB,
+                                      1 );
+#endif
+#endif
+
+#if __HAVE_CTX_BITMAP
+               retcode = DRM(ctxbitmap_init)( dev );
+               if( retcode ) {
+                       DRM_ERROR( "Cannot allocate memory for context bitmap.\n" );
+                       DRM(sysctl_cleanup)( dev );
+                       destroy_dev(dev->devnode);
+                       DRM(takedown)( dev );
+                       return retcode;
+               }
+#endif
+               DRM_INFO( "Initialized %s %d.%d.%d %s on minor %d\n",
+                       DRIVER_NAME,
+                       DRIVER_MAJOR,
+                       DRIVER_MINOR,
+                       DRIVER_PATCHLEVEL,
+                       DRIVER_DATE,
+                       DRM(minor)[i] );
+       }
+
+       DRIVER_POSTINIT();
+
+       return 0;
+}
+
+/* drm_cleanup is called via cleanup_module at module unload time.
+ */
+static void DRM(cleanup)(device_t nbdev)
+{
+       drm_device_t *dev;
+       int i;
+
+       DRM_DEBUG( "\n" );
+
+       for (i = DRM(numdevs) - 1; i >= 0; i--) {
+               /* FIXME??? - multihead */
+               dev = device_get_softc(nbdev);
+               DRM(sysctl_cleanup)( dev );
+               destroy_dev(dev->devnode);
+#if __HAVE_CTX_BITMAP
+               DRM(ctxbitmap_cleanup)( dev );
+#endif
+
+#if __REALLY_HAVE_AGP && __REALLY_HAVE_MTRR
+               if ( dev->agp && dev->agp->agp_mtrr >= 0) {
+                       int retval;
+                       retval = mtrr_del( dev->agp->agp_mtrr,
+                                  dev->agp->agp_info.aper_base,
+                                  dev->agp->agp_info.aper_size*1024*1024 );
+                       DRM_DEBUG( "mtrr_del=%d\n", retval );
+               }
+#endif
+
+               DRM(takedown)( dev );
+
+#if __REALLY_HAVE_AGP
+               if ( dev->agp ) {
+                       DRM(agp_uninit)();
+                       DRM(free)( dev->agp, sizeof(*dev->agp), DRM_MEM_AGPLISTS );
+                       dev->agp = NULL;
+               }
+#endif
+       }
+       DRIVER_POSTCLEANUP();
+       DRM_OS_FREE(DRM(minor));
+       DRM_OS_FREE(DRM(device));
+       DRM(numdevs) = 0;
+}
+
+
+int DRM(version)( DRM_OS_IOCTL )
+{
+       drm_version_t version;
+       int len;
+
+       DRM_OS_KRNFROMUSR( version, (drm_version_t *)data, sizeof(version) );
+
+#define DRM_COPY( name, value )                                                \
+       len = strlen( value );                                          \
+       if ( len > name##_len ) len = name##_len;                       \
+       name##_len = strlen( value );                                   \
+       if ( len && name ) {                                            \
+               if ( DRM_OS_COPYTOUSR( name, value, len ) )             \
+                       DRM_OS_RETURN(EFAULT);                          \
+       }
+
+       version.version_major = DRIVER_MAJOR;
+       version.version_minor = DRIVER_MINOR;
+       version.version_patchlevel = DRIVER_PATCHLEVEL;
+
+       DRM_COPY( version.name, DRIVER_NAME );
+       DRM_COPY( version.date, DRIVER_DATE );
+       DRM_COPY( version.desc, DRIVER_DESC );
+
+       DRM_OS_KRNTOUSR( (drm_version_t *)data, version, sizeof(version) );
+
+       return 0;
+}
+
+int DRM( open)(dev_t kdev, int flags, int fmt, DRM_OS_STRUCTPROC *p)
+{
+       drm_device_t *dev = NULL;
+       int retcode = 0;
+       int i;
+
+       for (i = 0; i < DRM(numdevs); i++) {
+               /* FIXME ??? - multihead */
+               dev    = DRIVER_SOFTC(minor(kdev));
+       }
+       if (!dev) {
+               DRM_OS_RETURN(ENODEV);
+       }
+
+       DRM_DEBUG( "open_count = %d\n", dev->open_count );
+
+       device_busy(dev->device);
+       retcode = DRM(open_helper)(kdev, flags, fmt, p, dev);
+
+       if ( !retcode ) {
+               atomic_inc( &dev->counts[_DRM_STAT_OPENS] );
+               DRM_OS_SPINLOCK( &dev->count_lock );
+               if ( !dev->open_count++ ) {
+                       DRM_OS_SPINUNLOCK( &dev->count_lock );
+                       return DRM(setup)( dev );
+               }
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+       }
+       device_unbusy(dev->device);
+
+       return retcode;
+}
+
+int DRM( close)(dev_t kdev, int flags, int fmt, DRM_OS_STRUCTPROC *p)
+{
+       drm_file_t *priv;
+       drm_device_t  *dev    = kdev->si_drv1;
+       int retcode = 0;
+
+       DRM_DEBUG( "open_count = %d\n", dev->open_count );
+       priv = DRM(find_file_by_proc)(dev, p);
+       if (!priv) {
+               DRM_DEBUG("can't find authenticator\n");
+               return EINVAL;
+       }
+
+       DRIVER_PRERELEASE();
+
+       /* ========================================================
+        * Begin inline drm_release
+        */
+
+       DRM_DEBUG( "pid = %d, device = 0x%lx, open_count = %d\n",
+                  DRM_OS_CURRENTPID, (long)dev->device, dev->open_count );
+
+       if (dev->lock.hw_lock && _DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)
+           && dev->lock.pid == DRM_OS_CURRENTPID) {
+               DRM_DEBUG("Process %d dead, freeing lock for context %d\n",
+                         DRM_OS_CURRENTPID,
+                         _DRM_LOCKING_CONTEXT(dev->lock.hw_lock->lock));
+#if HAVE_DRIVER_RELEASE
+               DRIVER_RELEASE();
+#endif
+               DRM(lock_free)(dev,
+                             &dev->lock.hw_lock->lock,
+                             _DRM_LOCKING_CONTEXT(dev->lock.hw_lock->lock));
+               
+                               /* FIXME: may require heavy-handed reset of
+                                   hardware at this point, possibly
+                                   processed via a callback to the X
+                                   server. */
+       }
+#if __HAVE_RELEASE
+       else if ( dev->lock.hw_lock ) {
+               /* The lock is required to reclaim buffers */
+               for (;;) {
+                       if ( !dev->lock.hw_lock ) {
+                               /* Device has been unregistered */
+                               retcode = EINTR;
+                               break;
+                       }
+                       if ( DRM(lock_take)( &dev->lock.hw_lock->lock,
+                                            DRM_KERNEL_CONTEXT ) ) {
+                               dev->lock.pid       = p->p_pid;
+                               dev->lock.lock_time = jiffies;
+                                atomic_inc( &dev->counts[_DRM_STAT_LOCKS] );
+                               break;  /* Got lock */
+                       }
+                               /* Contention */
+#if 0
+                       atomic_inc( &dev->total_sleeps );
+#endif
+                       retcode = tsleep(&dev->lock.lock_queue,
+                                       PZERO|PCATCH,
+                                       "drmlk2",
+                                       0);
+                       if (retcode)
+                               break;
+               }
+               if( !retcode ) {
+                       DRIVER_RELEASE();
+                       DRM(lock_free)( dev, &dev->lock.hw_lock->lock,
+                                       DRM_KERNEL_CONTEXT );
+               }
+       }
+#elif __HAVE_DMA
+       DRM(reclaim_buffers)( dev, priv->pid );
+#endif
+
+       funsetown(dev->buf_sigio);
+
+       DRM_OS_LOCK;
+       priv = DRM(find_file_by_proc)(dev, p);
+       if (priv) {
+               priv->refs--;
+               if (!priv->refs) {
+                       TAILQ_REMOVE(&dev->files, priv, link);
+               }
+       }
+       DRM_OS_UNLOCK;
+
+       DRM(free)( priv, sizeof(*priv), DRM_MEM_FILES );
+
+       /* ========================================================
+        * End inline drm_release
+        */
+
+       atomic_inc( &dev->counts[_DRM_STAT_CLOSES] );
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( !--dev->open_count ) {
+               if ( atomic_read( &dev->ioctl_count ) || dev->blocked ) {
+                       DRM_ERROR( "Device busy: %ld %d\n",
+                               (unsigned long)atomic_read( &dev->ioctl_count ),
+                                  dev->blocked );
+                       DRM_OS_SPINUNLOCK( &dev->count_lock );
+                       DRM_OS_RETURN(EBUSY);
+               }
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               device_unbusy(dev->device);
+               return DRM(takedown)( dev );
+       }
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       
+       DRM_OS_RETURN(retcode);
+}
+
+/* DRM(ioctl) is called whenever a process performs an ioctl on /dev/drm.
+ */
+int DRM(ioctl)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       int retcode = 0;
+       drm_ioctl_desc_t *ioctl;
+       d_ioctl_t *func;
+       int nr = DRM_IOCTL_NR(cmd);
+       DRM_OS_PRIV;
+
+       atomic_inc( &dev->ioctl_count );
+       atomic_inc( &dev->counts[_DRM_STAT_IOCTLS] );
+       ++priv->ioctl_count;
+
+       DRM_DEBUG( "pid=%d, cmd=0x%02lx, nr=0x%02x, dev 0x%lx, auth=%d\n",
+                DRM_OS_CURRENTPID, cmd, nr, (long)dev->device, priv->authenticated );
+
+       switch (cmd) {
+       case FIONBIO:
+               atomic_dec(&dev->ioctl_count);
+               return 0;
+
+       case FIOASYNC:
+               atomic_dec(&dev->ioctl_count);
+               dev->flags |= FASYNC;
+               return 0;
+
+       case FIOSETOWN:
+               atomic_dec(&dev->ioctl_count);
+               return fsetown(*(int *)data, &dev->buf_sigio);
+
+       case FIOGETOWN:
+               atomic_dec(&dev->ioctl_count);
+               *(int *) data = fgetown(dev->buf_sigio);
+               return 0;
+       }
+
+       if ( nr >= DRIVER_IOCTL_COUNT ) {
+               retcode = EINVAL;
+       } else {
+               ioctl = &DRM(ioctls)[nr];
+               func = ioctl->func;
+
+               if ( !func ) {
+                       DRM_DEBUG( "no function\n" );
+                       retcode = EINVAL;
+               } else if ( ( ioctl->root_only && DRM_OS_CHECKSUSER ) 
+                        || ( ioctl->auth_needed && !priv->authenticated ) ) {
+                       retcode = EACCES;
+               } else {
+                       retcode = func( kdev, cmd, data, flags, p );
+               }
+       }
+
+       atomic_dec( &dev->ioctl_count );
+       DRM_OS_RETURN(retcode);
+}
+
+int DRM(lock)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+        drm_lock_t lock;
+        int ret = 0;
+#if __HAVE_MULTIPLE_DMA_QUEUES
+       drm_queue_t *q;
+#endif
+#if __HAVE_DMA_HISTOGRAM
+        cycles_t start;
+
+        dev->lck_start = start = get_cycles();
+#endif
+
+       DRM_OS_KRNFROMUSR( lock, (drm_lock_t *)data, sizeof(lock) );
+
+        if ( lock.context == DRM_KERNEL_CONTEXT ) {
+                DRM_ERROR( "Process %d using kernel context %d\n",
+                          DRM_OS_CURRENTPID, lock.context );
+                DRM_OS_RETURN(EINVAL);
+        }
+
+        DRM_DEBUG( "%d (pid %d) requests lock (0x%08x), flags = 0x%08x\n",
+                  lock.context, DRM_OS_CURRENTPID,
+                  dev->lock.hw_lock->lock, lock.flags );
+
+#if __HAVE_DMA_QUEUE
+        if ( lock.context < 0 )
+                DRM_OS_RETURN(EINVAL);
+#elif __HAVE_MULTIPLE_DMA_QUEUES
+        if ( lock.context < 0 || lock.context >= dev->queue_count )
+                DRM_OS_RETURN(EINVAL);
+       q = dev->queuelist[lock.context];
+#endif
+
+#if __HAVE_DMA_FLUSH
+       ret = DRM(flush_block_and_flush)( dev, lock.context, lock.flags );
+#endif
+        if ( !ret ) {
+                for (;;) {
+                        if ( !dev->lock.hw_lock ) {
+                                /* Device has been unregistered */
+                                ret = EINTR;
+                                break;
+                        }
+                        if ( DRM(lock_take)( &dev->lock.hw_lock->lock,
+                                            lock.context ) ) {
+                                dev->lock.pid       = DRM_OS_CURRENTPID;
+                                dev->lock.lock_time = jiffies;
+                                atomic_inc( &dev->counts[_DRM_STAT_LOCKS] );
+                                break;  /* Got lock */
+                        }
+
+                                /* Contention */
+                       ret = tsleep(&dev->lock.lock_queue,
+                                       PZERO|PCATCH,
+                                       "drmlk2",
+                                       0);
+                       if (ret)
+                               break;
+                }
+        }
+
+#if __HAVE_DMA_FLUSH
+       DRM(flush_unblock)( dev, lock.context, lock.flags ); /* cleanup phase */
+#endif
+
+        if ( !ret ) {
+
+#if __HAVE_DMA_READY
+                if ( lock.flags & _DRM_LOCK_READY ) {
+                       DRIVER_DMA_READY();
+               }
+#endif
+#if __HAVE_DMA_QUIESCENT
+                if ( lock.flags & _DRM_LOCK_QUIESCENT ) {
+                       DRIVER_DMA_QUIESCENT();
+               }
+#endif
+#if __HAVE_KERNEL_CTX_SWITCH
+               if ( dev->last_context != lock.context ) {
+                       DRM(context_switch)(dev, dev->last_context,
+                                           lock.context);
+               }
+#endif
+        }
+
+        DRM_DEBUG( "%d %s\n", lock.context, ret ? "interrupted" : "has lock" );
+
+#if __HAVE_DMA_HISTOGRAM
+        atomic_inc(&dev->histo.lacq[DRM(histogram_slot)(get_cycles()-start)]);
+#endif
+
+       DRM_OS_RETURN(ret);
+}
+
+
+int DRM(unlock)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_lock_t lock;
+
+       DRM_OS_KRNFROMUSR( lock, (drm_lock_t *)data, sizeof(lock) ) ;
+
+       if ( lock.context == DRM_KERNEL_CONTEXT ) {
+               DRM_ERROR( "Process %d using kernel context %d\n",
+                          DRM_OS_CURRENTPID, lock.context );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       atomic_inc( &dev->counts[_DRM_STAT_UNLOCKS] );
+
+#if __HAVE_KERNEL_CTX_SWITCH
+       /* We no longer really hold it, but if we are the next
+        * agent to request it then we should just be able to
+        * take it immediately and not eat the ioctl.
+        */
+       dev->lock.pid = 0;
+       {
+               __volatile__ unsigned int *plock = &dev->lock.hw_lock->lock;
+               unsigned int old, new, prev, ctx;
+
+               ctx = lock.context;
+               do {
+                       old  = *plock;
+                       new  = ctx;
+                       prev = cmpxchg(plock, old, new);
+               } while (prev != old);
+       }
+       wake_up_interruptible(&dev->lock.lock_queue);
+#else
+       DRM(lock_transfer)( dev, &dev->lock.hw_lock->lock,
+                           DRM_KERNEL_CONTEXT );
+#if __HAVE_DMA_SCHEDULE
+       DRM(dma_schedule)( dev, 1 );
+#endif
+
+       /* FIXME: Do we ever really need to check this???
+        */
+       if ( 1 /* !dev->context_flag */ ) {
+               if ( DRM(lock_free)( dev, &dev->lock.hw_lock->lock,
+                                    DRM_KERNEL_CONTEXT ) ) {
+                       DRM_ERROR( "\n" );
+               }
+       }
+#endif /* !__HAVE_KERNEL_CTX_SWITCH */
+
+       return 0;
+}
+
+#if DRM_LINUX
+static linux_ioctl_function_t DRM( linux_ioctl);
+static struct linux_ioctl_handler DRM( handler) = {DRM( linux_ioctl), LINUX_IOCTL_DRM_MIN, LINUX_IOCTL_DRM_MAX};
+SYSINIT  (DRM( register),   SI_SUB_KLD, SI_ORDER_MIDDLE, linux_ioctl_register_handler, &DRM( handler));
+SYSUNINIT(DRM( unregister), SI_SUB_KLD, SI_ORDER_MIDDLE, linux_ioctl_unregister_handler, &DRM( handler));
+
+/*
+ * Linux emulation IOCTL
+ */
+static int
+DRM(linux_ioctl)(DRM_OS_STRUCTPROC *p, struct linux_ioctl_args* args)
+{
+#if (__FreeBSD_version >= 500000)
+    struct file                *fp = p->td_proc->p_fd->fd_ofiles[args->fd];
+#else
+    struct file                *fp = p->p_fd->fd_ofiles[args->fd];
+#endif
+    u_long             cmd = args->cmd;
+    caddr_t             data = (caddr_t) args->arg;
+    /*
+     * Pass the ioctl off to our standard handler.
+     */
+    return(fo_ioctl(fp, cmd, data, p));
+}
+#endif /* DRM_LINUX */
diff --git a/bsd-core/drm_fops.c b/bsd-core/drm_fops.c
new file mode 100644 (file)
index 0000000..53af39c
--- /dev/null
@@ -0,0 +1,223 @@
+/* drm_fops.h -- File operations for DRM -*- linux-c -*-
+ * Created: Mon Jan  4 08:58:31 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Daryll Strauss <daryll@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+
+#include <sys/signalvar.h>
+#include <sys/poll.h>
+
+drm_file_t *DRM(find_file_by_proc)(drm_device_t *dev, DRM_OS_STRUCTPROC *p)
+{
+#if __FreeBSD_version >= 500021
+       uid_t uid = p->td_proc->p_ucred->cr_svuid;
+       pid_t pid = p->td_proc->p_pid;
+#else
+       uid_t uid = p->p_cred->p_svuid;
+       pid_t pid = p->p_pid;
+#endif
+       drm_file_t *priv;
+
+       TAILQ_FOREACH(priv, &dev->files, link)
+               if (priv->pid == pid && priv->uid == uid)
+                       return priv;
+       return NULL;
+}
+
+/* DRM(open) is called whenever a process opens /dev/drm. */
+
+int DRM(open_helper)(dev_t kdev, int flags, int fmt, DRM_OS_STRUCTPROC *p,
+                   drm_device_t *dev)
+{
+       int          m = minor(kdev);
+       drm_file_t   *priv;
+
+       if (flags & O_EXCL)
+               return EBUSY; /* No exclusive opens */
+       dev->flags = flags;
+       if (!DRM(cpu_valid)())
+               DRM_OS_RETURN(EINVAL);
+
+       DRM_DEBUG("pid = %d, minor = %d\n", DRM_OS_CURRENTPID, m);
+
+       /* FIXME: linux mallocs and bzeros here */
+       priv = (drm_file_t *) DRM(find_file_by_proc)(dev, p);
+       if (priv) {
+               priv->refs++;
+       } else {
+               priv = (drm_file_t *) DRM(alloc)(sizeof(*priv), DRM_MEM_FILES);
+               bzero(priv, sizeof(*priv));
+#if __FreeBSD_version >= 500000
+               priv->uid               = p->td_proc->p_ucred->cr_svuid;
+               priv->pid               = p->td_proc->p_pid;
+#else
+               priv->uid               = p->p_cred->p_svuid;
+               priv->pid               = p->p_pid;
+#endif
+
+               priv->refs              = 1;
+               priv->minor             = m;
+               priv->devXX             = dev;
+               priv->ioctl_count       = 0;
+               priv->authenticated     = !DRM_OS_CHECKSUSER;
+               lockmgr(&dev->dev_lock, LK_EXCLUSIVE, 0, p);
+               TAILQ_INSERT_TAIL(&dev->files, priv, link);
+               lockmgr(&dev->dev_lock, LK_RELEASE, 0, p);
+       }
+
+       kdev->si_drv1 = dev;
+
+
+       return 0;
+}
+
+
+/* The drm_read and drm_write_string code (especially that which manages
+   the circular buffer), is based on Alessandro Rubini's LINUX DEVICE
+   DRIVERS (Cambridge: O'Reilly, 1998), pages 111-113. */
+
+ssize_t DRM(read)(dev_t kdev, struct uio *uio, int ioflag)
+{
+       DRM_OS_DEVICE;
+       int           left;
+       int           avail;
+       int           send;
+       int           cur;
+       int           error = 0;
+
+       DRM_DEBUG("%p, %p\n", dev->buf_rp, dev->buf_wp);
+
+       while (dev->buf_rp == dev->buf_wp) {
+               DRM_DEBUG("  sleeping\n");
+               if (dev->flags & FASYNC)
+                       return EWOULDBLOCK;
+               error = tsleep(&dev->buf_rp, PZERO|PCATCH, "drmrd", 0);
+               if (error) {
+                       DRM_DEBUG("  interrupted\n");
+                       return error;
+               }
+               DRM_DEBUG("  awake\n");
+       }
+
+       left  = (dev->buf_rp + DRM_BSZ - dev->buf_wp) % DRM_BSZ;
+       avail = DRM_BSZ - left;
+       send  = DRM_MIN(avail, uio->uio_resid);
+
+       while (send) {
+               if (dev->buf_wp > dev->buf_rp) {
+                       cur = DRM_MIN(send, dev->buf_wp - dev->buf_rp);
+               } else {
+                       cur = DRM_MIN(send, dev->buf_end - dev->buf_rp);
+               }
+               error = uiomove(dev->buf_rp, cur, uio);
+               if (error)
+                       break;
+               dev->buf_rp += cur;
+               if (dev->buf_rp == dev->buf_end) dev->buf_rp = dev->buf;
+               send -= cur;
+       }
+
+       wakeup(&dev->buf_wp);
+       return error;
+}
+
+int DRM(write_string)(drm_device_t *dev, const char *s)
+{
+       int left   = (dev->buf_rp + DRM_BSZ - dev->buf_wp) % DRM_BSZ;
+       int send   = strlen(s);
+       int count;
+
+       DRM_DEBUG("%d left, %d to send (%p, %p)\n",
+                 left, send, dev->buf_rp, dev->buf_wp);
+
+       if (left == 1 || dev->buf_wp != dev->buf_rp) {
+               DRM_ERROR("Buffer not empty (%d left, wp = %p, rp = %p)\n",
+                         left,
+                         dev->buf_wp,
+                         dev->buf_rp);
+       }
+
+       while (send) {
+               if (dev->buf_wp >= dev->buf_rp) {
+                       count = DRM_MIN(send, dev->buf_end - dev->buf_wp);
+                       if (count == left) --count; /* Leave a hole */
+               } else {
+                       count = DRM_MIN(send, dev->buf_rp - dev->buf_wp - 1);
+               }
+               strncpy(dev->buf_wp, s, count);
+               dev->buf_wp += count;
+               if (dev->buf_wp == dev->buf_end) dev->buf_wp = dev->buf;
+               send -= count;
+       }
+
+       if (dev->buf_selecting) {
+               dev->buf_selecting = 0;
+               selwakeup(&dev->buf_sel);
+       }
+               
+       DRM_DEBUG("dev->buf_sigio=%p\n", dev->buf_sigio);
+       if (dev->buf_sigio) {
+               DRM_DEBUG("dev->buf_sigio->sio_pgid=%d\n", dev->buf_sigio->sio_pgid);
+               pgsigio(dev->buf_sigio, SIGIO, 0);
+       }
+       DRM_DEBUG("waking\n");
+       wakeup(&dev->buf_rp);
+
+       return 0;
+}
+
+int DRM(poll)(dev_t kdev, int events, DRM_OS_STRUCTPROC *p)
+{
+       drm_device_t  *dev    = kdev->si_drv1;
+       int           s;
+       int           revents = 0;
+
+       s = spldrm();
+       if (events & (POLLIN | POLLRDNORM)) {
+               int left  = (dev->buf_rp + DRM_BSZ - dev->buf_wp) % DRM_BSZ;
+               if (left > 0)
+                       revents |= events & (POLLIN | POLLRDNORM);
+               else
+                       selrecord(p, &dev->buf_sel);
+       }
+       splx(s);
+
+       return revents;
+}
+
+int DRM(write)(dev_t kdev, struct uio *uio, int ioflag)
+{
+        DRM_DEBUG("pid = %d, device = %p, open_count = %d\n",
+                  curproc->p_pid, ((drm_device_t *)kdev->si_drv1)->device, ((drm_device_t *)kdev->si_drv1)->open_count);
+        return 0;
+}
diff --git a/bsd-core/drm_ioctl.c b/bsd-core/drm_ioctl.c
new file mode 100644 (file)
index 0000000..1e8281e
--- /dev/null
@@ -0,0 +1,237 @@
+/* drm_ioctl.h -- IOCTL processing for DRM -*- linux-c -*-
+ * Created: Fri Jan  8 09:01:26 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+#include <sys/bus.h>
+#include <pci/pcivar.h>
+
+int DRM(irq_busid)( DRM_OS_IOCTL )
+{
+       drm_irq_busid_t id;
+       devclass_t pci;
+       device_t bus, dev;
+       device_t *kids;
+       int error, i, num_kids;
+
+       DRM_OS_KRNFROMUSR( id, (drm_irq_busid_t *)data, sizeof(id) );
+
+       pci = devclass_find("pci");
+       if (!pci)
+               return ENOENT;
+       bus = devclass_get_device(pci, id.busnum);
+       if (!bus)
+               return ENOENT;
+       error = device_get_children(bus, &kids, &num_kids);
+       if (error)
+               return error;
+
+       dev = 0;
+       for (i = 0; i < num_kids; i++) {
+               dev = kids[i];
+               if (pci_get_slot(dev) == id.devnum
+                   && pci_get_function(dev) == id.funcnum)
+                       break;
+       }
+
+       free(kids, M_TEMP);
+
+       if (i != num_kids)
+               id.irq = pci_get_irq(dev);
+       else
+               id.irq = 0;
+       DRM_DEBUG("%d:%d:%d => IRQ %d\n",
+                 id.busnum, id.devnum, id.funcnum, id.irq);
+       
+       DRM_OS_KRNTOUSR( (drm_irq_busid_t *)data, id, sizeof(id) );
+
+       return 0;
+}
+
+int DRM(getunique)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_unique_t     u;
+
+       DRM_OS_KRNFROMUSR( u, (drm_unique_t *)data, sizeof(u) );
+
+       if (u.unique_len >= dev->unique_len) {
+               if (DRM_OS_COPYTOUSR(u.unique, dev->unique, dev->unique_len))
+                       DRM_OS_RETURN(EFAULT);
+       }
+       u.unique_len = dev->unique_len;
+
+       DRM_OS_KRNTOUSR( (drm_unique_t *)data, u, sizeof(u) );
+
+       return 0;
+}
+
+int DRM(setunique)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_unique_t     u;
+
+       if (dev->unique_len || dev->unique)
+               DRM_OS_RETURN(EBUSY);
+
+       DRM_OS_KRNFROMUSR( u, (drm_unique_t *)data, sizeof(u) );
+
+       if (!u.unique_len || u.unique_len > 1024)
+               DRM_OS_RETURN(EINVAL);
+
+       dev->unique_len = u.unique_len;
+       dev->unique     = DRM(alloc)(u.unique_len + 1, DRM_MEM_DRIVER);
+
+       if(!dev->unique) DRM_OS_RETURN(ENOMEM);
+
+       if (DRM_OS_COPYFROMUSR(dev->unique, u.unique, dev->unique_len))
+               DRM_OS_RETURN(EFAULT);
+
+       dev->unique[dev->unique_len] = '\0';
+
+       dev->devname = DRM(alloc)(strlen(dev->name) + strlen(dev->unique) + 2,
+                                 DRM_MEM_DRIVER);
+       if(!dev->devname) {
+               DRM(free)(dev->devname, sizeof(*dev->devname), DRM_MEM_DRIVER);
+               DRM_OS_RETURN(ENOMEM);
+       }
+       sprintf(dev->devname, "%s@%s", dev->name, dev->unique);
+
+
+       return 0;
+}
+
+
+int DRM(getmap)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_map_t    map;
+       drm_map_t    *mapinlist;
+       drm_map_list_entry_t *list;
+       int          idx;
+       int          i = 0;
+
+       DRM_OS_KRNFROMUSR( map, (drm_map_t *)data, sizeof(map) );
+
+       idx = map.offset;
+
+       DRM_OS_LOCK;
+       if (idx < 0 || idx >= dev->map_count) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       TAILQ_FOREACH(list, dev->maplist, link) {
+               mapinlist = list->map;
+               if (i==idx) {
+                       map.offset = mapinlist->offset;
+                       map.size   = mapinlist->size;
+                       map.type   = mapinlist->type;
+                       map.flags  = mapinlist->flags;
+                       map.handle = mapinlist->handle;
+                       map.mtrr   = mapinlist->mtrr;
+                       break;
+               }
+               i++;
+       }
+
+       DRM_OS_UNLOCK;
+
+       if (!list)
+               return EINVAL;
+
+       DRM_OS_KRNTOUSR( (drm_map_t *)data, map, sizeof(map) );
+
+       return 0;
+}
+
+int DRM(getclient)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_client_t client;
+       drm_file_t   *pt;
+       int          idx;
+       int          i = 0;
+
+       DRM_OS_KRNFROMUSR( client, (drm_client_t *)data, sizeof(client) );
+
+       idx = client.idx;
+       DRM_OS_LOCK;
+       TAILQ_FOREACH(pt, &dev->files, link) {
+               if (i==idx)
+               {
+                       client.auth  = pt->authenticated;
+                       client.pid   = pt->pid;
+                       client.uid   = pt->uid;
+                       client.magic = pt->magic;
+                       client.iocs  = pt->ioctl_count;
+                       DRM_OS_UNLOCK;
+
+                       *(drm_client_t *)data = client;
+                       return 0;
+               }
+               i++;
+       }
+       DRM_OS_UNLOCK;
+
+       DRM_OS_KRNTOUSR( (drm_client_t *)data, client, sizeof(client) );
+
+       return 0;
+}
+
+int DRM(getstats)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_stats_t  stats;
+       int          i;
+
+       memset(&stats, 0, sizeof(stats));
+       
+       DRM_OS_LOCK;
+
+       for (i = 0; i < dev->counters; i++) {
+               if (dev->types[i] == _DRM_STAT_LOCK)
+                       stats.data[i].value
+                               = (dev->lock.hw_lock
+                                  ? dev->lock.hw_lock->lock : 0);
+               else 
+                       stats.data[i].value = atomic_read(&dev->counts[i]);
+               stats.data[i].type  = dev->types[i];
+       }
+       
+       stats.count = dev->counters;
+
+       DRM_OS_UNLOCK;
+
+       DRM_OS_KRNTOUSR( (drm_stats_t *)data, stats, sizeof(stats) );
+
+       return 0;
+}
diff --git a/bsd-core/drm_lock.c b/bsd-core/drm_lock.c
new file mode 100644 (file)
index 0000000..863a228
--- /dev/null
@@ -0,0 +1,244 @@
+/* lock.c -- IOCTLs for locking -*- linux-c -*-
+ * Created: Tue Feb  2 08:37:54 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+int DRM(block)( DRM_OS_IOCTL )
+{
+       DRM_DEBUG("\n");
+       return 0;
+}
+
+int DRM(unblock)( DRM_OS_IOCTL )
+{
+       DRM_DEBUG("\n");
+       return 0;
+}
+
+int DRM(lock_take)(__volatile__ unsigned int *lock, unsigned int context)
+{
+       unsigned int old, new;
+
+       char failed;
+
+       do {
+               old = *lock;
+               if (old & _DRM_LOCK_HELD) new = old | _DRM_LOCK_CONT;
+               else                      new = context | _DRM_LOCK_HELD;
+               _DRM_CAS(lock, old, new, failed);
+       } while (failed);
+       if (_DRM_LOCKING_CONTEXT(old) == context) {
+               if (old & _DRM_LOCK_HELD) {
+                       if (context != DRM_KERNEL_CONTEXT) {
+                               DRM_ERROR("%d holds heavyweight lock\n",
+                                         context);
+                       }
+                       return 0;
+               }
+       }
+       if (new == (context | _DRM_LOCK_HELD)) {
+                               /* Have lock */
+               return 1;
+       }
+       return 0;
+}
+
+/* This takes a lock forcibly and hands it to context. Should ONLY be used
+   inside *_unlock to give lock to kernel before calling *_dma_schedule. */
+int DRM(lock_transfer)(drm_device_t *dev,
+                      __volatile__ unsigned int *lock, unsigned int context)
+{
+       unsigned int old, new;
+       char failed;
+
+       dev->lock.pid = 0;
+       do {
+               old  = *lock;
+               new  = context | _DRM_LOCK_HELD;
+               _DRM_CAS(lock, old, new, failed);
+       } while (failed);
+       return 1;
+}
+
+int DRM(lock_free)(drm_device_t *dev,
+                  __volatile__ unsigned int *lock, unsigned int context)
+{
+       unsigned int old, new;
+       pid_t        pid = dev->lock.pid;
+       char failed;
+
+       dev->lock.pid = 0;
+       do {
+               old  = *lock;
+               new  = 0;
+               _DRM_CAS(lock, old, new, failed);
+       } while (failed);
+       if (_DRM_LOCK_IS_HELD(old) && _DRM_LOCKING_CONTEXT(old) != context) {
+               DRM_ERROR("%d freed heavyweight lock held by %d (pid %d)\n",
+                         context,
+                         _DRM_LOCKING_CONTEXT(old),
+                         pid);
+               return 1;
+       }
+       DRM_OS_WAKEUP_INT(&dev->lock.lock_queue);
+       return 0;
+}
+
+static int DRM(flush_queue)(drm_device_t *dev, int context)
+{
+       int               error;
+       int               ret   = 0;
+       drm_queue_t       *q    = dev->queuelist[context];
+
+       DRM_DEBUG("\n");
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) > 1) {
+               atomic_inc(&q->block_write);
+               atomic_inc(&q->block_count);
+               error = tsleep(&q->flush_queue, PZERO|PCATCH, "drmfq", 0);
+               if (error)
+                       return error;
+               atomic_dec(&q->block_count);
+       }
+       atomic_dec(&q->use_count);
+
+                               /* NOTE: block_write is still incremented!
+                                  Use drm_flush_unlock_queue to decrement. */
+       return ret;
+}
+
+static int DRM(flush_unblock_queue)(drm_device_t *dev, int context)
+{
+       drm_queue_t       *q    = dev->queuelist[context];
+
+       DRM_DEBUG("\n");
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) > 1) {
+               if (atomic_read(&q->block_write)) {
+                       atomic_dec(&q->block_write);
+                       DRM_OS_WAKEUP_INT(&q->write_queue);
+               }
+       }
+       atomic_dec(&q->use_count);
+       return 0;
+}
+
+int DRM(flush_block_and_flush)(drm_device_t *dev, int context,
+                              drm_lock_flags_t flags)
+{
+       int ret = 0;
+       int i;
+
+       DRM_DEBUG("\n");
+
+       if (flags & _DRM_LOCK_FLUSH) {
+               ret = DRM(flush_queue)(dev, DRM_KERNEL_CONTEXT);
+               if (!ret) ret = DRM(flush_queue)(dev, context);
+       }
+       if (flags & _DRM_LOCK_FLUSH_ALL) {
+               for (i = 0; !ret && i < dev->queue_count; i++) {
+                       ret = DRM(flush_queue)(dev, i);
+               }
+       }
+       return ret;
+}
+
+int DRM(flush_unblock)(drm_device_t *dev, int context, drm_lock_flags_t flags)
+{
+       int ret = 0;
+       int i;
+
+       DRM_DEBUG("\n");
+
+       if (flags & _DRM_LOCK_FLUSH) {
+               ret = DRM(flush_unblock_queue)(dev, DRM_KERNEL_CONTEXT);
+               if (!ret) ret = DRM(flush_unblock_queue)(dev, context);
+       }
+       if (flags & _DRM_LOCK_FLUSH_ALL) {
+               for (i = 0; !ret && i < dev->queue_count; i++) {
+                       ret = DRM(flush_unblock_queue)(dev, i);
+               }
+       }
+
+       return ret;
+}
+
+int DRM(finish)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       int               ret     = 0;
+       drm_lock_t        lock;
+
+       DRM_DEBUG("\n");
+
+       DRM_OS_KRNFROMUSR( lock, (drm_lock_t *)data, sizeof(lock) );
+
+       ret = DRM(flush_block_and_flush)(dev, lock.context, lock.flags);
+       DRM(flush_unblock)(dev, lock.context, lock.flags);
+       return ret;
+}
+
+/* If we get here, it means that the process has called DRM_IOCTL_LOCK
+   without calling DRM_IOCTL_UNLOCK.
+
+   If the lock is not held, then let the signal proceed as usual.
+
+   If the lock is held, then set the contended flag and keep the signal
+   blocked.
+
+
+   Return 1 if the signal should be delivered normally.
+   Return 0 if the signal should be blocked.  */
+
+int DRM(notifier)(void *priv)
+{
+       drm_sigdata_t *s = (drm_sigdata_t *)priv;
+       unsigned int  old, new;
+       char failed;
+
+
+                               /* Allow signal delivery if lock isn't held */
+       if (!_DRM_LOCK_IS_HELD(s->lock->lock)
+           || _DRM_LOCKING_CONTEXT(s->lock->lock) != s->context) return 1;
+
+                               /* Otherwise, set flag to force call to
+                                   drmUnlock */
+       do {
+               old  = s->lock->lock;
+               new  = old | _DRM_LOCK_CONT;
+               _DRM_CAS(&s->lock->lock, old, new, failed);
+       } while (failed);
+       return 0;
+}
+
diff --git a/bsd-core/drm_memory.c b/bsd-core/drm_memory.c
new file mode 100644 (file)
index 0000000..605b42a
--- /dev/null
@@ -0,0 +1,433 @@
+/* drm_memory.h -- Memory management wrappers for DRM -*- linux-c -*-
+ * Created: Thu Feb  4 14:00:34 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+#include <vm/vm.h>
+#include <vm/pmap.h>
+#if __REALLY_HAVE_AGP
+#include <sys/agpio.h>
+#endif
+
+#define malloctype DRM(M_DRM)
+/* The macros confliced in the MALLOC_DEFINE */
+
+MALLOC_DEFINE(malloctype, "drm", "DRM Data Structures");
+
+#undef malloctype
+
+typedef struct drm_mem_stats {
+       const char        *name;
+       int               succeed_count;
+       int               free_count;
+       int               fail_count;
+       unsigned long     bytes_allocated;
+       unsigned long     bytes_freed;
+} drm_mem_stats_t;
+
+static DRM_OS_SPINTYPE   DRM(mem_lock);
+static unsigned long     DRM(ram_available) = 0; /* In pages */
+static unsigned long     DRM(ram_used)      = 0;
+static drm_mem_stats_t   DRM(mem_stats)[]   = {
+       [DRM_MEM_DMA]       = { "dmabufs"  },
+       [DRM_MEM_SAREA]     = { "sareas"   },
+       [DRM_MEM_DRIVER]    = { "driver"   },
+       [DRM_MEM_MAGIC]     = { "magic"    },
+       [DRM_MEM_IOCTLS]    = { "ioctltab" },
+       [DRM_MEM_MAPS]      = { "maplist"  },
+       [DRM_MEM_VMAS]      = { "vmalist"  },
+       [DRM_MEM_BUFS]      = { "buflist"  },
+       [DRM_MEM_SEGS]      = { "seglist"  },
+       [DRM_MEM_PAGES]     = { "pagelist" },
+       [DRM_MEM_FILES]     = { "files"    },
+       [DRM_MEM_QUEUES]    = { "queues"   },
+       [DRM_MEM_CMDS]      = { "commands" },
+       [DRM_MEM_MAPPINGS]  = { "mappings" },
+       [DRM_MEM_BUFLISTS]  = { "buflists" },
+       [DRM_MEM_AGPLISTS]  = { "agplist"  },
+       [DRM_MEM_SGLISTS]   = { "sglist"   },
+       [DRM_MEM_TOTALAGP]  = { "totalagp" },
+       [DRM_MEM_BOUNDAGP]  = { "boundagp" },
+       [DRM_MEM_CTXBITMAP] = { "ctxbitmap"},
+       [DRM_MEM_STUB]      = { "stub"     },
+       { NULL, 0, }            /* Last entry must be null */
+};
+
+void DRM(mem_init)(void)
+{
+       drm_mem_stats_t *mem;
+
+       DRM_OS_SPININIT(DRM(mem_lock), "drm memory");
+
+       for (mem = DRM(mem_stats); mem->name; ++mem) {
+               mem->succeed_count   = 0;
+               mem->free_count      = 0;
+               mem->fail_count      = 0;
+               mem->bytes_allocated = 0;
+               mem->bytes_freed     = 0;
+       }
+
+       DRM(ram_available) = 0; /* si.totalram */
+       DRM(ram_used)      = 0;
+}
+
+/* drm_mem_info is called whenever a process reads /dev/drm/mem. */
+
+static int DRM(_mem_info) DRM_SYSCTL_HANDLER_ARGS
+{
+       drm_mem_stats_t *pt;
+       char buf[128];
+       int error;
+
+       DRM_SYSCTL_PRINT("                total counts                  "
+                      " |    outstanding  \n");
+       DRM_SYSCTL_PRINT("type     alloc freed fail     bytes      freed"
+                      " | allocs      bytes\n\n");
+       DRM_SYSCTL_PRINT("%-9.9s %5d %5d %4d %10lu          |\n",
+                      "system", 0, 0, 0, DRM(ram_available));
+       DRM_SYSCTL_PRINT("%-9.9s %5d %5d %4d %10lu          |\n",
+                      "locked", 0, 0, 0, DRM(ram_used));
+       DRM_SYSCTL_PRINT("\n");
+       for (pt = DRM(mem_stats); pt->name; pt++) {
+               DRM_SYSCTL_PRINT("%-9.9s %5d %5d %4d %10lu %10lu | %6d %10ld\n",
+                              pt->name,
+                              pt->succeed_count,
+                              pt->free_count,
+                              pt->fail_count,
+                              pt->bytes_allocated,
+                              pt->bytes_freed,
+                              pt->succeed_count - pt->free_count,
+                              (long)pt->bytes_allocated
+                              - (long)pt->bytes_freed);
+       }
+       SYSCTL_OUT(req, "", 1);
+       
+       return 0;
+}
+
+int DRM(mem_info) DRM_SYSCTL_HANDLER_ARGS
+{
+       int ret;
+
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ret = DRM(_mem_info)(oidp, arg1, arg2, req);
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       return ret;
+}
+
+void *DRM(alloc)(size_t size, int area)
+{
+       void *pt;
+
+       if (!size) {
+               DRM_MEM_ERROR(area, "Allocating 0 bytes\n");
+               return NULL;
+       }
+
+       if (!(pt = malloc(size, DRM(M_DRM), M_NOWAIT))) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[area].fail_count;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               return NULL;
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[area].succeed_count;
+       DRM(mem_stats)[area].bytes_allocated += size;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       return pt;
+}
+
+void *DRM(realloc)(void *oldpt, size_t oldsize, size_t size, int area)
+{
+       void *pt;
+
+       if (!(pt = DRM(alloc)(size, area))) return NULL;
+       if (oldpt && oldsize) {
+               memcpy(pt, oldpt, oldsize);
+               DRM(free)(oldpt, oldsize, area);
+       }
+       return pt;
+}
+
+char *DRM(strdup)(const char *s, int area)
+{
+       char *pt;
+       int      length = s ? strlen(s) : 0;
+
+       if (!(pt = DRM(alloc)(length+1, area))) return NULL;
+       strcpy(pt, s);
+       return pt;
+}
+
+void DRM(strfree)(char *s, int area)
+{
+       unsigned int size;
+
+       if (!s) return;
+
+       size = 1 + strlen(s);
+       DRM(free)((void *)s, size, area);
+}
+
+void DRM(free)(void *pt, size_t size, int area)
+{
+       int alloc_count;
+       int free_count;
+
+       if (!pt) DRM_MEM_ERROR(area, "Attempt to free NULL pointer\n");
+       else     free(pt, DRM(M_DRM));
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       DRM(mem_stats)[area].bytes_freed += size;
+       free_count  = ++DRM(mem_stats)[area].free_count;
+       alloc_count =   DRM(mem_stats)[area].succeed_count;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       if (free_count > alloc_count) {
+               DRM_MEM_ERROR(area, "Excess frees: %d frees, %d allocs\n",
+                             free_count, alloc_count);
+       }
+}
+
+unsigned long DRM(alloc_pages)(int order, int area)
+{
+       vm_offset_t address;
+       unsigned long bytes       = PAGE_SIZE << order;
+
+
+       address = (vm_offset_t) contigmalloc(bytes, DRM(M_DRM), M_WAITOK, 0, ~0, 1, 0);
+       if (!address) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[area].fail_count;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               return 0;
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[area].succeed_count;
+       DRM(mem_stats)[area].bytes_allocated += bytes;
+       DRM(ram_used)                        += bytes;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+
+
+                               /* Zero outside the lock */
+       memset((void *)address, 0, bytes);
+
+
+       return address;
+}
+
+void DRM(free_pages)(unsigned long address, int order, int area)
+{
+       unsigned long bytes = PAGE_SIZE << order;
+       int               alloc_count;
+       int               free_count;
+
+       if (!address) {
+               DRM_MEM_ERROR(area, "Attempt to free address 0\n");
+       } else {
+               contigfree((void *) address, bytes, DRM(M_DRM));
+       }
+
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       free_count  = ++DRM(mem_stats)[area].free_count;
+       alloc_count =   DRM(mem_stats)[area].succeed_count;
+       DRM(mem_stats)[area].bytes_freed += bytes;
+       DRM(ram_used)                    -= bytes;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       if (free_count > alloc_count) {
+               DRM_MEM_ERROR(area,
+                             "Excess frees: %d frees, %d allocs\n",
+                             free_count, alloc_count);
+       }
+}
+
+void *DRM(ioremap)(unsigned long offset, unsigned long size)
+{
+       void *pt;
+
+       if (!size) {
+               DRM_MEM_ERROR(DRM_MEM_MAPPINGS,
+                             "Mapping 0 bytes at 0x%08lx\n", offset);
+               return NULL;
+       }
+
+       if (!(pt = pmap_mapdev(offset, size))) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[DRM_MEM_MAPPINGS].fail_count;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               return NULL;
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[DRM_MEM_MAPPINGS].succeed_count;
+       DRM(mem_stats)[DRM_MEM_MAPPINGS].bytes_allocated += size;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       return pt;
+}
+
+void DRM(ioremapfree)(void *pt, unsigned long size)
+{
+       int alloc_count;
+       int free_count;
+
+       if (!pt)
+               DRM_MEM_ERROR(DRM_MEM_MAPPINGS,
+                             "Attempt to free NULL pointer\n");
+       else
+               pmap_unmapdev((vm_offset_t) pt, size);
+
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       DRM(mem_stats)[DRM_MEM_MAPPINGS].bytes_freed += size;
+       free_count  = ++DRM(mem_stats)[DRM_MEM_MAPPINGS].free_count;
+       alloc_count =   DRM(mem_stats)[DRM_MEM_MAPPINGS].succeed_count;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       if (free_count > alloc_count) {
+               DRM_MEM_ERROR(DRM_MEM_MAPPINGS,
+                             "Excess frees: %d frees, %d allocs\n",
+                             free_count, alloc_count);
+       }
+}
+
+#if __REALLY_HAVE_AGP
+agp_memory *DRM(alloc_agp)(int pages, u32 type)
+{
+       agp_memory *handle;
+
+       if (!pages) {
+               DRM_MEM_ERROR(DRM_MEM_TOTALAGP, "Allocating 0 pages\n");
+               return NULL;
+       }
+
+       if ((handle = DRM(agp_allocate_memory)(pages, type))) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[DRM_MEM_TOTALAGP].succeed_count;
+               DRM(mem_stats)[DRM_MEM_TOTALAGP].bytes_allocated
+                       += pages << PAGE_SHIFT;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               return handle;
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[DRM_MEM_TOTALAGP].fail_count;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       return NULL;
+}
+
+int DRM(free_agp)(agp_memory *handle, int pages)
+{
+       int           alloc_count;
+       int           free_count;
+
+       if (!handle) {
+               DRM_MEM_ERROR(DRM_MEM_TOTALAGP,
+                             "Attempt to free NULL AGP handle\n");
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (DRM(agp_free_memory)(handle)) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               free_count  = ++DRM(mem_stats)[DRM_MEM_TOTALAGP].free_count;
+               alloc_count =   DRM(mem_stats)[DRM_MEM_TOTALAGP].succeed_count;
+               DRM(mem_stats)[DRM_MEM_TOTALAGP].bytes_freed
+                       += pages << PAGE_SHIFT;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               if (free_count > alloc_count) {
+                       DRM_MEM_ERROR(DRM_MEM_TOTALAGP,
+                                     "Excess frees: %d frees, %d allocs\n",
+                                     free_count, alloc_count);
+               }
+               return 0;
+       }
+       DRM_OS_RETURN(EINVAL);
+}
+
+int DRM(bind_agp)(agp_memory *handle, unsigned int start)
+{
+       int retcode;
+       device_t dev = agp_find_device();
+       struct agp_memory_info info;
+
+       if (!dev)
+               return EINVAL;
+
+       if (!handle) {
+               DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
+                             "Attempt to bind NULL AGP handle\n");
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (!(retcode = DRM(agp_bind_memory)(handle, start))) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[DRM_MEM_BOUNDAGP].succeed_count;
+               agp_memory_info(dev, handle, &info);
+               DRM(mem_stats)[DRM_MEM_BOUNDAGP].bytes_allocated
+                       += info.ami_size;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               DRM_OS_RETURN(0);
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[DRM_MEM_BOUNDAGP].fail_count;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       DRM_OS_RETURN(retcode);
+}
+
+int DRM(unbind_agp)(agp_memory *handle)
+{
+       int alloc_count;
+       int free_count;
+       int retcode = EINVAL;
+       device_t dev = agp_find_device();
+       struct agp_memory_info info;
+
+       if (!dev)
+               return EINVAL;
+
+       if (!handle) {
+               DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
+                             "Attempt to unbind NULL AGP handle\n");
+               DRM_OS_RETURN(retcode);
+       }
+
+       agp_memory_info(dev, handle, &info);
+
+       if ((retcode = DRM(agp_unbind_memory)(handle))) 
+               DRM_OS_RETURN(retcode);
+
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       free_count  = ++DRM(mem_stats)[DRM_MEM_BOUNDAGP].free_count;
+       alloc_count = DRM(mem_stats)[DRM_MEM_BOUNDAGP].succeed_count;
+       DRM(mem_stats)[DRM_MEM_BOUNDAGP].bytes_freed
+               += info.ami_size;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       if (free_count > alloc_count) {
+               DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
+                             "Excess frees: %d frees, %d allocs\n",
+                             free_count, alloc_count);
+       }
+       DRM_OS_RETURN(retcode);
+}
+#endif
diff --git a/bsd-core/drm_scatter.c b/bsd-core/drm_scatter.c
new file mode 100644 (file)
index 0000000..a6b8275
--- /dev/null
@@ -0,0 +1,237 @@
+/* drm_scatter.h -- IOCTLs to manage scatter/gather memory -*- linux-c -*-
+ * Created: Mon Dec 18 23:20:54 2000 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *   Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include <linux/config.h>
+#include <linux/vmalloc.h>
+#include "drmP.h"
+
+#define DEBUG_SCATTER 0
+
+void DRM(sg_cleanup)( drm_sg_mem_t *entry )
+{
+       struct page *page;
+       int i;
+
+       for ( i = 0 ; i < entry->pages ; i++ ) {
+               page = entry->pagelist[i];
+               if ( page )
+                       ClearPageReserved( page );
+       }
+
+       vfree( entry->virtual );
+
+       DRM(free)( entry->busaddr,
+                  entry->pages * sizeof(*entry->busaddr),
+                  DRM_MEM_PAGES );
+       DRM(free)( entry->pagelist,
+                  entry->pages * sizeof(*entry->pagelist),
+                  DRM_MEM_PAGES );
+       DRM(free)( entry,
+                  sizeof(*entry),
+                  DRM_MEM_SGLISTS );
+}
+
+int DRM(sg_alloc)( struct inode *inode, struct file *filp,
+                  unsigned int cmd, unsigned long arg )
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_scatter_gather_t request;
+       drm_sg_mem_t *entry;
+       unsigned long pages, i, j;
+       pgd_t *pgd;
+       pmd_t *pmd;
+       pte_t *pte;
+
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       if ( dev->sg )
+               return -EINVAL;
+
+       if ( copy_from_user( &request,
+                            (drm_scatter_gather_t *)arg,
+                            sizeof(request) ) )
+               return -EFAULT;
+
+       entry = DRM(alloc)( sizeof(*entry), DRM_MEM_SGLISTS );
+       if ( !entry )
+               return -ENOMEM;
+
+       memset( entry, 0, sizeof(*entry) );
+
+       pages = (request.size + PAGE_SIZE - 1) / PAGE_SIZE;
+       DRM_DEBUG( "sg size=%ld pages=%ld\n", request.size, pages );
+
+       entry->pages = pages;
+       entry->pagelist = DRM(alloc)( pages * sizeof(*entry->pagelist),
+                                    DRM_MEM_PAGES );
+       if ( !entry->pagelist ) {
+               DRM(free)( entry, sizeof(*entry), DRM_MEM_SGLISTS );
+               return -ENOMEM;
+       }
+
+       entry->busaddr = DRM(alloc)( pages * sizeof(*entry->busaddr),
+                                    DRM_MEM_PAGES );
+       if ( !entry->busaddr ) {
+               DRM(free)( entry->pagelist,
+                          entry->pages * sizeof(*entry->pagelist),
+                          DRM_MEM_PAGES );
+               DRM(free)( entry,
+                          sizeof(*entry),
+                          DRM_MEM_SGLISTS );
+               return -ENOMEM;
+       }
+       memset( (void *)entry->busaddr, 0, pages * sizeof(*entry->busaddr) );
+
+       entry->virtual = vmalloc_32( pages << PAGE_SHIFT );
+       if ( !entry->virtual ) {
+               DRM(free)( entry->busaddr,
+                          entry->pages * sizeof(*entry->busaddr),
+                          DRM_MEM_PAGES );
+               DRM(free)( entry->pagelist,
+                          entry->pages * sizeof(*entry->pagelist),
+                          DRM_MEM_PAGES );
+               DRM(free)( entry,
+                          sizeof(*entry),
+                          DRM_MEM_SGLISTS );
+               return -ENOMEM;
+       }
+
+       /* This also forces the mapping of COW pages, so our page list
+        * will be valid.  Please don't remove it...
+        */
+       memset( entry->virtual, 0, pages << PAGE_SHIFT );
+
+       entry->handle = (unsigned long)entry->virtual;
+
+       DRM_DEBUG( "sg alloc handle  = %08lx\n", entry->handle );
+       DRM_DEBUG( "sg alloc virtual = %p\n", entry->virtual );
+
+       for ( i = entry->handle, j = 0 ; j < pages ; i += PAGE_SIZE, j++ ) {
+               pgd = pgd_offset_k( i );
+               if ( !pgd_present( *pgd ) )
+                       goto failed;
+
+               pmd = pmd_offset( pgd, i );
+               if ( !pmd_present( *pmd ) )
+                       goto failed;
+
+               pte = pte_offset( pmd, i );
+               if ( !pte_present( *pte ) )
+                       goto failed;
+
+               entry->pagelist[j] = pte_page( *pte );
+
+               SetPageReserved( entry->pagelist[j] );
+       }
+
+       request.handle = entry->handle;
+
+       if ( copy_to_user( (drm_scatter_gather_t *)arg,
+                          &request,
+                          sizeof(request) ) ) {
+               DRM(sg_cleanup)( entry );
+               return -EFAULT;
+       }
+
+       dev->sg = entry;
+
+#if DEBUG_SCATTER
+       /* Verify that each page points to its virtual address, and vice
+        * versa.
+        */
+       {
+       int error = 0;
+
+       for ( i = 0 ; i < pages ; i++ ) {
+               unsigned long *tmp;
+
+               tmp = page_address( entry->pagelist[i] );
+               for ( j = 0 ;
+                     j < PAGE_SIZE / sizeof(unsigned long) ;
+                     j++, tmp++ ) {
+                       *tmp = 0xcafebabe;
+               }
+               tmp = (unsigned long *)((u8 *)entry->virtual +
+                                       (PAGE_SIZE * i));
+               for( j = 0 ;
+                    j < PAGE_SIZE / sizeof(unsigned long) ;
+                    j++, tmp++ ) {
+                       if ( *tmp != 0xcafebabe && error == 0 ) {
+                               error = 1;
+                               DRM_ERROR( "Scatter allocation error, "
+                                          "pagelist does not match "
+                                          "virtual mapping\n" );
+                       }
+               }
+               tmp = page_address( entry->pagelist[i] );
+               for(j = 0 ;
+                   j < PAGE_SIZE / sizeof(unsigned long) ;
+                   j++, tmp++) {
+                       *tmp = 0;
+               }
+       }
+       if (error == 0)
+               DRM_ERROR( "Scatter allocation matches pagelist\n" );
+       }
+#endif
+
+       return 0;
+
+ failed:
+       DRM(sg_cleanup)( entry );
+       return -ENOMEM;
+}
+
+int DRM(sg_free)( struct inode *inode, struct file *filp,
+                unsigned int cmd, unsigned long arg )
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_scatter_gather_t request;
+       drm_sg_mem_t *entry;
+
+       if ( copy_from_user( &request,
+                            (drm_scatter_gather_t *)arg,
+                            sizeof(request) ) )
+               return -EFAULT;
+
+       entry = dev->sg;
+       dev->sg = NULL;
+
+       if ( !entry || entry->handle != request.handle )
+               return -EINVAL;
+
+       DRM_DEBUG( "sg free virtual  = %p\n", entry->virtual );
+
+       DRM(sg_cleanup)( entry );
+
+       return 0;
+}
diff --git a/bsd/ati_pcigart.h b/bsd/ati_pcigart.h
new file mode 100644 (file)
index 0000000..8b486c1
--- /dev/null
@@ -0,0 +1,197 @@
+/* ati_pcigart.h -- ATI PCI GART support -*- linux-c -*-
+ * Created: Wed Dec 13 21:52:19 2000 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *   Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+#if PAGE_SIZE == 8192
+# define ATI_PCIGART_TABLE_ORDER       2
+# define ATI_PCIGART_TABLE_PAGES       (1 << 2)
+#elif PAGE_SIZE == 4096
+# define ATI_PCIGART_TABLE_ORDER       3
+# define ATI_PCIGART_TABLE_PAGES       (1 << 3)
+#elif
+# error - PAGE_SIZE not 8K or 4K
+#endif
+
+# define ATI_MAX_PCIGART_PAGES         8192    /* 32 MB aperture, 4K pages */
+# define ATI_PCIGART_PAGE_SIZE         4096    /* PCI GART page size */
+
+static unsigned long DRM(ati_alloc_pcigart_table)( void )
+{
+       unsigned long address;
+       struct page *page;
+       int i;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       address = __get_free_pages( GFP_KERNEL, ATI_PCIGART_TABLE_ORDER );
+       if ( address == 0UL ) {
+               return 0;
+       }
+
+       page = virt_to_page( address );
+
+       for ( i = 0 ; i <= ATI_PCIGART_TABLE_PAGES ; i++, page++ ) {
+               atomic_inc( &page->count );
+               SetPageReserved( page );
+       }
+
+       DRM_DEBUG( "%s: returning 0x%08lx\n", __FUNCTION__, address );
+       return address;
+}
+
+static void DRM(ati_free_pcigart_table)( unsigned long address )
+{
+       struct page *page;
+       int i;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       page = virt_to_page( address );
+
+       for ( i = 0 ; i <= ATI_PCIGART_TABLE_PAGES ; i++, page++ ) {
+               atomic_dec( &page->count );
+               ClearPageReserved( page );
+       }
+
+       free_pages( address, ATI_PCIGART_TABLE_ORDER );
+}
+
+int DRM(ati_pcigart_init)( drm_device_t *dev,
+                          unsigned long *addr,
+                          dma_addr_t *bus_addr)
+{
+       drm_sg_mem_t *entry = dev->sg;
+       unsigned long address = 0;
+       unsigned long pages;
+       u32 *pci_gart, page_base, bus_address = 0;
+       int i, j, ret = 0;
+
+       if ( !entry ) {
+               DRM_ERROR( "no scatter/gather memory!\n" );
+               goto done;
+       }
+
+       address = DRM(ati_alloc_pcigart_table)();
+       if ( !address ) {
+               DRM_ERROR( "cannot allocate PCI GART page!\n" );
+               goto done;
+       }
+
+       if ( !dev->pdev ) {
+               DRM_ERROR( "PCI device unknown!\n" );
+               goto done;
+       }
+
+       bus_address = pci_map_single(dev->pdev, (void *)address,
+                                 ATI_PCIGART_TABLE_PAGES * PAGE_SIZE,
+                                 PCI_DMA_TODEVICE);
+       if (bus_address == 0) {
+               DRM_ERROR( "unable to map PCIGART pages!\n" );
+               DRM(ati_free_pcigart_table)( address );
+               address = 0;
+               goto done;
+       }
+
+       pci_gart = (u32 *)address;
+
+       pages = ( entry->pages <= ATI_MAX_PCIGART_PAGES )
+               ? entry->pages : ATI_MAX_PCIGART_PAGES;
+
+       memset( pci_gart, 0, ATI_MAX_PCIGART_PAGES * sizeof(u32) );
+
+       for ( i = 0 ; i < pages ; i++ ) {
+               /* we need to support large memory configurations */
+               entry->busaddr[i] = pci_map_single(dev->pdev,
+                                          page_address( entry->pagelist[i] ),
+                                          PAGE_SIZE,
+                                          PCI_DMA_TODEVICE);
+               if (entry->busaddr[i] == 0) {
+                       DRM_ERROR( "unable to map PCIGART pages!\n" );
+                       DRM(ati_pcigart_cleanup)( dev, address, bus_address );
+                       address = 0;
+                       bus_address = 0;
+                       goto done;
+               }
+               page_base = (u32) entry->busaddr[i];
+
+               for (j = 0; j < (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE); j++) {
+                       *pci_gart++ = cpu_to_le32( page_base );
+                       page_base += ATI_PCIGART_PAGE_SIZE;
+               }
+       }
+
+       ret = 1;
+
+#if defined(__i386__) || defined(__x86_64__)
+       asm volatile ( "wbinvd" ::: "memory" );
+#else
+       mb();
+#endif
+
+done:
+       *addr = address;
+       *bus_addr = bus_address;
+       return ret;
+}
+
+int DRM(ati_pcigart_cleanup)( drm_device_t *dev,
+                             unsigned long addr,
+                             dma_addr_t bus_addr)
+{
+       drm_sg_mem_t *entry = dev->sg;
+       unsigned long pages;
+       int i;
+
+       /* we need to support large memory configurations */
+       if ( !entry ) {
+               DRM_ERROR( "no scatter/gather memory!\n" );
+               return 0;
+       }
+
+       if ( bus_addr ) {
+               pci_unmap_single(dev->pdev, bus_addr,
+                                ATI_PCIGART_TABLE_PAGES * PAGE_SIZE,
+                                PCI_DMA_TODEVICE);
+
+               pages = ( entry->pages <= ATI_MAX_PCIGART_PAGES )
+                       ? entry->pages : ATI_MAX_PCIGART_PAGES;
+
+               for ( i = 0 ; i < pages ; i++ ) {
+                       if ( !entry->busaddr[i] ) break;
+                       pci_unmap_single(dev->pdev, entry->busaddr[i],
+                                        PAGE_SIZE, PCI_DMA_TODEVICE);
+               }
+       }
+
+       if ( addr ) {
+               DRM(ati_free_pcigart_table)( addr );
+       }
+
+       return 1;
+}
diff --git a/bsd/drm_auth.h b/bsd/drm_auth.h
new file mode 100644 (file)
index 0000000..f2c2d8d
--- /dev/null
@@ -0,0 +1,166 @@
+/* drm_auth.h -- IOCTLs for authentication -*- linux-c -*-
+ * Created: Tue Feb  2 08:37:54 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+static int DRM(hash_magic)(drm_magic_t magic)
+{
+       return magic & (DRM_HASH_SIZE-1);
+}
+
+static drm_file_t *DRM(find_file)(drm_device_t *dev, drm_magic_t magic)
+{
+       drm_file_t        *retval = NULL;
+       drm_magic_entry_t *pt;
+       int               hash    = DRM(hash_magic)(magic);
+
+       DRM_OS_LOCK;
+       for (pt = dev->magiclist[hash].head; pt; pt = pt->next) {
+               if (pt->magic == magic) {
+                       retval = pt->priv;
+                       break;
+               }
+       }
+       DRM_OS_UNLOCK;
+       return retval;
+}
+
+int DRM(add_magic)(drm_device_t *dev, drm_file_t *priv, drm_magic_t magic)
+{
+       int               hash;
+       drm_magic_entry_t *entry;
+
+       DRM_DEBUG("%d\n", magic);
+
+       hash         = DRM(hash_magic)(magic);
+       entry        = (drm_magic_entry_t*) DRM(alloc)(sizeof(*entry), DRM_MEM_MAGIC);
+       if (!entry) DRM_OS_RETURN(ENOMEM);
+       entry->magic = magic;
+       entry->priv  = priv;
+       entry->next  = NULL;
+
+       DRM_OS_LOCK;
+       if (dev->magiclist[hash].tail) {
+               dev->magiclist[hash].tail->next = entry;
+               dev->magiclist[hash].tail       = entry;
+       } else {
+               dev->magiclist[hash].head       = entry;
+               dev->magiclist[hash].tail       = entry;
+       }
+       DRM_OS_UNLOCK;
+
+       return 0;
+}
+
+int DRM(remove_magic)(drm_device_t *dev, drm_magic_t magic)
+{
+       drm_magic_entry_t *prev = NULL;
+       drm_magic_entry_t *pt;
+       int               hash;
+
+       DRM_DEBUG("%d\n", magic);
+       hash = DRM(hash_magic)(magic);
+
+       DRM_OS_LOCK;
+       for (pt = dev->magiclist[hash].head; pt; prev = pt, pt = pt->next) {
+               if (pt->magic == magic) {
+                       if (dev->magiclist[hash].head == pt) {
+                               dev->magiclist[hash].head = pt->next;
+                       }
+                       if (dev->magiclist[hash].tail == pt) {
+                               dev->magiclist[hash].tail = prev;
+                       }
+                       if (prev) {
+                               prev->next = pt->next;
+                       }
+                       DRM_OS_UNLOCK;
+                       DRM(free)(pt, sizeof(*pt), DRM_MEM_MAGIC);
+                       return 0;
+               }
+       }
+       DRM_OS_UNLOCK;
+
+       DRM(free)(pt, sizeof(*pt), DRM_MEM_MAGIC);
+       DRM_OS_RETURN(EINVAL);
+}
+
+int DRM(getmagic)(DRM_OS_IOCTL)
+{
+       static drm_magic_t sequence = 0;
+       drm_auth_t         auth;
+       static DRM_OS_SPINTYPE lock;
+       static int         first = 1;
+       DRM_OS_DEVICE;
+       DRM_OS_PRIV;
+
+       if (first) {
+               DRM_OS_SPININIT(lock, "drm getmagic");
+               first = 0;
+       }
+
+                               /* Find unique magic */
+       if (priv->magic) {
+               auth.magic = priv->magic;
+       } else {
+               do {
+                       DRM_OS_SPINLOCK(&lock);
+                       if (!sequence) ++sequence; /* reserve 0 */
+                       auth.magic = sequence++;
+                       DRM_OS_SPINUNLOCK(&lock);
+               } while (DRM(find_file)(dev, auth.magic));
+               priv->magic = auth.magic;
+               DRM(add_magic)(dev, priv, auth.magic);
+       }
+
+       DRM_DEBUG("%u\n", auth.magic);
+
+       DRM_OS_KRNTOUSR((drm_auth_t *)data, auth, sizeof(auth));
+
+       return 0;
+}
+
+int DRM(authmagic)(DRM_OS_IOCTL)
+{
+       drm_auth_t         auth;
+       drm_file_t         *file;
+       DRM_OS_DEVICE;
+
+       DRM_OS_KRNFROMUSR(auth, (drm_auth_t *)data, sizeof(auth));
+
+       DRM_DEBUG("%u\n", auth.magic);
+       if ((file = DRM(find_file)(dev, auth.magic))) {
+               file->authenticated = 1;
+               DRM(remove_magic)(dev, auth.magic);
+               return 0;
+       }
+       DRM_OS_RETURN(EINVAL);
+}
diff --git a/bsd/drm_bufs.h b/bsd/drm_bufs.h
new file mode 100644 (file)
index 0000000..d55b36d
--- /dev/null
@@ -0,0 +1,1092 @@
+/* drm_bufs.h -- Generic buffer template -*- linux-c -*-
+ * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com
+ *
+ * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include <machine/param.h>
+#include <sys/mman.h>
+#include <vm/vm.h>
+#include <vm/pmap.h>
+#include <vm/vm_extern.h>
+#include <vm/vm_map.h>
+#include <vm/vm_param.h>
+#include "drmP.h"
+
+#ifndef __HAVE_PCI_DMA
+#define __HAVE_PCI_DMA         0
+#endif
+
+#ifndef __HAVE_SG
+#define __HAVE_SG              0
+#endif
+
+#ifndef DRIVER_BUF_PRIV_T
+#define DRIVER_BUF_PRIV_T              u32
+#endif
+#ifndef DRIVER_AGP_BUFFERS_MAP
+#if __HAVE_AGP && __HAVE_DMA
+#error "You must define DRIVER_AGP_BUFFERS_MAP()"
+#else
+#define DRIVER_AGP_BUFFERS_MAP( dev )  NULL
+#endif
+#endif
+
+/*
+ * Compute order.  Can be made faster.
+ */
+int DRM(order)( unsigned long size )
+{
+       int order;
+       unsigned long tmp;
+
+       for ( order = 0, tmp = size ; tmp >>= 1 ; ++order );
+
+       if ( size & ~(1 << order) )
+               ++order;
+
+       return order;
+}
+
+int DRM(addmap)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_map_t *map;
+       drm_map_list_entry_t *list;
+
+       if (!(dev->flags & (FREAD|FWRITE)))
+               DRM_OS_RETURN(EACCES); /* Require read/write */
+
+       map = (drm_map_t *) DRM(alloc)( sizeof(*map), DRM_MEM_MAPS );
+       if ( !map )
+               DRM_OS_RETURN(ENOMEM);
+
+       *map = *(drm_map_t *)data;
+
+       /* Only allow shared memory to be removable since we only keep enough
+        * book keeping information about shared memory to allow for removal
+        * when processes fork.
+        */
+       if ( (map->flags & _DRM_REMOVABLE) && map->type != _DRM_SHM ) {
+               DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_DEBUG( "offset = 0x%08lx, size = 0x%08lx, type = %d\n",
+                  map->offset, map->size, map->type );
+       if ( (map->offset & PAGE_MASK) || (map->size & PAGE_MASK) ) {
+               DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+               DRM_OS_RETURN(EINVAL);
+       }
+       map->mtrr   = -1;
+       map->handle = 0;
+
+       TAILQ_FOREACH(list, dev->maplist, link) {
+               drm_map_t *entry = list->map;
+               if (        (entry->offset >= map->offset
+                           && (entry->offset) < (map->offset + map->size) )
+                       || ((entry->offset + entry->size) >= map->offset
+                           && (entry->offset + entry->size) < (map->offset + map->size) ) 
+                       || ((entry->offset < map->offset)
+                           && (entry->offset + entry->size) >= (map->offset + map->size) ) )
+                       DRM_DEBUG("map collission: add(0x%lx-0x%lx), current(0x%lx-0x%lx)\n", 
+                               entry->offset, entry->offset + entry->size - 1,
+                               map->offset, map->offset + map->size - 1);
+       }
+
+       switch ( map->type ) {
+       case _DRM_REGISTERS:
+       case _DRM_FRAME_BUFFER:
+#if !defined(__sparc__) && !defined(__alpha__)
+               if ( map->offset + map->size < map->offset
+               ) {
+                       DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+                       DRM_OS_RETURN(EINVAL);
+               }
+#endif
+#ifdef __alpha__
+               map->offset += dev->hose->mem_space->start;
+#endif
+#if __REALLY_HAVE_MTRR
+               if ( map->type == _DRM_FRAME_BUFFER ||
+                    (map->flags & _DRM_WRITE_COMBINING) ) {
+                       map->mtrr = mtrr_add( map->offset, map->size,
+                                             MTRR_TYPE_WRCOMB, 1 );
+               }
+#endif
+               map->handle = DRM(ioremap)( map->offset, map->size );
+               break;
+
+       case _DRM_SHM:
+               DRM_INFO( "%ld %d %d\n",
+                          map->size, DRM(order)( map->size ), PAGE_SHIFT);
+               map->handle = (void *)DRM(alloc_pages)
+                       (DRM(order)(map->size) - PAGE_SHIFT, DRM_MEM_SAREA);
+               DRM_DEBUG( "%ld %d %p\n",
+                          map->size, DRM(order)( map->size ), map->handle );
+               if ( !map->handle ) {
+                       DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+                       DRM_OS_RETURN(ENOMEM);
+               }
+               map->offset = (unsigned long)map->handle;
+               if ( map->flags & _DRM_CONTAINS_LOCK ) {
+                       dev->lock.hw_lock = map->handle; /* Pointer to lock */
+               }
+               break;
+#if __REALLY_HAVE_AGP
+       case _DRM_AGP:
+#ifdef __alpha__
+               map->offset += dev->hose->mem_space->start;
+#endif
+               map->offset += dev->agp->base;
+               map->mtrr   = dev->agp->agp_mtrr; /* for getmap */
+               break;
+#endif
+       case _DRM_SCATTER_GATHER:
+               if (!dev->sg) {
+                       DRM(free)(map, sizeof(*map), DRM_MEM_MAPS);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               map->offset = map->offset + dev->sg->handle;
+               break;
+
+       default:
+               DRM(free)( map, sizeof(*map), DRM_MEM_MAPS );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       list = DRM(alloc)(sizeof(*list), DRM_MEM_MAPS);
+       if(!list) {
+               DRM(free)(map, sizeof(*map), DRM_MEM_MAPS);
+               DRM_OS_RETURN(EINVAL);
+       }
+       memset(list, 0, sizeof(*list));
+       list->map = map;
+
+       DRM_OS_LOCK;
+       TAILQ_INSERT_TAIL(dev->maplist, list, link);
+       DRM_OS_UNLOCK;
+
+       *(drm_map_t *)data = *map;
+
+       if ( map->type != _DRM_SHM ) {
+               ((drm_map_t *)data)->handle = (void *)map->offset;
+       }
+       return 0;
+}
+
+
+/* Remove a map private from list and deallocate resources if the mapping
+ * isn't in use.
+ */
+
+int DRM(rmmap)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_map_list_entry_t *list;
+       drm_map_t *map;
+       drm_map_t request;
+       int found_maps = 0;
+
+       DRM_OS_KRNFROMUSR( request, (drm_map_t *)data, sizeof(request) );
+
+       DRM_OS_LOCK;
+       TAILQ_FOREACH(list, dev->maplist, link) {
+               map = list->map;
+               if(map->handle == request.handle &&
+                  map->flags & _DRM_REMOVABLE) break;
+       }
+
+       /* List has wrapped around to the head pointer, or its empty we didn't
+        * find anything.
+        */
+       if(list == NULL) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(EINVAL);
+       }
+       TAILQ_REMOVE(dev->maplist, list, link);
+       DRM(free)(list, sizeof(*list), DRM_MEM_MAPS);
+
+
+       if(!found_maps) {
+               switch (map->type) {
+               case _DRM_REGISTERS:
+               case _DRM_FRAME_BUFFER:
+#if __REALLY_HAVE_MTRR
+                       if (map->mtrr >= 0) {
+                               int retcode;
+                               retcode = mtrr_del(map->mtrr,
+                                                  map->offset,
+                                                  map->size);
+                               DRM_DEBUG("mtrr_del = %d\n", retcode);
+                       }
+#endif
+                       DRM(ioremapfree)(map->handle, map->size);
+                       break;
+               case _DRM_SHM:
+                       DRM(free_pages)( (unsigned long)map->handle, DRM(order)(map->size), DRM_MEM_SAREA );
+                       break;
+               case _DRM_AGP:
+               case _DRM_SCATTER_GATHER:
+                       break;
+               }
+               DRM(free)(map, sizeof(*map), DRM_MEM_MAPS);
+       }
+       DRM_OS_UNLOCK;
+       return 0;
+}
+
+#if __HAVE_DMA
+
+
+static void DRM(cleanup_buf_error)(drm_buf_entry_t *entry)
+{
+       int i;
+
+       if (entry->seg_count) {
+               for (i = 0; i < entry->seg_count; i++) {
+                       DRM(free_pages)(entry->seglist[i],
+                                       entry->page_order,
+                                       DRM_MEM_DMA);
+               }
+               DRM(free)(entry->seglist,
+                         entry->seg_count *
+                         sizeof(*entry->seglist),
+                         DRM_MEM_SEGS);
+
+               entry->seg_count = 0;
+       }
+
+       if(entry->buf_count) {
+               for(i = 0; i < entry->buf_count; i++) {
+                       if(entry->buflist[i].dev_private) {
+                               DRM(free)(entry->buflist[i].dev_private,
+                                         entry->buflist[i].dev_priv_size,
+                                         DRM_MEM_BUFS);
+                       }
+               }
+               DRM(free)(entry->buflist,
+                         entry->buf_count *
+                         sizeof(*entry->buflist),
+                         DRM_MEM_BUFS);
+
+#if __HAVE_DMA_FREELIST
+               DRM(freelist_destroy)(&entry->freelist);
+#endif
+
+               entry->buf_count = 0;
+       }
+}
+
+#if __REALLY_HAVE_AGP
+int DRM(addbufs_agp)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_desc_t request;
+       drm_buf_entry_t *entry;
+       drm_buf_t *buf;
+       unsigned long offset;
+       unsigned long agp_offset;
+       int count;
+       int order;
+       int size;
+       int alignment;
+       int page_order;
+       int total;
+       int byte_count;
+       int i;
+       drm_buf_t **temp_buflist;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+       count = request.count;
+       order = DRM(order)( request.size );
+       size = 1 << order;
+
+       alignment  = (request.flags & _DRM_PAGE_ALIGN)
+               ? round_page(size) : size;
+       page_order = order - PAGE_SHIFT > 0 ? order - PAGE_SHIFT : 0;
+       total = PAGE_SIZE << page_order;
+
+       byte_count = 0;
+       agp_offset = dev->agp->base + request.agp_start;
+
+       DRM_DEBUG( "count:      %d\n",  count );
+       DRM_DEBUG( "order:      %d\n",  order );
+       DRM_DEBUG( "size:       %d\n",  size );
+       DRM_DEBUG( "agp_offset: 0x%lx\n", agp_offset );
+       DRM_DEBUG( "alignment:  %d\n",  alignment );
+       DRM_DEBUG( "page_order: %d\n",  page_order );
+       DRM_DEBUG( "total:      %d\n",  total );
+
+       if ( order < DRM_MIN_ORDER || order > DRM_MAX_ORDER ) 
+               DRM_OS_RETURN(EINVAL);
+       if ( dev->queue_count ) 
+               DRM_OS_RETURN(EBUSY); /* Not while in use */
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( dev->buf_use ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       atomic_inc( &dev->buf_alloc );
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_LOCK;
+       entry = &dma->bufs[order];
+       if ( entry->buf_count ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM); /* May only call once for each order */
+       }
+
+       if (count < 0 || count > 4096) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       entry->buflist = DRM(alloc)( count * sizeof(*entry->buflist),
+                                   DRM_MEM_BUFS );
+       if ( !entry->buflist ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( entry->buflist, 0, count * sizeof(*entry->buflist) );
+
+       entry->buf_size = size;
+       entry->page_order = page_order;
+
+       offset = 0;
+
+       while ( entry->buf_count < count ) {
+               buf          = &entry->buflist[entry->buf_count];
+               buf->idx     = dma->buf_count + entry->buf_count;
+               buf->total   = alignment;
+               buf->order   = order;
+               buf->used    = 0;
+
+               buf->offset  = (dma->byte_count + offset);
+               buf->bus_address = agp_offset + offset;
+               buf->address = (void *)(agp_offset + offset);
+               buf->next    = NULL;
+               buf->waiting = 0;
+               buf->pending = 0;
+               buf->dma_wait = 0;
+               buf->pid     = 0;
+
+               buf->dev_priv_size = sizeof(DRIVER_BUF_PRIV_T);
+               buf->dev_private = DRM(alloc)( sizeof(DRIVER_BUF_PRIV_T),
+                                              DRM_MEM_BUFS );
+               if(!buf->dev_private) {
+                       /* Set count correctly so we free the proper amount. */
+                       entry->buf_count = count;
+                       DRM(cleanup_buf_error)(entry);
+               }
+               memset( buf->dev_private, 0, buf->dev_priv_size );
+
+#if __HAVE_DMA_HISTOGRAM
+               buf->time_queued = 0;
+               buf->time_dispatched = 0;
+               buf->time_completed = 0;
+               buf->time_freed = 0;
+#endif
+
+               offset += alignment;
+               entry->buf_count++;
+               byte_count += PAGE_SIZE << page_order;
+       }
+
+       DRM_DEBUG( "byte_count: %d\n", byte_count );
+
+       temp_buflist = DRM(realloc)( dma->buflist,
+                                    dma->buf_count * sizeof(*dma->buflist),
+                                    (dma->buf_count + entry->buf_count)
+                                    * sizeof(*dma->buflist),
+                                    DRM_MEM_BUFS );
+       if(!temp_buflist) {
+               /* Free the entry because it isn't valid */
+               DRM(cleanup_buf_error)(entry);
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       dma->buflist = temp_buflist;
+
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               dma->buflist[i + dma->buf_count] = &entry->buflist[i];
+       }
+
+       dma->buf_count += entry->buf_count;
+       dma->byte_count += byte_count;
+
+       DRM_DEBUG( "dma->buf_count : %d\n", dma->buf_count );
+       DRM_DEBUG( "entry->buf_count : %d\n", entry->buf_count );
+
+#if __HAVE_DMA_FREELIST
+       DRM(freelist_create)( &entry->freelist, entry->buf_count );
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               DRM(freelist_put)( dev, &entry->freelist, &entry->buflist[i] );
+       }
+#endif
+       DRM_OS_UNLOCK;
+
+       request.count = entry->buf_count;
+       request.size = size;
+
+       DRM_OS_KRNTOUSR( (drm_buf_desc_t *)data, request, sizeof(request) );
+
+       dma->flags = _DRM_DMA_USE_AGP;
+
+       atomic_dec( &dev->buf_alloc );
+       return 0;
+}
+#endif /* __REALLY_HAVE_AGP */
+
+#if __HAVE_PCI_DMA
+int DRM(addbufs_pci)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_desc_t request;
+       int count;
+       int order;
+       int size;
+       int total;
+       int page_order;
+       drm_buf_entry_t *entry;
+       unsigned long page;
+       drm_buf_t *buf;
+       int alignment;
+       unsigned long offset;
+       int i;
+       int byte_count;
+       int page_count;
+       unsigned long *temp_pagelist;
+       drm_buf_t **temp_buflist;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+       count = request.count;
+       order = DRM(order)( request.size );
+       size = 1 << order;
+
+       DRM_DEBUG( "count=%d, size=%d (%d), order=%d, queue_count=%d\n",
+                  request.count, request.size, size,
+                  order, dev->queue_count );
+
+       if ( order < DRM_MIN_ORDER || order > DRM_MAX_ORDER ) 
+               DRM_OS_RETURN(EINVAL);
+       if ( dev->queue_count ) 
+               DRM_OS_RETURN(EBUSY); /* Not while in use */
+
+       alignment = (request.flags & _DRM_PAGE_ALIGN)
+               ? round_page(size) : size;
+       page_order = order - PAGE_SHIFT > 0 ? order - PAGE_SHIFT : 0;
+       total = PAGE_SIZE << page_order;
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( dev->buf_use ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       atomic_inc( &dev->buf_alloc );
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_LOCK;
+       entry = &dma->bufs[order];
+       if ( entry->buf_count ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);  /* May only call once for each order */
+       }
+
+       if (count < 0 || count > 4096) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       entry->buflist = DRM(alloc)( count * sizeof(*entry->buflist),
+                                   DRM_MEM_BUFS );
+       if ( !entry->buflist ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( entry->buflist, 0, count * sizeof(*entry->buflist) );
+
+       entry->seglist = DRM(alloc)( count * sizeof(*entry->seglist),
+                                   DRM_MEM_SEGS );
+       if ( !entry->seglist ) {
+               DRM(free)( entry->buflist,
+                         count * sizeof(*entry->buflist),
+                         DRM_MEM_BUFS );
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( entry->seglist, 0, count * sizeof(*entry->seglist) );
+
+       temp_pagelist = DRM(realloc)( dma->pagelist,
+                                     dma->page_count * sizeof(*dma->pagelist),
+                                     (dma->page_count + (count << page_order))
+                                     * sizeof(*dma->pagelist),
+                                     DRM_MEM_PAGES );
+       if(!temp_pagelist) {
+               DRM(free)( entry->buflist,
+                          count * sizeof(*entry->buflist),
+                          DRM_MEM_BUFS );
+               DRM(free)( entry->seglist,
+                          count * sizeof(*entry->seglist),
+                          DRM_MEM_SEGS );
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       dma->pagelist = temp_pagelist;
+       DRM_DEBUG( "pagelist: %d entries\n",
+                  dma->page_count + (count << page_order) );
+
+       entry->buf_size = size;
+       entry->page_order = page_order;
+       byte_count = 0;
+       page_count = 0;
+
+       while ( entry->buf_count < count ) {
+               page = DRM(alloc_pages)( page_order, DRM_MEM_DMA );
+               if ( !page ) break;
+               entry->seglist[entry->seg_count++] = page;
+               for ( i = 0 ; i < (1 << page_order) ; i++ ) {
+                       DRM_DEBUG( "page %d @ 0x%08lx\n",
+                                  dma->page_count + page_count,
+                                  page + PAGE_SIZE * i );
+                       dma->pagelist[dma->page_count + page_count++]
+                               = page + PAGE_SIZE * i;
+               }
+               for ( offset = 0 ;
+                     offset + size <= total && entry->buf_count < count ;
+                     offset += alignment, ++entry->buf_count ) {
+                       buf          = &entry->buflist[entry->buf_count];
+                       buf->idx     = dma->buf_count + entry->buf_count;
+                       buf->total   = alignment;
+                       buf->order   = order;
+                       buf->used    = 0;
+                       buf->offset  = (dma->byte_count + byte_count + offset);
+                       buf->address = (void *)(page + offset);
+                       buf->next    = NULL;
+                       buf->waiting = 0;
+                       buf->pending = 0;
+                       buf->dma_wait = 0;
+                       buf->pid     = 0;
+#if __HAVE_DMA_HISTOGRAM
+                       buf->time_queued     = 0;
+                       buf->time_dispatched = 0;
+                       buf->time_completed  = 0;
+                       buf->time_freed      = 0;
+#endif
+                       DRM_DEBUG( "buffer %d @ %p\n",
+                                  entry->buf_count, buf->address );
+               }
+               byte_count += PAGE_SIZE << page_order;
+       }
+
+       temp_buflist = DRM(realloc)( dma->buflist,
+                                    dma->buf_count * sizeof(*dma->buflist),
+                                    (dma->buf_count + entry->buf_count)
+                                    * sizeof(*dma->buflist),
+                                    DRM_MEM_BUFS );
+       if(!temp_buflist) {
+               /* Free the entry because it isn't valid */
+               DRM(cleanup_buf_error)(entry);
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       dma->buflist = temp_buflist;
+
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               dma->buflist[i + dma->buf_count] = &entry->buflist[i];
+       }
+
+       dma->buf_count += entry->buf_count;
+       dma->seg_count += entry->seg_count;
+       dma->page_count += entry->seg_count << page_order;
+       dma->byte_count += PAGE_SIZE * (entry->seg_count << page_order);
+
+#if __HAVE_DMA_FREELIST
+       DRM(freelist_create)( &entry->freelist, entry->buf_count );
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               DRM(freelist_put)( dev, &entry->freelist, &entry->buflist[i] );
+       }
+#endif
+       DRM_OS_UNLOCK;
+
+       request.count = entry->buf_count;
+       request.size = size;
+
+       DRM_OS_KRNTOUSR( (drm_buf_desc_t *)data, request, sizeof(request) );
+
+       atomic_dec( &dev->buf_alloc );
+       return 0;
+
+}
+#endif /* __HAVE_PCI_DMA */
+
+#if __REALLY_HAVE_SG
+int DRM(addbufs_sg)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_desc_t request;
+       drm_buf_entry_t *entry;
+       drm_buf_t *buf;
+       unsigned long offset;
+       unsigned long agp_offset;
+       int count;
+       int order;
+       int size;
+       int alignment;
+       int page_order;
+       int total;
+       int byte_count;
+       int i;
+       drm_buf_t **temp_buflist;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+       count = request.count;
+       order = DRM(order)( request.size );
+       size = 1 << order;
+
+       alignment  = (request.flags & _DRM_PAGE_ALIGN)
+               ? round_page(size) : size;
+       page_order = order - PAGE_SHIFT > 0 ? order - PAGE_SHIFT : 0;
+       total = PAGE_SIZE << page_order;
+
+       byte_count = 0;
+       agp_offset = request.agp_start;
+
+       DRM_DEBUG( "count:      %d\n",  count );
+       DRM_DEBUG( "order:      %d\n",  order );
+       DRM_DEBUG( "size:       %d\n",  size );
+       DRM_DEBUG( "agp_offset: %ld\n", agp_offset );
+       DRM_DEBUG( "alignment:  %d\n",  alignment );
+       DRM_DEBUG( "page_order: %d\n",  page_order );
+       DRM_DEBUG( "total:      %d\n",  total );
+
+       if ( order < DRM_MIN_ORDER || order > DRM_MAX_ORDER ) 
+               DRM_OS_RETURN(EINVAL);
+       if ( dev->queue_count ) DRM_OS_RETURN(EBUSY); /* Not while in use */
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( dev->buf_use ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       atomic_inc( &dev->buf_alloc );
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_LOCK;
+       entry = &dma->bufs[order];
+       if ( entry->buf_count ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM); /* May only call once for each order */
+       }
+
+       if (count < 0 || count > 4096) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       entry->buflist = DRM(alloc)( count * sizeof(*entry->buflist),
+                                    DRM_MEM_BUFS );
+       if ( !entry->buflist ) {
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( entry->buflist, 0, count * sizeof(*entry->buflist) );
+
+       entry->buf_size = size;
+       entry->page_order = page_order;
+
+       offset = 0;
+
+       while ( entry->buf_count < count ) {
+               buf          = &entry->buflist[entry->buf_count];
+               buf->idx     = dma->buf_count + entry->buf_count;
+               buf->total   = alignment;
+               buf->order   = order;
+               buf->used    = 0;
+
+               buf->offset  = (dma->byte_count + offset);
+               buf->bus_address = agp_offset + offset;
+               buf->address = (void *)(agp_offset + offset + dev->sg->handle);
+               buf->next    = NULL;
+               buf->waiting = 0;
+               buf->pending = 0;
+               buf->dma_wait = 0;
+               buf->pid     = 0;
+
+               buf->dev_priv_size = sizeof(DRIVER_BUF_PRIV_T);
+               buf->dev_private = DRM(alloc)( sizeof(DRIVER_BUF_PRIV_T),
+                                              DRM_MEM_BUFS );
+               if(!buf->dev_private) {
+                       /* Set count correctly so we free the proper amount. */
+                       entry->buf_count = count;
+                       DRM(cleanup_buf_error)(entry);
+                       DRM_OS_UNLOCK;
+                       atomic_dec( &dev->buf_alloc );
+                       DRM_OS_RETURN(ENOMEM);
+               }
+
+               memset( buf->dev_private, 0, buf->dev_priv_size );
+
+# if __HAVE_DMA_HISTOGRAM
+               buf->time_queued = 0;
+               buf->time_dispatched = 0;
+               buf->time_completed = 0;
+               buf->time_freed = 0;
+# endif
+               DRM_DEBUG( "buffer %d @ %p\n",
+                          entry->buf_count, buf->address );
+
+               offset += alignment;
+               entry->buf_count++;
+               byte_count += PAGE_SIZE << page_order;
+       }
+
+       DRM_DEBUG( "byte_count: %d\n", byte_count );
+
+       temp_buflist = DRM(realloc)( dma->buflist,
+                                    dma->buf_count * sizeof(*dma->buflist),
+                                    (dma->buf_count + entry->buf_count)
+                                    * sizeof(*dma->buflist),
+                                    DRM_MEM_BUFS );
+       if(!temp_buflist) {
+               /* Free the entry because it isn't valid */
+               DRM(cleanup_buf_error)(entry);
+               DRM_OS_UNLOCK;
+               atomic_dec( &dev->buf_alloc );
+               DRM_OS_RETURN(ENOMEM);
+       }
+       dma->buflist = temp_buflist;
+
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               dma->buflist[i + dma->buf_count] = &entry->buflist[i];
+       }
+
+       dma->buf_count += entry->buf_count;
+       dma->byte_count += byte_count;
+
+       DRM_DEBUG( "dma->buf_count : %d\n", dma->buf_count );
+       DRM_DEBUG( "entry->buf_count : %d\n", entry->buf_count );
+
+#if __HAVE_DMA_FREELIST
+       DRM(freelist_create)( &entry->freelist, entry->buf_count );
+       for ( i = 0 ; i < entry->buf_count ; i++ ) {
+               DRM(freelist_put)( dev, &entry->freelist, &entry->buflist[i] );
+       }
+#endif
+       DRM_OS_UNLOCK;
+
+       request.count = entry->buf_count;
+       request.size = size;
+
+       DRM_OS_KRNTOUSR( (drm_buf_desc_t *)data, request, sizeof(request) );
+
+       dma->flags = _DRM_DMA_USE_SG;
+
+       atomic_dec( &dev->buf_alloc );
+       return 0;
+}
+#endif /* __REALLY_HAVE_SG */
+
+int DRM(addbufs)( DRM_OS_IOCTL )
+{
+       drm_buf_desc_t request;
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+#if __REALLY_HAVE_AGP
+       if ( request.flags & _DRM_AGP_BUFFER )
+               return DRM(addbufs_agp)( kdev, cmd, data, flags, p );
+       else
+#endif
+#if __REALLY_HAVE_SG
+       if ( request.flags & _DRM_SG_BUFFER )
+               return DRM(addbufs_sg)( kdev, cmd, data, flags, p );
+       else
+#endif
+#if __HAVE_PCI_DMA
+               return DRM(addbufs_pci)( kdev, cmd, data, flags, p );
+#else
+               DRM_OS_RETURN(EINVAL);
+#endif
+}
+
+int DRM(infobufs)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_info_t request;
+       int i;
+       int count;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( atomic_read( &dev->buf_alloc ) ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       ++dev->buf_use;         /* Can't allocate more after this call */
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_info_t *)data, sizeof(request) );
+
+       for ( i = 0, count = 0 ; i < DRM_MAX_ORDER + 1 ; i++ ) {
+               if ( dma->bufs[i].buf_count ) ++count;
+       }
+
+       DRM_DEBUG( "count = %d\n", count );
+
+       if ( request.count >= count ) {
+               for ( i = 0, count = 0 ; i < DRM_MAX_ORDER + 1 ; i++ ) {
+                       if ( dma->bufs[i].buf_count ) {
+                               drm_buf_desc_t *to = &request.list[count];
+                               drm_buf_entry_t *from = &dma->bufs[i];
+                               drm_freelist_t *list = &dma->bufs[i].freelist;
+                               if ( DRM_OS_COPYTOUSR( &to->count,
+                                                  &from->buf_count,
+                                                  sizeof(from->buf_count) ) ||
+                                    DRM_OS_COPYTOUSR( &to->size,
+                                                  &from->buf_size,
+                                                  sizeof(from->buf_size) ) ||
+                                    DRM_OS_COPYTOUSR( &to->low_mark,
+                                                  &list->low_mark,
+                                                  sizeof(list->low_mark) ) ||
+                                    DRM_OS_COPYTOUSR( &to->high_mark,
+                                                  &list->high_mark,
+                                                  sizeof(list->high_mark) ) )
+                                       DRM_OS_RETURN(EFAULT);
+
+                               DRM_DEBUG( "%d %d %d %d %d\n",
+                                          i,
+                                          dma->bufs[i].buf_count,
+                                          dma->bufs[i].buf_size,
+                                          dma->bufs[i].freelist.low_mark,
+                                          dma->bufs[i].freelist.high_mark );
+                               ++count;
+                       }
+               }
+       }
+       request.count = count;
+
+       DRM_OS_KRNTOUSR( (drm_buf_info_t *)data, request, sizeof(request) );
+
+       return 0;
+}
+
+int DRM(markbufs)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_desc_t request;
+       int order;
+       drm_buf_entry_t *entry;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_desc_t *)data, sizeof(request) );
+
+       DRM_DEBUG( "%d, %d, %d\n",
+                  request.size, request.low_mark, request.high_mark );
+       order = DRM(order)( request.size );
+       if ( order < DRM_MIN_ORDER || order > DRM_MAX_ORDER ) 
+               DRM_OS_RETURN(EINVAL);
+       entry = &dma->bufs[order];
+
+       if ( request.low_mark < 0 || request.low_mark > entry->buf_count )
+               DRM_OS_RETURN(EINVAL);
+       if ( request.high_mark < 0 || request.high_mark > entry->buf_count )
+               DRM_OS_RETURN(EINVAL);
+
+       entry->freelist.low_mark  = request.low_mark;
+       entry->freelist.high_mark = request.high_mark;
+
+       return 0;
+}
+
+int DRM(freebufs)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_free_t request;
+       int i;
+       int idx;
+       drm_buf_t *buf;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_free_t *)data, sizeof(request) );
+
+       DRM_DEBUG( "%d\n", request.count );
+       for ( i = 0 ; i < request.count ; i++ ) {
+               if ( DRM_OS_COPYFROMUSR( &idx,
+                                    &request.list[i],
+                                    sizeof(idx) ) )
+                       DRM_OS_RETURN(EFAULT);
+               if ( idx < 0 || idx >= dma->buf_count ) {
+                       DRM_ERROR( "Index %d (of %d max)\n",
+                                  idx, dma->buf_count - 1 );
+                       DRM_OS_RETURN(EINVAL);
+               }
+               buf = dma->buflist[idx];
+               if ( buf->pid != DRM_OS_CURRENTPID ) {
+                       DRM_ERROR( "Process %d freeing buffer owned by %d\n",
+                                  DRM_OS_CURRENTPID, buf->pid );
+                       DRM_OS_RETURN(EINVAL);
+               }
+               DRM(free_buffer)( dev, buf );
+       }
+
+       return 0;
+}
+
+int DRM(mapbufs)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       int retcode = 0;
+       const int zero = 0;
+       vm_offset_t virtual, address;
+#if __FreeBSD_version >= 500000
+       struct vmspace *vms = p->td_proc->p_vmspace;
+#else
+       struct vmspace *vms = p->p_vmspace;
+#endif
+       drm_buf_map_t request;
+       int i;
+
+       if ( !dma ) DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( atomic_read( &dev->buf_alloc ) ) {
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               DRM_OS_RETURN(EBUSY);
+       }
+       dev->buf_use++;         /* Can't allocate more after this call */
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       DRM_OS_KRNFROMUSR( request, (drm_buf_map_t *)data, sizeof(request) );
+
+       if ( request.count >= dma->buf_count ) {
+               if ( (__HAVE_AGP && (dma->flags & _DRM_DMA_USE_AGP)) ||
+                    (__HAVE_SG && (dma->flags & _DRM_DMA_USE_SG)) ) {
+                       drm_map_t *map = DRIVER_AGP_BUFFERS_MAP( dev );
+
+                       if ( !map ) {
+                               retcode = EINVAL;
+                               goto done;
+                       }
+
+                       virtual = round_page((vm_offset_t)vms->vm_daddr + MAXDSIZ);
+                       retcode = vm_mmap(&vms->vm_map,
+                                         &virtual,
+                                         round_page(map->size),
+                                         PROT_READ|PROT_WRITE, VM_PROT_ALL,
+                                         MAP_SHARED,
+                                         SLIST_FIRST(&kdev->si_hlist),
+                                         (unsigned long)map->offset );
+               } else {
+                       virtual = round_page((vm_offset_t)vms->vm_daddr + MAXDSIZ);
+                       retcode = vm_mmap(&vms->vm_map,
+                                         &virtual,
+                                         round_page(dma->byte_count),
+                                         PROT_READ|PROT_WRITE, VM_PROT_ALL,
+                                         MAP_SHARED,
+                                         SLIST_FIRST(&kdev->si_hlist),
+                                         0);
+               }
+               if (retcode)
+                       goto done;
+               request.virtual = (void *)virtual;
+
+               for ( i = 0 ; i < dma->buf_count ; i++ ) {
+                       if ( DRM_OS_COPYTOUSR( &request.list[i].idx,
+                                          &dma->buflist[i]->idx,
+                                          sizeof(request.list[0].idx) ) ) {
+                               retcode = EFAULT;
+                               goto done;
+                       }
+                       if ( DRM_OS_COPYTOUSR( &request.list[i].total,
+                                          &dma->buflist[i]->total,
+                                          sizeof(request.list[0].total) ) ) {
+                               retcode = EFAULT;
+                               goto done;
+                       }
+                       if ( DRM_OS_COPYTOUSR( &request.list[i].used,
+                                          &zero,
+                                          sizeof(zero) ) ) {
+                               retcode = EFAULT;
+                               goto done;
+                       }
+                       address = virtual + dma->buflist[i]->offset; /* *** */
+                       if ( DRM_OS_COPYTOUSR( &request.list[i].address,
+                                          &address,
+                                          sizeof(address) ) ) {
+                               retcode = EFAULT;
+                               goto done;
+                       }
+               }
+       }
+ done:
+       request.count = dma->buf_count;
+
+       DRM_DEBUG( "%d buffers, retcode = %d\n", request.count, retcode );
+
+       DRM_OS_KRNTOUSR( (drm_buf_map_t *)data, request, sizeof(request) );
+
+       DRM_OS_RETURN(retcode);
+}
+
+#endif /* __HAVE_DMA */
+
diff --git a/bsd/drm_context.h b/bsd/drm_context.h
new file mode 100644 (file)
index 0000000..8d676a2
--- /dev/null
@@ -0,0 +1,730 @@
+/* drm_context.h -- IOCTLs for generic contexts -*- linux-c -*-
+ * Created: Fri Nov 24 18:31:37 2000 by gareth@valinux.com
+ *
+ * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+#if __HAVE_CTX_BITMAP
+
+/* ================================================================
+ * Context bitmap support
+ */
+
+void DRM(ctxbitmap_free)( drm_device_t *dev, int ctx_handle )
+{
+       if ( ctx_handle < 0 ) goto failed;
+       if ( !dev->ctx_bitmap ) goto failed;
+
+       if ( ctx_handle < DRM_MAX_CTXBITMAP ) {
+               DRM_OS_LOCK;
+               clear_bit( ctx_handle, dev->ctx_bitmap );
+               dev->context_sareas[ctx_handle] = NULL;
+               DRM_OS_UNLOCK;
+               return;
+       }
+failed:
+               DRM_ERROR( "Attempt to free invalid context handle: %d\n",
+                  ctx_handle );
+               return;
+}
+
+int DRM(ctxbitmap_next)( drm_device_t *dev )
+{
+       int bit;
+
+       if(!dev->ctx_bitmap) return -1;
+
+       DRM_OS_LOCK;
+       bit = find_first_zero_bit( dev->ctx_bitmap, DRM_MAX_CTXBITMAP );
+       if ( bit < DRM_MAX_CTXBITMAP ) {
+               set_bit( bit, dev->ctx_bitmap );
+               DRM_DEBUG( "drm_ctxbitmap_next bit : %d\n", bit );
+               if((bit+1) > dev->max_context) {
+                       dev->max_context = (bit+1);
+                       if(dev->context_sareas) {
+                               drm_map_t **ctx_sareas;
+
+                               ctx_sareas = DRM(realloc)(dev->context_sareas,
+                                               (dev->max_context - 1) * 
+                                               sizeof(*dev->context_sareas),
+                                               dev->max_context * 
+                                               sizeof(*dev->context_sareas),
+                                               DRM_MEM_MAPS);
+                               if(!ctx_sareas) {
+                                       clear_bit(bit, dev->ctx_bitmap);
+                                       DRM_OS_UNLOCK;
+                                       return -1;
+                               }
+                               dev->context_sareas = ctx_sareas;
+                               dev->context_sareas[bit] = NULL;
+                       } else {
+                               /* max_context == 1 at this point */
+                               dev->context_sareas = DRM(alloc)(
+                                               dev->max_context * 
+                                               sizeof(*dev->context_sareas),
+                                               DRM_MEM_MAPS);
+                               if(!dev->context_sareas) {
+                                       clear_bit(bit, dev->ctx_bitmap);
+                                       DRM_OS_UNLOCK;
+                                       return -1;
+                               }
+                               dev->context_sareas[bit] = NULL;
+                       }
+               }
+               DRM_OS_UNLOCK;
+               return bit;
+       }
+       DRM_OS_UNLOCK;
+       return -1;
+}
+
+int DRM(ctxbitmap_init)( drm_device_t *dev )
+{
+       int i;
+       int temp;
+
+       DRM_OS_LOCK;
+       dev->ctx_bitmap = (unsigned long *) DRM(alloc)( PAGE_SIZE,
+                                                       DRM_MEM_CTXBITMAP );
+       if ( dev->ctx_bitmap == NULL ) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset( (void *)dev->ctx_bitmap, 0, PAGE_SIZE );
+       dev->context_sareas = NULL;
+       dev->max_context = -1;
+       DRM_OS_UNLOCK;
+
+       for ( i = 0 ; i < DRM_RESERVED_CONTEXTS ; i++ ) {
+               temp = DRM(ctxbitmap_next)( dev );
+               DRM_DEBUG( "drm_ctxbitmap_init : %d\n", temp );
+       }
+
+       return 0;
+}
+
+void DRM(ctxbitmap_cleanup)( drm_device_t *dev )
+{
+       DRM_OS_LOCK;
+       if( dev->context_sareas ) DRM(free)( dev->context_sareas,
+                                            sizeof(*dev->context_sareas) * 
+                                            dev->max_context,
+                                            DRM_MEM_MAPS );
+       DRM(free)( (void *)dev->ctx_bitmap, PAGE_SIZE, DRM_MEM_CTXBITMAP );
+       DRM_OS_UNLOCK;
+}
+
+/* ================================================================
+ * Per Context SAREA Support
+ */
+
+int DRM(getsareactx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_priv_map_t request;
+       drm_map_t *map;
+
+       DRM_OS_KRNFROMUSR( request, (drm_ctx_priv_map_t *)data, 
+                          sizeof(request) );
+
+       DRM_OS_LOCK;
+       if (dev->max_context < 0 || request.ctx_id >= (unsigned) dev->max_context) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       map = dev->context_sareas[request.ctx_id];
+       DRM_OS_UNLOCK;
+
+       request.handle = map->handle;
+
+       DRM_OS_KRNTOUSR( (drm_ctx_priv_map_t *)data, request, sizeof(request) );
+
+       return 0;
+}
+
+int DRM(setsareactx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_priv_map_t request;
+       drm_map_t *map = NULL;
+       drm_map_list_entry_t *list;
+
+       DRM_OS_KRNFROMUSR( request, (drm_ctx_priv_map_t *)data,
+                          sizeof(request) );
+
+       DRM_OS_LOCK;
+       TAILQ_FOREACH(list, dev->maplist, link) {
+               map=list->map;
+               if(map->handle == request.handle) 
+                       goto found;
+       }
+
+bad:
+       DRM_OS_UNLOCK;
+       return -EINVAL;
+
+found:
+       map = list->map;
+       if (!map) goto bad;
+       if (dev->max_context < 0)
+               goto bad;
+       if (request.ctx_id >= (unsigned) dev->max_context)
+               goto bad;
+       dev->context_sareas[request.ctx_id] = map;
+       DRM_OS_UNLOCK;
+       return 0;
+}
+
+/* ================================================================
+ * The actual DRM context handling routines
+ */
+
+int DRM(context_switch)( drm_device_t *dev, int old, int new )
+{
+        char buf[64];
+
+        if ( test_and_set_bit( 0, &dev->context_flag ) ) {
+                DRM_ERROR( "Reentering -- FIXME\n" );
+                DRM_OS_RETURN(EBUSY);
+        }
+
+#if __HAVE_DMA_HISTOGRAM
+        dev->ctx_start = get_cycles();
+#endif
+
+        DRM_DEBUG( "Context switch from %d to %d\n", old, new );
+
+        if ( new == dev->last_context ) {
+                clear_bit( 0, &dev->context_flag );
+                return 0;
+        }
+
+        if ( DRM(flags) & DRM_FLAG_NOCTX ) {
+                DRM(context_switch_complete)( dev, new );
+        } else {
+                sprintf( buf, "C %d %d\n", old, new );
+                DRM(write_string)( dev, buf );
+        }
+
+        return 0;
+}
+
+int DRM(context_switch_complete)( drm_device_t *dev, int new )
+{
+        dev->last_context = new;  /* PRE/POST: This is the _only_ writer. */
+        dev->last_switch  = jiffies;
+
+        if ( !_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock) ) {
+                DRM_ERROR( "Lock isn't held after context switch\n" );
+        }
+
+                               /* If a context switch is ever initiated
+                                   when the kernel holds the lock, release
+                                   that lock here. */
+#if __HAVE_DMA_HISTOGRAM
+        atomic_inc( &dev->histo.ctx[DRM(histogram_slot)(get_cycles()
+                                                       - dev->ctx_start)] );
+
+#endif
+        clear_bit( 0, &dev->context_flag );
+        DRM_OS_WAKEUP( &dev->context_wait );
+
+        return 0;
+}
+
+int DRM(resctx)( DRM_OS_IOCTL )
+{
+       drm_ctx_res_t res;
+       drm_ctx_t ctx;
+       int i;
+
+       DRM_OS_KRNFROMUSR( res, (drm_ctx_res_t *)data, sizeof(res) );
+
+       if ( res.count >= DRM_RESERVED_CONTEXTS ) {
+               memset( &ctx, 0, sizeof(ctx) );
+               for ( i = 0 ; i < DRM_RESERVED_CONTEXTS ; i++ ) {
+                       ctx.handle = i;
+                       if ( DRM_OS_COPYTOUSR( &res.contexts[i],
+                                          &i, sizeof(i) ) )
+                               DRM_OS_RETURN(EFAULT);
+               }
+       }
+       res.count = DRM_RESERVED_CONTEXTS;
+
+       DRM_OS_KRNTOUSR( (drm_ctx_res_t *)data, res, sizeof(res) );
+
+       return 0;
+}
+
+int DRM(addctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       ctx.handle = DRM(ctxbitmap_next)( dev );
+       if ( ctx.handle == DRM_KERNEL_CONTEXT ) {
+                               /* Skip kernel's context and get a new one. */
+               ctx.handle = DRM(ctxbitmap_next)( dev );
+       }
+       DRM_DEBUG( "%d\n", ctx.handle );
+       if ( ctx.handle == -1 ) {
+               DRM_DEBUG( "Not enough free contexts.\n" );
+                               /* Should this return -EBUSY instead? */
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       DRM_OS_KRNTOUSR( (drm_ctx_t *)data, ctx, sizeof(ctx) );
+
+       return 0;
+}
+
+int DRM(modctx)( DRM_OS_IOCTL )
+{
+       /* This does nothing */
+       return 0;
+}
+
+int DRM(getctx)( DRM_OS_IOCTL )
+{
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       /* This is 0, because we don't handle any context flags */
+       ctx.flags = 0;
+
+       DRM_OS_KRNTOUSR( (drm_ctx_t *)data, ctx, sizeof(ctx) );
+
+       return 0;
+}
+
+int DRM(switchctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG( "%d\n", ctx.handle );
+       return DRM(context_switch)( dev, dev->last_context, ctx.handle );
+}
+
+int DRM(newctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG( "%d\n", ctx.handle );
+       DRM(context_switch_complete)( dev, ctx.handle );
+
+       return 0;
+}
+
+int DRM(rmctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG( "%d\n", ctx.handle );
+       if ( ctx.handle != DRM_KERNEL_CONTEXT ) {
+               DRM(ctxbitmap_free)( dev, ctx.handle );
+       }
+
+       return 0;
+}
+
+
+#else /* __HAVE_CTX_BITMAP */
+
+/* ================================================================
+ * Old-style context support
+ */
+
+
+int DRM(context_switch)(drm_device_t *dev, int old, int new)
+{
+       char        buf[64];
+       drm_queue_t *q;
+
+#if 0
+       atomic_inc(&dev->total_ctx);
+#endif
+
+       if (test_and_set_bit(0, &dev->context_flag)) {
+               DRM_ERROR("Reentering -- FIXME\n");
+               DRM_OS_RETURN(EBUSY);
+       }
+
+#if __HAVE_DMA_HISTOGRAM
+       dev->ctx_start = get_cycles();
+#endif
+
+       DRM_DEBUG("Context switch from %d to %d\n", old, new);
+
+       if (new >= dev->queue_count) {
+               clear_bit(0, &dev->context_flag);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (new == dev->last_context) {
+               clear_bit(0, &dev->context_flag);
+               return 0;
+       }
+
+       q = dev->queuelist[new];
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) == 1) {
+               atomic_dec(&q->use_count);
+               clear_bit(0, &dev->context_flag);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (DRM(flags) & DRM_FLAG_NOCTX) {
+               DRM(context_switch_complete)(dev, new);
+       } else {
+               sprintf(buf, "C %d %d\n", old, new);
+               DRM(write_string)(dev, buf);
+       }
+
+       atomic_dec(&q->use_count);
+
+       return 0;
+}
+
+int DRM(context_switch_complete)(drm_device_t *dev, int new)
+{
+       drm_device_dma_t *dma = dev->dma;
+
+       dev->last_context = new;  /* PRE/POST: This is the _only_ writer. */
+       dev->last_switch  = jiffies;
+
+       if (!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("Lock isn't held after context switch\n");
+       }
+
+       if (!dma || !(dma->next_buffer && dma->next_buffer->while_locked)) {
+               if (DRM(lock_free)(dev, &dev->lock.hw_lock->lock,
+                                 DRM_KERNEL_CONTEXT)) {
+                       DRM_ERROR("Cannot free lock\n");
+               }
+       }
+
+#if __HAVE_DMA_HISTOGRAM
+       atomic_inc(&dev->histo.ctx[DRM(histogram_slot)(get_cycles()
+                                                     - dev->ctx_start)]);
+
+#endif
+       clear_bit(0, &dev->context_flag);
+       DRM_OS_WAKEUP_INT(&dev->context_wait);
+
+       return 0;
+}
+
+static int DRM(init_queue)(drm_device_t *dev, drm_queue_t *q, drm_ctx_t *ctx)
+{
+       DRM_DEBUG("\n");
+
+       if (atomic_read(&q->use_count) != 1
+           || atomic_read(&q->finalization)
+           || atomic_read(&q->block_count)) {
+               DRM_ERROR("New queue is already in use: u%ld f%ld b%ld\n",
+                         (unsigned long)atomic_read(&q->use_count),
+                         (unsigned long)atomic_read(&q->finalization),
+                         (unsigned long)atomic_read(&q->block_count));
+       }
+
+       atomic_set(&q->finalization,  0);
+       atomic_set(&q->block_count,   0);
+       atomic_set(&q->block_read,    0);
+       atomic_set(&q->block_write,   0);
+       atomic_set(&q->total_queued,  0);
+       atomic_set(&q->total_flushed, 0);
+       atomic_set(&q->total_locks,   0);
+
+       q->write_queue = 0;
+       q->read_queue = 0;
+       q->flush_queue = 0;
+
+       q->flags = ctx->flags;
+
+       DRM(waitlist_create)(&q->waitlist, dev->dma->buf_count);
+
+       return 0;
+}
+
+
+/* drm_alloc_queue:
+PRE: 1) dev->queuelist[0..dev->queue_count] is allocated and will not
+       disappear (so all deallocation must be done after IOCTLs are off)
+     2) dev->queue_count < dev->queue_slots
+     3) dev->queuelist[i].use_count == 0 and
+       dev->queuelist[i].finalization == 0 if i not in use
+POST: 1) dev->queuelist[i].use_count == 1
+      2) dev->queue_count < dev->queue_slots */
+
+static int DRM(alloc_queue)(drm_device_t *dev)
+{
+       int         i;
+       drm_queue_t *queue;
+       int         oldslots;
+       int         newslots;
+                               /* Check for a free queue */
+       for (i = 0; i < dev->queue_count; i++) {
+               atomic_inc(&dev->queuelist[i]->use_count);
+               if (atomic_read(&dev->queuelist[i]->use_count) == 1
+                   && !atomic_read(&dev->queuelist[i]->finalization)) {
+                       DRM_DEBUG("%d (free)\n", i);
+                       return i;
+               }
+               atomic_dec(&dev->queuelist[i]->use_count);
+       }
+                               /* Allocate a new queue */
+       DRM_OS_LOCK;
+
+       queue = gamma_alloc(sizeof(*queue), DRM_MEM_QUEUES);
+       memset(queue, 0, sizeof(*queue));
+       atomic_set(&queue->use_count, 1);
+
+       ++dev->queue_count;
+       if (dev->queue_count >= dev->queue_slots) {
+               oldslots = dev->queue_slots * sizeof(*dev->queuelist);
+               if (!dev->queue_slots) dev->queue_slots = 1;
+               dev->queue_slots *= 2;
+               newslots = dev->queue_slots * sizeof(*dev->queuelist);
+
+               dev->queuelist = DRM(realloc)(dev->queuelist,
+                                             oldslots,
+                                             newslots,
+                                             DRM_MEM_QUEUES);
+               if (!dev->queuelist) {
+                       DRM_OS_UNLOCK;
+                       DRM_DEBUG("out of memory\n");
+                       DRM_OS_RETURN(ENOMEM);
+               }
+       }
+       dev->queuelist[dev->queue_count-1] = queue;
+
+       DRM_OS_UNLOCK;
+       DRM_DEBUG("%d (new)\n", dev->queue_count - 1);
+       return dev->queue_count - 1;
+}
+
+int DRM(resctx)( DRM_OS_IOCTL )
+{
+       drm_ctx_res_t   res;
+       drm_ctx_t       ctx;
+       int             i;
+
+       DRM_DEBUG("%d\n", DRM_RESERVED_CONTEXTS);
+       
+       DRM_OS_KRNFROMUSR( res, (drm_ctx_res_t *)data, sizeof(res) );
+
+       if (res.count >= DRM_RESERVED_CONTEXTS) {
+               memset(&ctx, 0, sizeof(ctx));
+               for (i = 0; i < DRM_RESERVED_CONTEXTS; i++) {
+                       ctx.handle = i;
+                       if (DRM_OS_COPYTOUSR(&res.contexts[i],
+                                        &i,
+                                        sizeof(i)))
+                               DRM_OS_RETURN(EFAULT);
+               }
+       }
+       res.count = DRM_RESERVED_CONTEXTS;
+
+       DRM_OS_KRNTOUSR( (drm_ctx_res_t *)data, res, sizeof(res) );
+
+       return 0;
+}
+
+int DRM(addctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       if ((ctx.handle = DRM(alloc_queue)(dev)) == DRM_KERNEL_CONTEXT) {
+                               /* Init kernel's context and get a new one. */
+               DRM(init_queue)(dev, dev->queuelist[ctx.handle], &ctx);
+               ctx.handle = DRM(alloc_queue)(dev);
+       }
+       DRM(init_queue)(dev, dev->queuelist[ctx.handle], &ctx);
+       DRM_DEBUG("%d\n", ctx.handle);
+       
+       DRM_OS_KRNTOUSR( (drm_ctx_t *)data, ctx, sizeof(ctx) );
+
+       return 0;
+}
+
+int DRM(modctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+       drm_queue_t     *q;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+
+       if (ctx.handle < 0 || ctx.handle >= dev->queue_count) 
+               DRM_OS_RETURN(EINVAL);
+       q = dev->queuelist[ctx.handle];
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) == 1) {
+                               /* No longer in use */
+               atomic_dec(&q->use_count);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (DRM_BUFCOUNT(&q->waitlist)) {
+               atomic_dec(&q->use_count);
+               DRM_OS_RETURN(EBUSY);
+       }
+
+       q->flags = ctx.flags;
+
+       atomic_dec(&q->use_count);
+       return 0;
+}
+
+int DRM(getctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+       drm_queue_t     *q;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+
+       if (ctx.handle >= dev->queue_count) 
+               DRM_OS_RETURN(EINVAL);
+       q = dev->queuelist[ctx.handle];
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) == 1) {
+                               /* No longer in use */
+               atomic_dec(&q->use_count);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       ctx.flags = q->flags;
+       atomic_dec(&q->use_count);
+
+       DRM_OS_KRNTOUSR( (drm_ctx_t *)data, ctx, sizeof(ctx) );
+
+       return 0;
+}
+
+int DRM(switchctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+       return DRM(context_switch)(dev, dev->last_context, ctx.handle);
+}
+
+int DRM(newctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+       DRM(context_switch_complete)(dev, ctx.handle);
+
+       return 0;
+}
+
+int DRM(rmctx)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_ctx_t       ctx;
+       drm_queue_t     *q;
+       drm_buf_t       *buf;
+
+       DRM_OS_KRNFROMUSR( ctx, (drm_ctx_t *)data, sizeof(ctx) );
+
+       DRM_DEBUG("%d\n", ctx.handle);
+
+       if (ctx.handle >= dev->queue_count) DRM_OS_RETURN(EINVAL);
+       q = dev->queuelist[ctx.handle];
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) == 1) {
+                               /* No longer in use */
+               atomic_dec(&q->use_count);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       atomic_inc(&q->finalization); /* Mark queue in finalization state */
+       atomic_sub(2, &q->use_count); /* Mark queue as unused (pending
+                                        finalization) */
+
+       while (test_and_set_bit(0, &dev->interrupt_flag)) {
+               static int never;
+               int retcode;
+               retcode = tsleep(&never, PZERO|PCATCH, "never", 1);
+               if (retcode)
+                       return retcode;
+       }
+                               /* Remove queued buffers */
+       while ((buf = DRM(waitlist_get)(&q->waitlist))) {
+               DRM(free_buffer)(dev, buf);
+       }
+       clear_bit(0, &dev->interrupt_flag);
+
+                               /* Wakeup blocked processes */
+       wakeup( &q->block_read );
+       wakeup( &q->block_write );
+       DRM_OS_WAKEUP_INT( &q->flush_queue );
+                               /* Finalization over.  Queue is made
+                                  available when both use_count and
+                                  finalization become 0, which won't
+                                  happen until all the waiting processes
+                                  stop waiting. */
+       atomic_dec(&q->finalization);
+       return 0;
+}
+
+#endif /* __HAVE_CTX_BITMAP */
diff --git a/bsd/drm_dma.h b/bsd/drm_dma.h
new file mode 100644 (file)
index 0000000..e5aef24
--- /dev/null
@@ -0,0 +1,605 @@
+/* drm_dma.c -- DMA IOCTL and function support -*- linux-c -*-
+ * Created: Fri Mar 19 14:30:16 1999 by faith@valinux.com
+ *
+ * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#include <machine/bus.h>
+#include <machine/resource.h>
+#include <sys/rman.h>
+
+#include "drmP.h"
+
+#ifndef __HAVE_DMA_WAITQUEUE
+#define __HAVE_DMA_WAITQUEUE   0
+#endif
+#ifndef __HAVE_DMA_RECLAIM
+#define __HAVE_DMA_RECLAIM     0
+#endif
+#ifndef __HAVE_SHARED_IRQ
+#define __HAVE_SHARED_IRQ      0
+#endif
+
+#if __HAVE_SHARED_IRQ
+#define DRM_IRQ_TYPE           SA_SHIRQ
+#else
+#define DRM_IRQ_TYPE           0
+#endif
+
+#if __HAVE_DMA
+
+int DRM(dma_setup)( drm_device_t *dev )
+{
+       int i;
+
+       dev->dma = DRM(alloc)( sizeof(*dev->dma), DRM_MEM_DRIVER );
+       if ( !dev->dma )
+               DRM_OS_RETURN(ENOMEM);
+
+       memset( dev->dma, 0, sizeof(*dev->dma) );
+
+       for ( i = 0 ; i <= DRM_MAX_ORDER ; i++ )
+               memset(&dev->dma->bufs[i], 0, sizeof(dev->dma->bufs[0]));
+
+       return 0;
+}
+
+void DRM(dma_takedown)(drm_device_t *dev)
+{
+       drm_device_dma_t  *dma = dev->dma;
+       int               i, j;
+
+       if (!dma) return;
+
+                               /* Clear dma buffers */
+       for (i = 0; i <= DRM_MAX_ORDER; i++) {
+               if (dma->bufs[i].seg_count) {
+                       DRM_DEBUG("order %d: buf_count = %d,"
+                                 " seg_count = %d\n",
+                                 i,
+                                 dma->bufs[i].buf_count,
+                                 dma->bufs[i].seg_count);
+                       for (j = 0; j < dma->bufs[i].seg_count; j++) {
+                               DRM(free_pages)(dma->bufs[i].seglist[j],
+                                               dma->bufs[i].page_order,
+                                               DRM_MEM_DMA);
+                       }
+                       DRM(free)(dma->bufs[i].seglist,
+                                 dma->bufs[i].seg_count
+                                 * sizeof(*dma->bufs[0].seglist),
+                                 DRM_MEM_SEGS);
+               }
+               if(dma->bufs[i].buf_count) {
+                       for(j = 0; j < dma->bufs[i].buf_count; j++) {
+                          if(dma->bufs[i].buflist[j].dev_private) {
+                             DRM(free)(dma->bufs[i].buflist[j].dev_private,
+                                       dma->bufs[i].buflist[j].dev_priv_size,
+                                       DRM_MEM_BUFS);
+                          }
+                       }
+                       DRM(free)(dma->bufs[i].buflist,
+                                 dma->bufs[i].buf_count *
+                                 sizeof(*dma->bufs[0].buflist),
+                                 DRM_MEM_BUFS);
+#if __HAVE_DMA_FREELIST
+                       DRM(freelist_destroy)(&dma->bufs[i].freelist);
+#endif
+               }
+       }
+
+       if (dma->buflist) {
+               DRM(free)(dma->buflist,
+                         dma->buf_count * sizeof(*dma->buflist),
+                         DRM_MEM_BUFS);
+       }
+
+       if (dma->pagelist) {
+               DRM(free)(dma->pagelist,
+                         dma->page_count * sizeof(*dma->pagelist),
+                         DRM_MEM_PAGES);
+       }
+       DRM(free)(dev->dma, sizeof(*dev->dma), DRM_MEM_DRIVER);
+       dev->dma = NULL;
+}
+
+
+#if __HAVE_DMA_HISTOGRAM
+/* This is slow, but is useful for debugging. */
+int DRM(histogram_slot)(unsigned long count)
+{
+       int value = DRM_DMA_HISTOGRAM_INITIAL;
+       int slot;
+
+       for (slot = 0;
+            slot < DRM_DMA_HISTOGRAM_SLOTS;
+            ++slot, value = DRM_DMA_HISTOGRAM_NEXT(value)) {
+               if (count < value) return slot;
+       }
+       return DRM_DMA_HISTOGRAM_SLOTS - 1;
+}
+
+void DRM(histogram_compute)(drm_device_t *dev, drm_buf_t *buf)
+{
+       cycles_t queued_to_dispatched;
+       cycles_t dispatched_to_completed;
+       cycles_t completed_to_freed;
+       int      q2d, d2c, c2f, q2c, q2f;
+
+       if (buf->time_queued) {
+               queued_to_dispatched    = (buf->time_dispatched
+                                          - buf->time_queued);
+               dispatched_to_completed = (buf->time_completed
+                                          - buf->time_dispatched);
+               completed_to_freed      = (buf->time_freed
+                                          - buf->time_completed);
+
+               q2d = DRM(histogram_slot)(queued_to_dispatched);
+               d2c = DRM(histogram_slot)(dispatched_to_completed);
+               c2f = DRM(histogram_slot)(completed_to_freed);
+
+               q2c = DRM(histogram_slot)(queued_to_dispatched
+                                         + dispatched_to_completed);
+               q2f = DRM(histogram_slot)(queued_to_dispatched
+                                         + dispatched_to_completed
+                                         + completed_to_freed);
+
+               atomic_inc(&dev->histo.total);
+               atomic_inc(&dev->histo.queued_to_dispatched[q2d]);
+               atomic_inc(&dev->histo.dispatched_to_completed[d2c]);
+               atomic_inc(&dev->histo.completed_to_freed[c2f]);
+
+               atomic_inc(&dev->histo.queued_to_completed[q2c]);
+               atomic_inc(&dev->histo.queued_to_freed[q2f]);
+
+       }
+       buf->time_queued     = 0;
+       buf->time_dispatched = 0;
+       buf->time_completed  = 0;
+       buf->time_freed      = 0;
+}
+#endif
+
+void DRM(free_buffer)(drm_device_t *dev, drm_buf_t *buf)
+{
+       if (!buf) return;
+
+       buf->waiting  = 0;
+       buf->pending  = 0;
+       buf->pid      = 0;
+       buf->used     = 0;
+#if __HAVE_DMA_HISTOGRAM
+       buf->time_completed = get_cycles();
+#endif
+
+       if ( buf->dma_wait ) {
+               wakeup( &buf->dma_wait );
+               buf->dma_wait = 0;
+       }
+#if __HAVE_DMA_FREELIST
+       else {
+               drm_device_dma_t *dma = dev->dma;
+                               /* If processes are waiting, the last one
+                                  to wake will put the buffer on the free
+                                  list.  If no processes are waiting, we
+                                  put the buffer on the freelist here. */
+               DRM(freelist_put)(dev, &dma->bufs[buf->order].freelist, buf);
+       }
+#endif
+}
+
+#if !__HAVE_DMA_RECLAIM
+void DRM(reclaim_buffers)(drm_device_t *dev, pid_t pid)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+
+       if (!dma) return;
+       for (i = 0; i < dma->buf_count; i++) {
+               if (dma->buflist[i]->pid == pid) {
+                       switch (dma->buflist[i]->list) {
+                       case DRM_LIST_NONE:
+                               DRM(free_buffer)(dev, dma->buflist[i]);
+                               break;
+                       case DRM_LIST_WAIT:
+                               dma->buflist[i]->list = DRM_LIST_RECLAIM;
+                               break;
+                       default:
+                               /* Buffer already on hardware. */
+                               break;
+                       }
+               }
+       }
+}
+#endif
+
+
+/* GH: This is a big hack for now...
+ */
+#if __HAVE_OLD_DMA
+
+void DRM(clear_next_buffer)(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+
+       dma->next_buffer = NULL;
+       if (dma->next_queue && !DRM_BUFCOUNT(&dma->next_queue->waitlist)) {
+               DRM_OS_WAKEUP_INT(&dma->next_queue->flush_queue);
+       }
+       dma->next_queue  = NULL;
+}
+
+int DRM(select_queue)(drm_device_t *dev, void (*wrapper)(unsigned long))
+{
+       int        i;
+       int        candidate = -1;
+       int        j         = jiffies;
+
+       if (!dev) {
+               DRM_ERROR("No device\n");
+               return -1;
+       }
+       if (!dev->queuelist || !dev->queuelist[DRM_KERNEL_CONTEXT]) {
+                               /* This only happens between the time the
+                                  interrupt is initialized and the time
+                                  the queues are initialized. */
+               return -1;
+       }
+
+                               /* Doing "while locked" DMA? */
+       if (DRM_WAITCOUNT(dev, DRM_KERNEL_CONTEXT)) {
+               return DRM_KERNEL_CONTEXT;
+       }
+
+                               /* If there are buffers on the last_context
+                                  queue, and we have not been executing
+                                  this context very long, continue to
+                                  execute this context. */
+       if (dev->last_switch <= j
+           && dev->last_switch + DRM_TIME_SLICE > j
+           && DRM_WAITCOUNT(dev, dev->last_context)) {
+               return dev->last_context;
+       }
+
+                               /* Otherwise, find a candidate */
+       for (i = dev->last_checked + 1; i < dev->queue_count; i++) {
+               if (DRM_WAITCOUNT(dev, i)) {
+                       candidate = dev->last_checked = i;
+                       break;
+               }
+       }
+
+       if (candidate < 0) {
+               for (i = 0; i < dev->queue_count; i++) {
+                       if (DRM_WAITCOUNT(dev, i)) {
+                               candidate = dev->last_checked = i;
+                               break;
+                       }
+               }
+       }
+
+       if (wrapper
+           && candidate >= 0
+           && candidate != dev->last_context
+           && dev->last_switch <= j
+           && dev->last_switch + DRM_TIME_SLICE > j) {
+               int s = splclock();
+               if (dev->timer.c_time != dev->last_switch + DRM_TIME_SLICE) {
+                       callout_reset(&dev->timer,
+                                     dev->last_switch + DRM_TIME_SLICE - j,
+                                     (void (*)(void *))wrapper,
+                                     dev);
+               }
+               splx(s);
+               return -1;
+       }
+
+       return candidate;
+}
+
+
+int DRM(dma_enqueue)(drm_device_t *dev, drm_dma_t *d)
+{
+       int               i;
+       drm_queue_t       *q;
+       drm_buf_t         *buf;
+       int               idx;
+       int               while_locked = 0;
+       drm_device_dma_t  *dma = dev->dma;
+       int               error;
+
+       DRM_DEBUG("%d\n", d->send_count);
+
+       if (d->flags & _DRM_DMA_WHILE_LOCKED) {
+               int context = dev->lock.hw_lock->lock;
+
+               if (!_DRM_LOCK_IS_HELD(context)) {
+                       DRM_ERROR("No lock held during \"while locked\""
+                                 " request\n");
+                       DRM_OS_RETURN(EINVAL);
+               }
+               if (d->context != _DRM_LOCKING_CONTEXT(context)
+                   && _DRM_LOCKING_CONTEXT(context) != DRM_KERNEL_CONTEXT) {
+                       DRM_ERROR("Lock held by %d while %d makes"
+                                 " \"while locked\" request\n",
+                                 _DRM_LOCKING_CONTEXT(context),
+                                 d->context);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               q = dev->queuelist[DRM_KERNEL_CONTEXT];
+               while_locked = 1;
+       } else {
+               q = dev->queuelist[d->context];
+       }
+
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->block_write)) {
+               atomic_inc(&q->block_count);
+               for (;;) {
+                       if (!atomic_read(&q->block_write)) break;
+                       error = tsleep(&q->block_write, PZERO|PCATCH,
+                                      "dmawr", 0);
+                       if (error) {
+                               atomic_dec(&q->use_count);
+                               return error;
+                       }
+               }
+               atomic_dec(&q->block_count);
+       }
+
+       for (i = 0; i < d->send_count; i++) {
+               idx = d->send_indices[i];
+               if (idx < 0 || idx >= dma->buf_count) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Index %d (of %d max)\n",
+                                 d->send_indices[i], dma->buf_count - 1);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               buf = dma->buflist[ idx ];
+               if (buf->pid != DRM_OS_CURRENTPID) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Process %d using buffer owned by %d\n",
+                                 DRM_OS_CURRENTPID, buf->pid);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               if (buf->list != DRM_LIST_NONE) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Process %d using buffer %d on list %d\n",
+                                 DRM_OS_CURRENTPID, buf->idx, buf->list);
+               }
+               buf->used         = d->send_sizes[i];
+               buf->while_locked = while_locked;
+               buf->context      = d->context;
+               if (!buf->used) {
+                       DRM_ERROR("Queueing 0 length buffer\n");
+               }
+               if (buf->pending) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Queueing pending buffer:"
+                                 " buffer %d, offset %d\n",
+                                 d->send_indices[i], i);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               if (buf->waiting) {
+                       atomic_dec(&q->use_count);
+                       DRM_ERROR("Queueing waiting buffer:"
+                                 " buffer %d, offset %d\n",
+                                 d->send_indices[i], i);
+                       DRM_OS_RETURN(EINVAL);
+               }
+               buf->waiting = 1;
+               if (atomic_read(&q->use_count) == 1
+                   || atomic_read(&q->finalization)) {
+                       DRM(free_buffer)(dev, buf);
+               } else {
+                       DRM(waitlist_put)(&q->waitlist, buf);
+                       atomic_inc(&q->total_queued);
+               }
+       }
+       atomic_dec(&q->use_count);
+
+       return 0;
+}
+
+static int DRM(dma_get_buffers_of_order)(drm_device_t *dev, drm_dma_t *d,
+                                        int order)
+{
+       int               i;
+       drm_buf_t         *buf;
+       drm_device_dma_t  *dma = dev->dma;
+
+       for (i = d->granted_count; i < d->request_count; i++) {
+               buf = DRM(freelist_get)(&dma->bufs[order].freelist,
+                                       d->flags & _DRM_DMA_WAIT);
+               if (!buf) break;
+               if (buf->pending || buf->waiting) {
+                       DRM_ERROR("Free buffer %d in use by %d (w%d, p%d)\n",
+                                 buf->idx,
+                                 buf->pid,
+                                 buf->waiting,
+                                 buf->pending);
+               }
+               buf->pid     = DRM_OS_CURRENTPID;
+               if (DRM_OS_COPYTOUSR(&d->request_indices[i],
+                                &buf->idx,
+                                sizeof(buf->idx)))
+                       DRM_OS_RETURN(EFAULT);
+
+               if (DRM_OS_COPYTOUSR(&d->request_sizes[i],
+                                &buf->total,
+                                sizeof(buf->total)))
+                       DRM_OS_RETURN(EFAULT);
+
+               ++d->granted_count;
+       }
+       return 0;
+}
+
+
+int DRM(dma_get_buffers)(drm_device_t *dev, drm_dma_t *dma)
+{
+       int               order;
+       int               retcode = 0;
+       int               tmp_order;
+
+       order = DRM(order)(dma->request_size);
+
+       dma->granted_count = 0;
+       retcode            = DRM(dma_get_buffers_of_order)(dev, dma, order);
+
+       if (dma->granted_count < dma->request_count
+           && (dma->flags & _DRM_DMA_SMALLER_OK)) {
+               for (tmp_order = order - 1;
+                    !retcode
+                            && dma->granted_count < dma->request_count
+                            && tmp_order >= DRM_MIN_ORDER;
+                    --tmp_order) {
+
+                       retcode = DRM(dma_get_buffers_of_order)(dev, dma,
+                                                               tmp_order);
+               }
+       }
+
+       if (dma->granted_count < dma->request_count
+           && (dma->flags & _DRM_DMA_LARGER_OK)) {
+               for (tmp_order = order + 1;
+                    !retcode
+                            && dma->granted_count < dma->request_count
+                            && tmp_order <= DRM_MAX_ORDER;
+                    ++tmp_order) {
+
+                       retcode = DRM(dma_get_buffers_of_order)(dev, dma,
+                                                               tmp_order);
+               }
+       }
+       return 0;
+}
+
+#endif /* __HAVE_OLD_DMA */
+
+
+#if __HAVE_DMA_IRQ
+
+int DRM(irq_install)( drm_device_t *dev, int irq )
+{
+       int rid;
+       int retcode;
+
+       if ( !irq )
+               DRM_OS_RETURN(EINVAL);
+
+       DRM_OS_LOCK;
+       if ( dev->irq ) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(EBUSY);
+       }
+       dev->irq = irq;
+       DRM_OS_UNLOCK;
+
+       DRM_DEBUG( "%s: irq=%d\n", __FUNCTION__, irq );
+
+       dev->context_flag = 0;
+       dev->interrupt_flag = 0;
+       dev->dma_flag = 0;
+
+       dev->dma->next_buffer = NULL;
+       dev->dma->next_queue = NULL;
+       dev->dma->this_buffer = NULL;
+
+#if __HAVE_DMA_IRQ_BH
+       TASK_INIT(&dev->task, 0, DRM(dma_immediate_bh), dev);
+#endif
+
+                               /* Before installing handler */
+       DRIVER_PREINSTALL();
+
+                               /* Install handler */
+       rid = 0;
+       dev->irqr = bus_alloc_resource(dev->device, SYS_RES_IRQ, &rid,
+                                     0, ~0, 1, RF_SHAREABLE);
+       if (!dev->irqr)
+               return ENOENT;
+       
+       retcode = bus_setup_intr(dev->device, dev->irqr, INTR_TYPE_TTY,
+                                DRM(dma_service), dev, &dev->irqh);
+       if ( retcode ) {
+               DRM_OS_LOCK;
+               bus_release_resource(dev->device, SYS_RES_IRQ, 0, dev->irqr);
+               dev->irq = 0;
+               DRM_OS_UNLOCK;
+               return retcode;
+       }
+
+                               /* After installing handler */
+       DRIVER_POSTINSTALL();
+
+       return 0;
+}
+
+int DRM(irq_uninstall)( drm_device_t *dev )
+{
+       int irq;
+
+       DRM_OS_LOCK;
+       irq = dev->irq;
+       dev->irq = 0;
+       DRM_OS_UNLOCK;
+
+       if ( !irq )
+               DRM_OS_RETURN(EINVAL);
+
+       DRM_DEBUG( "%s: irq=%d\n", __FUNCTION__, irq );
+
+       DRIVER_UNINSTALL();
+
+       bus_teardown_intr(dev->device, dev->irqr, dev->irqh);
+       bus_release_resource(dev->device, SYS_RES_IRQ, 0, dev->irqr);
+       
+       return 0;
+}
+
+int DRM(control)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_control_t ctl;
+
+       DRM_OS_KRNFROMUSR( ctl, (drm_control_t *) data, sizeof(ctl) );
+
+       switch ( ctl.func ) {
+       case DRM_INST_HANDLER:
+               return DRM(irq_install)( dev, ctl.irq );
+       case DRM_UNINST_HANDLER:
+               return DRM(irq_uninstall)( dev );
+       default:
+               DRM_OS_RETURN(EINVAL);
+       }
+}
+
+#endif /* __HAVE_DMA_IRQ */
+
+#endif /* __HAVE_DMA */
diff --git a/bsd/drm_drawable.h b/bsd/drm_drawable.h
new file mode 100644 (file)
index 0000000..f57d862
--- /dev/null
@@ -0,0 +1,50 @@
+/* drm_drawable.h -- IOCTLs for drawables -*- linux-c -*-
+ * Created: Tue Feb  2 08:37:54 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+int DRM(adddraw)( DRM_OS_IOCTL )
+{
+       drm_draw_t draw;
+
+       draw.handle = 0;        /* NOOP */
+       DRM_DEBUG("%d\n", draw.handle);
+       
+       DRM_OS_KRNTOUSR( (drm_draw_t *)data, draw, sizeof(draw) );
+
+       return 0;
+}
+
+int DRM(rmdraw)( DRM_OS_IOCTL )
+{
+       return 0;               /* NOOP */
+}
diff --git a/bsd/drm_drv.h b/bsd/drm_drv.h
new file mode 100644 (file)
index 0000000..4e5d76f
--- /dev/null
@@ -0,0 +1,1160 @@
+/* drm_drv.h -- Generic driver template -*- linux-c -*-
+ * Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com
+ *
+ * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+/*
+ * To use this template, you must at least define the following (samples
+ * given for the MGA driver):
+ *
+ * #define DRIVER_AUTHOR       "VA Linux Systems, Inc."
+ *
+ * #define DRIVER_NAME         "mga"
+ * #define DRIVER_DESC         "Matrox G200/G400"
+ * #define DRIVER_DATE         "20001127"
+ *
+ * #define DRIVER_MAJOR                2
+ * #define DRIVER_MINOR                0
+ * #define DRIVER_PATCHLEVEL   2
+ *
+ * #define DRIVER_IOCTL_COUNT  DRM_ARRAY_SIZE( mga_ioctls )
+ *
+ * #define DRM(x)              mga_##x
+ */
+
+#ifndef __MUST_HAVE_AGP
+#define __MUST_HAVE_AGP                        0
+#endif
+#ifndef __HAVE_CTX_BITMAP
+#define __HAVE_CTX_BITMAP              0
+#endif
+#ifndef __HAVE_DMA_IRQ
+#define __HAVE_DMA_IRQ                 0
+#endif
+#ifndef __HAVE_DMA_QUEUE
+#define __HAVE_DMA_QUEUE               0
+#endif
+#ifndef __HAVE_MULTIPLE_DMA_QUEUES
+#define __HAVE_MULTIPLE_DMA_QUEUES     0
+#endif
+#ifndef __HAVE_DMA_SCHEDULE
+#define __HAVE_DMA_SCHEDULE            0
+#endif
+#ifndef __HAVE_DMA_FLUSH
+#define __HAVE_DMA_FLUSH               0
+#endif
+#ifndef __HAVE_DMA_READY
+#define __HAVE_DMA_READY               0
+#endif
+#ifndef __HAVE_DMA_QUIESCENT
+#define __HAVE_DMA_QUIESCENT           0
+#endif
+#ifndef __HAVE_RELEASE
+#define __HAVE_RELEASE                 0
+#endif
+#ifndef __HAVE_COUNTERS
+#define __HAVE_COUNTERS                        0
+#endif
+#ifndef __HAVE_SG
+#define __HAVE_SG                      0
+#endif
+#ifndef __HAVE_KERNEL_CTX_SWITCH
+#define __HAVE_KERNEL_CTX_SWITCH       0
+#endif
+#ifndef PCI_ANY_ID
+#define PCI_ANY_ID     ~0
+#endif
+
+#ifndef DRIVER_PREINIT
+#define DRIVER_PREINIT()
+#endif
+#ifndef DRIVER_POSTINIT
+#define DRIVER_POSTINIT()
+#endif
+#ifndef DRIVER_PRERELEASE
+#define DRIVER_PRERELEASE()
+#endif
+#ifndef DRIVER_PRETAKEDOWN
+#define DRIVER_PRETAKEDOWN()
+#endif
+#ifndef DRIVER_POSTCLEANUP
+#define DRIVER_POSTCLEANUP()
+#endif
+#ifndef DRIVER_PRESETUP
+#define DRIVER_PRESETUP()
+#endif
+#ifndef DRIVER_POSTSETUP
+#define DRIVER_POSTSETUP()
+#endif
+#ifndef DRIVER_IOCTLS
+#define DRIVER_IOCTLS
+#endif
+#ifndef DRIVER_FOPS
+#if DRM_LINUX
+#include <sys/file.h>
+#include <sys/proc.h>
+#include <machine/../linux/linux.h>
+#include <machine/../linux/linux_proto.h>
+#include "drm_linux.h"
+#endif
+#endif
+
+
+/*
+ * The default number of instances (minor numbers) to initialize.
+ */
+#ifndef DRIVER_NUM_CARDS
+#define DRIVER_NUM_CARDS 1
+#endif
+
+static int DRM(init)(device_t nbdev);
+static void DRM(cleanup)(device_t nbdev);
+
+#define CDEV_MAJOR     145
+#define DRIVER_SOFTC(unit) \
+       ((drm_device_t *) devclass_get_softc(DRM(devclass), unit))
+
+#if __REALLY_HAVE_AGP
+MODULE_DEPEND(DRIVER_NAME, agp, 1, 1, 1);
+#endif
+#if DRM_LINUX
+MODULE_DEPEND(DRIVER_NAME, linux, 1, 1, 1);
+#endif
+
+static drm_device_t    *DRM(device);
+static int             *DRM(minor);
+static int             DRM(numdevs) = 0;
+
+
+static drm_ioctl_desc_t                  DRM(ioctls)[] = {
+       [DRM_IOCTL_NR(DRM_IOCTL_VERSION)]       = { DRM(version),     0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_UNIQUE)]    = { DRM(getunique),   0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_MAGIC)]     = { DRM(getmagic),    0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_IRQ_BUSID)]     = { DRM(irq_busid),   0, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_MAP)]       = { DRM(getmap),      0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_CLIENT)]    = { DRM(getclient),   0, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_STATS)]     = { DRM(getstats),    0, 0 },
+
+       [DRM_IOCTL_NR(DRM_IOCTL_SET_UNIQUE)]    = { DRM(setunique),   1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_BLOCK)]         = { DRM(block),       1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_UNBLOCK)]       = { DRM(unblock),     1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AUTH_MAGIC)]    = { DRM(authmagic),   1, 1 },
+
+       [DRM_IOCTL_NR(DRM_IOCTL_ADD_MAP)]       = { DRM(addmap),      1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_RM_MAP)]        = { DRM(rmmap),       1, 0 },
+
+#if __HAVE_CTX_BITMAP
+       [DRM_IOCTL_NR(DRM_IOCTL_SET_SAREA_CTX)] = { DRM(setsareactx), 1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_SAREA_CTX)] = { DRM(getsareactx), 1, 0 },
+#endif
+
+       [DRM_IOCTL_NR(DRM_IOCTL_ADD_CTX)]       = { DRM(addctx),      1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_RM_CTX)]        = { DRM(rmctx),       1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_MOD_CTX)]       = { DRM(modctx),      1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_GET_CTX)]       = { DRM(getctx),      1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_SWITCH_CTX)]    = { DRM(switchctx),   1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_NEW_CTX)]       = { DRM(newctx),      1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_RES_CTX)]       = { DRM(resctx),      1, 0 },
+
+       [DRM_IOCTL_NR(DRM_IOCTL_ADD_DRAW)]      = { DRM(adddraw),     1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_RM_DRAW)]       = { DRM(rmdraw),      1, 1 },
+
+       [DRM_IOCTL_NR(DRM_IOCTL_LOCK)]          = { DRM(lock),        1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_UNLOCK)]        = { DRM(unlock),      1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_FINISH)]        = { DRM(finish),      1, 0 },
+
+#if __HAVE_DMA
+       [DRM_IOCTL_NR(DRM_IOCTL_ADD_BUFS)]      = { DRM(addbufs),     1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_MARK_BUFS)]     = { DRM(markbufs),    1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_INFO_BUFS)]     = { DRM(infobufs),    1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_MAP_BUFS)]      = { DRM(mapbufs),     1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_FREE_BUFS)]     = { DRM(freebufs),    1, 0 },
+
+       /* The DRM_IOCTL_DMA ioctl should be defined by the driver.
+        */
+#if __HAVE_DMA_IRQ
+       [DRM_IOCTL_NR(DRM_IOCTL_CONTROL)]       = { DRM(control),     1, 1 },
+#endif
+#endif
+
+#if __REALLY_HAVE_AGP
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_ACQUIRE)]   = { DRM(agp_acquire), 1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_RELEASE)]   = { DRM(agp_release), 1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_ENABLE)]    = { DRM(agp_enable),  1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_INFO)]      = { DRM(agp_info),    1, 0 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_ALLOC)]     = { DRM(agp_alloc),   1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_FREE)]      = { DRM(agp_free),    1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_BIND)]      = { DRM(agp_bind),    1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_AGP_UNBIND)]    = { DRM(agp_unbind),  1, 1 },
+#endif
+
+#if __REALLY_HAVE_SG
+       [DRM_IOCTL_NR(DRM_IOCTL_SG_ALLOC)]      = { DRM(sg_alloc),    1, 1 },
+       [DRM_IOCTL_NR(DRM_IOCTL_SG_FREE)]       = { DRM(sg_free),     1, 1 },
+#endif
+
+       DRIVER_IOCTLS
+};
+
+#define DRIVER_IOCTL_COUNT     DRM_ARRAY_SIZE( DRM(ioctls) )
+
+
+static int DRM(probe)(device_t dev)
+{
+       const char *s = 0;
+
+       int pciid=pci_get_devid(dev);
+       int vendor = (pciid & 0x0000ffff);
+       int device = (pciid & 0xffff0000) >> 16;
+       int i=0, done=0;
+       DRM_INFO("Checking PCI vendor=%d, device=%d\n", vendor, device);
+       while ( !done && (DRM(devicelist)[i].vendor != 0 ) ) {
+               if ( (DRM(devicelist)[i].vendor == vendor) &&
+                    (DRM(devicelist)[i].device == device) ) {
+                       done=1;
+                       if ( DRM(devicelist)[i].supported )
+                               s = DRM(devicelist)[i].name;
+                       else
+                               DRM_INFO("%s not supported\n", DRM(devicelist)[i].name);
+               }
+               i++;
+       }
+       
+       if (s) {
+               device_set_desc(dev, s);
+               return 0;
+       }
+
+       return ENXIO;
+}
+
+static int DRM(attach)(device_t dev)
+{
+       return DRM(init)(dev);
+}
+
+static int DRM(detach)(device_t dev)
+{
+       DRM(cleanup)(dev);
+       return 0;
+}
+
+static device_method_t DRM(methods)[] = {
+       /* Device interface */
+       DEVMETHOD(device_probe,         DRM( probe)),
+       DEVMETHOD(device_attach,        DRM( attach)),
+       DEVMETHOD(device_detach,        DRM( detach)),
+
+       { 0, 0 }
+};
+
+static driver_t DRM(driver) = {
+       "drm",
+       DRM(methods),
+       sizeof(drm_device_t),
+};
+
+static devclass_t DRM( devclass);
+
+static struct cdevsw DRM( cdevsw) = {
+       /* open */      DRM( open ),
+       /* close */     DRM( close ),
+       /* read */      DRM( read ),
+       /* write */     DRM( write ),
+       /* ioctl */     DRM( ioctl ),
+       /* poll */      DRM( poll ),
+       /* mmap */      DRM( mmap ),
+       /* strategy */  nostrategy,
+       /* name */      DRIVER_NAME,
+       /* maj */       CDEV_MAJOR,
+       /* dump */      nodump,
+       /* psize */     nopsize,
+       /* flags */     D_TTY | D_TRACKCLOSE,
+#if __FreeBSD_version >= 500000
+       /* kqfilter */  0
+#else
+       /* bmaj */      -1
+#endif
+};
+
+static int DRM(setup)( drm_device_t *dev )
+{
+       int i;
+
+       DRIVER_PRESETUP();
+       atomic_set( &dev->ioctl_count, 0 );
+       atomic_set( &dev->vma_count, 0 );
+       dev->buf_use = 0;
+       atomic_set( &dev->buf_alloc, 0 );
+
+#if __HAVE_DMA
+       i = DRM(dma_setup)( dev );
+       if ( i < 0 )
+               return i;
+#endif
+
+       dev->counters  = 6 + __HAVE_COUNTERS;
+       dev->types[0]  = _DRM_STAT_LOCK;
+       dev->types[1]  = _DRM_STAT_OPENS;
+       dev->types[2]  = _DRM_STAT_CLOSES;
+       dev->types[3]  = _DRM_STAT_IOCTLS;
+       dev->types[4]  = _DRM_STAT_LOCKS;
+       dev->types[5]  = _DRM_STAT_UNLOCKS;
+#ifdef __HAVE_COUNTER6
+       dev->types[6]  = __HAVE_COUNTER6;
+#endif
+#ifdef __HAVE_COUNTER7
+       dev->types[7]  = __HAVE_COUNTER7;
+#endif
+#ifdef __HAVE_COUNTER8
+       dev->types[8]  = __HAVE_COUNTER8;
+#endif
+#ifdef __HAVE_COUNTER9
+       dev->types[9]  = __HAVE_COUNTER9;
+#endif
+#ifdef __HAVE_COUNTER10
+       dev->types[10] = __HAVE_COUNTER10;
+#endif
+#ifdef __HAVE_COUNTER11
+       dev->types[11] = __HAVE_COUNTER11;
+#endif
+#ifdef __HAVE_COUNTER12
+       dev->types[12] = __HAVE_COUNTER12;
+#endif
+#ifdef __HAVE_COUNTER13
+       dev->types[13] = __HAVE_COUNTER13;
+#endif
+#ifdef __HAVE_COUNTER14
+       dev->types[14] = __HAVE_COUNTER14;
+#endif
+#ifdef __HAVE_COUNTER15
+       dev->types[14] = __HAVE_COUNTER14;
+#endif
+
+       for ( i = 0 ; i < DRM_ARRAY_SIZE(dev->counts) ; i++ )
+               atomic_set( &dev->counts[i], 0 );
+
+       for ( i = 0 ; i < DRM_HASH_SIZE ; i++ ) {
+               dev->magiclist[i].head = NULL;
+               dev->magiclist[i].tail = NULL;
+       }
+
+       dev->maplist = DRM(alloc)(sizeof(*dev->maplist),
+                                 DRM_MEM_MAPS);
+       if(dev->maplist == NULL) DRM_OS_RETURN(ENOMEM);
+       memset(dev->maplist, 0, sizeof(*dev->maplist));
+       TAILQ_INIT(dev->maplist);
+       dev->map_count = 0;
+
+       dev->vmalist = NULL;
+       dev->lock.hw_lock = NULL;
+       dev->lock.lock_queue = 0;
+       dev->queue_count = 0;
+       dev->queue_reserved = 0;
+       dev->queue_slots = 0;
+       dev->queuelist = NULL;
+       dev->irq = 0;
+       dev->context_flag = 0;
+       dev->interrupt_flag = 0;
+       dev->dma_flag = 0;
+       dev->last_context = 0;
+       dev->last_switch = 0;
+       dev->last_checked = 0;
+#if __FreeBSD_version >= 500000
+       callout_init( &dev->timer, 1 );
+#else
+       callout_init( &dev->timer );
+#endif
+       dev->context_wait = 0;
+
+       dev->ctx_start = 0;
+       dev->lck_start = 0;
+
+       dev->buf_rp = dev->buf;
+       dev->buf_wp = dev->buf;
+       dev->buf_end = dev->buf + DRM_BSZ;
+       dev->buf_sigio = NULL;
+       dev->buf_readers = 0;
+       dev->buf_writers = 0;
+       dev->buf_selecting = 0;
+
+       DRM_DEBUG( "\n" );
+
+       /* The kernel's context could be created here, but is now created
+        * in drm_dma_enqueue.  This is more resource-efficient for
+        * hardware that does not do DMA, but may mean that
+        * drm_select_queue fails between the time the interrupt is
+        * initialized and the time the queues are initialized.
+        */
+       DRIVER_POSTSETUP();
+       return 0;
+}
+
+
+static int DRM(takedown)( drm_device_t *dev )
+{
+       drm_magic_entry_t *pt, *next;
+       drm_map_t *map;
+       drm_map_list_entry_t *list;
+       drm_vma_entry_t *vma, *vma_next;
+       int i;
+
+       DRM_DEBUG( "\n" );
+
+       DRIVER_PRETAKEDOWN();
+#if __HAVE_DMA_IRQ
+       if ( dev->irq ) DRM(irq_uninstall)( dev );
+#endif
+
+       DRM_OS_LOCK;
+       callout_stop( &dev->timer );
+
+       if ( dev->devname ) {
+               DRM(free)( dev->devname, strlen( dev->devname ) + 1,
+                          DRM_MEM_DRIVER );
+               dev->devname = NULL;
+       }
+
+       if ( dev->unique ) {
+               DRM(free)( dev->unique, strlen( dev->unique ) + 1,
+                          DRM_MEM_DRIVER );
+               dev->unique = NULL;
+               dev->unique_len = 0;
+       }
+                               /* Clear pid list */
+       for ( i = 0 ; i < DRM_HASH_SIZE ; i++ ) {
+               for ( pt = dev->magiclist[i].head ; pt ; pt = next ) {
+                       next = pt->next;
+                       DRM(free)( pt, sizeof(*pt), DRM_MEM_MAGIC );
+               }
+               dev->magiclist[i].head = dev->magiclist[i].tail = NULL;
+       }
+
+#if __REALLY_HAVE_AGP
+                               /* Clear AGP information */
+       if ( dev->agp ) {
+               drm_agp_mem_t *entry;
+               drm_agp_mem_t *nexte;
+
+                               /* Remove AGP resources, but leave dev->agp
+                                   intact until drv_cleanup is called. */
+               for ( entry = dev->agp->memory ; entry ; entry = nexte ) {
+                       nexte = entry->next;
+                       if ( entry->bound ) DRM(unbind_agp)( entry->handle );
+                       DRM(free_agp)( entry->handle, entry->pages );
+                       DRM(free)( entry, sizeof(*entry), DRM_MEM_AGPLISTS );
+               }
+               dev->agp->memory = NULL;
+
+               if ( dev->agp->acquired ) DRM(agp_do_release)();
+
+               dev->agp->acquired = 0;
+               dev->agp->enabled  = 0;
+       }
+#endif
+
+                               /* Clear vma list (only built for debugging) */
+       if ( dev->vmalist ) {
+               for ( vma = dev->vmalist ; vma ; vma = vma_next ) {
+                       vma_next = vma->next;
+                       DRM(free)( vma, sizeof(*vma), DRM_MEM_VMAS );
+               }
+               dev->vmalist = NULL;
+       }
+
+       if( dev->maplist ) {
+               while ((list=TAILQ_FIRST(dev->maplist))) {
+                       map = list->map;
+                       switch ( map->type ) {
+                       case _DRM_REGISTERS:
+                       case _DRM_FRAME_BUFFER:
+#if __REALLY_HAVE_MTRR
+                               if ( map->mtrr >= 0 ) {
+                                       int retcode;
+                                       retcode = mtrr_del( map->mtrr,
+                                                           map->offset,
+                                                           map->size );
+                                       DRM_DEBUG( "mtrr_del=%d\n", retcode );
+                               }
+#endif
+                               DRM(ioremapfree)( map->handle, map->size );
+                               break;
+                       case _DRM_SHM:
+                               DRM(free_pages)((unsigned long)map->handle,
+                                              DRM(order)(map->size)
+                                              - PAGE_SHIFT,
+                                              DRM_MEM_SAREA);
+                               break;
+
+                       case _DRM_AGP:
+                               /* Do nothing here, because this is all
+                                * handled in the AGP/GART driver.
+                                */
+                               break;
+                       case _DRM_SCATTER_GATHER:
+                               /* Handle it, but do nothing, if REALLY_HAVE_SG
+                                * isn't defined.
+                                */
+#if __REALLY_HAVE_SG
+                               if(dev->sg) {
+                                       DRM(sg_cleanup)(dev->sg);
+                                       dev->sg = NULL;
+                               }
+#endif
+                               break;
+                       }
+                       TAILQ_REMOVE(dev->maplist, list, link);
+                       DRM(free)(list, sizeof(*list), DRM_MEM_MAPS);
+                       DRM(free)(map, sizeof(*map), DRM_MEM_MAPS);
+               }
+               DRM(free)(dev->maplist, sizeof(*dev->maplist), DRM_MEM_MAPS);
+               dev->maplist   = NULL;
+       }
+
+#if __HAVE_DMA_QUEUE || __HAVE_MULTIPLE_DMA_QUEUES
+       if ( dev->queuelist ) {
+               for ( i = 0 ; i < dev->queue_count ; i++ ) {
+                       DRM(waitlist_destroy)( &dev->queuelist[i]->waitlist );
+                       if ( dev->queuelist[i] ) {
+                               DRM(free)( dev->queuelist[i],
+                                         sizeof(*dev->queuelist[0]),
+                                         DRM_MEM_QUEUES );
+                               dev->queuelist[i] = NULL;
+                       }
+               }
+               DRM(free)( dev->queuelist,
+                         dev->queue_slots * sizeof(*dev->queuelist),
+                         DRM_MEM_QUEUES );
+               dev->queuelist = NULL;
+       }
+       dev->queue_count = 0;
+#endif
+
+#if __HAVE_DMA
+       DRM(dma_takedown)( dev );
+#endif
+       if ( dev->lock.hw_lock ) {
+               dev->lock.hw_lock = NULL; /* SHM removed */
+               dev->lock.pid = 0;
+               DRM_OS_WAKEUP_INT(&dev->lock.lock_queue);
+       }
+       DRM_OS_UNLOCK;
+
+       return 0;
+}
+
+/*
+ * Figure out how many instances to initialize.
+ */
+static int drm_count_cards(void)
+{
+       int num = 0;
+#if defined(DRIVER_CARD_LIST)
+       int i;
+       drm_pci_list_t *l;
+       u16 device, vendor;
+       struct pci_dev *pdev = NULL;
+#endif
+
+       DRM_DEBUG( "\n" );
+
+#if defined(DRIVER_COUNT_CARDS)
+       num = DRIVER_COUNT_CARDS();
+#elif defined(DRIVER_CARD_LIST)
+       for (i = 0, l = DRIVER_CARD_LIST; l[i].vendor != 0; i++) {
+               pdev = NULL;
+               vendor = l[i].vendor;
+               device = l[i].device;
+               if(device == 0xffff) device = PCI_ANY_ID;
+               if(vendor == 0xffff) vendor = PCI_ANY_ID;
+               while ((pdev = pci_find_device(vendor, device, pdev))) {
+                       num++;  /* FIXME: What about two cards of the same device id? */
+               }
+       }
+#else
+       num = DRIVER_NUM_CARDS;
+#endif
+       DRM_DEBUG("numdevs = %d\n", num);
+       return num;
+}
+
+/* drm_init is called via init_module at module load time, or via
+ * linux/init/main.c (this is not currently supported).
+ */
+static int DRM(init)( device_t nbdev )
+{
+
+       drm_device_t *dev;
+       int i;
+#if __HAVE_CTX_BITMAP
+       int retcode;
+#endif
+       DRM_DEBUG( "\n" );
+
+#ifdef MODULE
+       DRM(parse_options)( drm_opts );
+#endif
+
+       DRM(numdevs) = drm_count_cards();
+       /* Force at least one instance. */
+       if (DRM(numdevs) <= 0)
+               DRM(numdevs) = 1;
+
+       DRM(device) = DRM_OS_MALLOC(sizeof(*DRM(device)) * DRM(numdevs));
+       if (!DRM(device)) {
+               DRM_OS_RETURN(ENOMEM);
+       }
+       DRM(minor) = DRM_OS_MALLOC(sizeof(*(DRM(minor))) * DRM(numdevs));
+       if (!DRM(minor)) {
+               DRM_OS_FREE(DRM(device));
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       DRIVER_PREINIT();
+
+
+       for (i = 0; i < DRM(numdevs); i++) {
+               int unit = device_get_unit(nbdev);
+               /* FIXME??? - multihead !!! */
+               dev = device_get_softc(nbdev);
+               memset( (void *)dev, 0, sizeof(*dev) );
+               DRM(minor)[i]=unit;
+               DRM_OS_SPININIT(dev->count_lock, "drm device");
+               lockinit(&dev->dev_lock, PZERO, "drmlk", 0, 0);
+               dev->device = nbdev;
+               dev->devnode = make_dev( &DRM(cdevsw),
+                               unit,
+                               DRM_DEV_UID,
+                               DRM_DEV_GID,
+                               DRM_DEV_MODE,
+                               "dri/card%d", unit );
+               dev->name   = DRIVER_NAME;
+               DRM(mem_init)();
+               DRM(sysctl_init)(dev);
+               TAILQ_INIT(&dev->files);
+
+#if __REALLY_HAVE_AGP
+               dev->agp = DRM(agp_init)();
+#if __MUST_HAVE_AGP
+               if ( dev->agp == NULL ) {
+                       DRM_ERROR( "Cannot initialize the agpgart module.\n" );
+                       DRM(sysctl_cleanup)( dev );
+                       destroy_dev(dev->devnode);
+                       DRM(takedown)( dev );
+                       DRM_OS_RETURN(ENOMEM);
+               }
+#endif
+#if __REALLY_HAVE_MTRR
+               if (dev->agp)
+                       dev->agp->agp_mtrr = mtrr_add( dev->agp->agp_info.aper_base,
+                                      dev->agp->agp_info.aper_size*1024*1024,
+                                      MTRR_TYPE_WRCOMB,
+                                      1 );
+#endif
+#endif
+
+#if __HAVE_CTX_BITMAP
+               retcode = DRM(ctxbitmap_init)( dev );
+               if( retcode ) {
+                       DRM_ERROR( "Cannot allocate memory for context bitmap.\n" );
+                       DRM(sysctl_cleanup)( dev );
+                       destroy_dev(dev->devnode);
+                       DRM(takedown)( dev );
+                       return retcode;
+               }
+#endif
+               DRM_INFO( "Initialized %s %d.%d.%d %s on minor %d\n",
+                       DRIVER_NAME,
+                       DRIVER_MAJOR,
+                       DRIVER_MINOR,
+                       DRIVER_PATCHLEVEL,
+                       DRIVER_DATE,
+                       DRM(minor)[i] );
+       }
+
+       DRIVER_POSTINIT();
+
+       return 0;
+}
+
+/* drm_cleanup is called via cleanup_module at module unload time.
+ */
+static void DRM(cleanup)(device_t nbdev)
+{
+       drm_device_t *dev;
+       int i;
+
+       DRM_DEBUG( "\n" );
+
+       for (i = DRM(numdevs) - 1; i >= 0; i--) {
+               /* FIXME??? - multihead */
+               dev = device_get_softc(nbdev);
+               DRM(sysctl_cleanup)( dev );
+               destroy_dev(dev->devnode);
+#if __HAVE_CTX_BITMAP
+               DRM(ctxbitmap_cleanup)( dev );
+#endif
+
+#if __REALLY_HAVE_AGP && __REALLY_HAVE_MTRR
+               if ( dev->agp && dev->agp->agp_mtrr >= 0) {
+                       int retval;
+                       retval = mtrr_del( dev->agp->agp_mtrr,
+                                  dev->agp->agp_info.aper_base,
+                                  dev->agp->agp_info.aper_size*1024*1024 );
+                       DRM_DEBUG( "mtrr_del=%d\n", retval );
+               }
+#endif
+
+               DRM(takedown)( dev );
+
+#if __REALLY_HAVE_AGP
+               if ( dev->agp ) {
+                       DRM(agp_uninit)();
+                       DRM(free)( dev->agp, sizeof(*dev->agp), DRM_MEM_AGPLISTS );
+                       dev->agp = NULL;
+               }
+#endif
+       }
+       DRIVER_POSTCLEANUP();
+       DRM_OS_FREE(DRM(minor));
+       DRM_OS_FREE(DRM(device));
+       DRM(numdevs) = 0;
+}
+
+
+int DRM(version)( DRM_OS_IOCTL )
+{
+       drm_version_t version;
+       int len;
+
+       DRM_OS_KRNFROMUSR( version, (drm_version_t *)data, sizeof(version) );
+
+#define DRM_COPY( name, value )                                                \
+       len = strlen( value );                                          \
+       if ( len > name##_len ) len = name##_len;                       \
+       name##_len = strlen( value );                                   \
+       if ( len && name ) {                                            \
+               if ( DRM_OS_COPYTOUSR( name, value, len ) )             \
+                       DRM_OS_RETURN(EFAULT);                          \
+       }
+
+       version.version_major = DRIVER_MAJOR;
+       version.version_minor = DRIVER_MINOR;
+       version.version_patchlevel = DRIVER_PATCHLEVEL;
+
+       DRM_COPY( version.name, DRIVER_NAME );
+       DRM_COPY( version.date, DRIVER_DATE );
+       DRM_COPY( version.desc, DRIVER_DESC );
+
+       DRM_OS_KRNTOUSR( (drm_version_t *)data, version, sizeof(version) );
+
+       return 0;
+}
+
+int DRM( open)(dev_t kdev, int flags, int fmt, DRM_OS_STRUCTPROC *p)
+{
+       drm_device_t *dev = NULL;
+       int retcode = 0;
+       int i;
+
+       for (i = 0; i < DRM(numdevs); i++) {
+               /* FIXME ??? - multihead */
+               dev    = DRIVER_SOFTC(minor(kdev));
+       }
+       if (!dev) {
+               DRM_OS_RETURN(ENODEV);
+       }
+
+       DRM_DEBUG( "open_count = %d\n", dev->open_count );
+
+       device_busy(dev->device);
+       retcode = DRM(open_helper)(kdev, flags, fmt, p, dev);
+
+       if ( !retcode ) {
+               atomic_inc( &dev->counts[_DRM_STAT_OPENS] );
+               DRM_OS_SPINLOCK( &dev->count_lock );
+               if ( !dev->open_count++ ) {
+                       DRM_OS_SPINUNLOCK( &dev->count_lock );
+                       return DRM(setup)( dev );
+               }
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+       }
+       device_unbusy(dev->device);
+
+       return retcode;
+}
+
+int DRM( close)(dev_t kdev, int flags, int fmt, DRM_OS_STRUCTPROC *p)
+{
+       drm_file_t *priv;
+       drm_device_t  *dev    = kdev->si_drv1;
+       int retcode = 0;
+
+       DRM_DEBUG( "open_count = %d\n", dev->open_count );
+       priv = DRM(find_file_by_proc)(dev, p);
+       if (!priv) {
+               DRM_DEBUG("can't find authenticator\n");
+               return EINVAL;
+       }
+
+       DRIVER_PRERELEASE();
+
+       /* ========================================================
+        * Begin inline drm_release
+        */
+
+       DRM_DEBUG( "pid = %d, device = 0x%lx, open_count = %d\n",
+                  DRM_OS_CURRENTPID, (long)dev->device, dev->open_count );
+
+       if (dev->lock.hw_lock && _DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)
+           && dev->lock.pid == DRM_OS_CURRENTPID) {
+               DRM_DEBUG("Process %d dead, freeing lock for context %d\n",
+                         DRM_OS_CURRENTPID,
+                         _DRM_LOCKING_CONTEXT(dev->lock.hw_lock->lock));
+#if HAVE_DRIVER_RELEASE
+               DRIVER_RELEASE();
+#endif
+               DRM(lock_free)(dev,
+                             &dev->lock.hw_lock->lock,
+                             _DRM_LOCKING_CONTEXT(dev->lock.hw_lock->lock));
+               
+                               /* FIXME: may require heavy-handed reset of
+                                   hardware at this point, possibly
+                                   processed via a callback to the X
+                                   server. */
+       }
+#if __HAVE_RELEASE
+       else if ( dev->lock.hw_lock ) {
+               /* The lock is required to reclaim buffers */
+               for (;;) {
+                       if ( !dev->lock.hw_lock ) {
+                               /* Device has been unregistered */
+                               retcode = EINTR;
+                               break;
+                       }
+                       if ( DRM(lock_take)( &dev->lock.hw_lock->lock,
+                                            DRM_KERNEL_CONTEXT ) ) {
+                               dev->lock.pid       = p->p_pid;
+                               dev->lock.lock_time = jiffies;
+                                atomic_inc( &dev->counts[_DRM_STAT_LOCKS] );
+                               break;  /* Got lock */
+                       }
+                               /* Contention */
+#if 0
+                       atomic_inc( &dev->total_sleeps );
+#endif
+                       retcode = tsleep(&dev->lock.lock_queue,
+                                       PZERO|PCATCH,
+                                       "drmlk2",
+                                       0);
+                       if (retcode)
+                               break;
+               }
+               if( !retcode ) {
+                       DRIVER_RELEASE();
+                       DRM(lock_free)( dev, &dev->lock.hw_lock->lock,
+                                       DRM_KERNEL_CONTEXT );
+               }
+       }
+#elif __HAVE_DMA
+       DRM(reclaim_buffers)( dev, priv->pid );
+#endif
+
+       funsetown(dev->buf_sigio);
+
+       DRM_OS_LOCK;
+       priv = DRM(find_file_by_proc)(dev, p);
+       if (priv) {
+               priv->refs--;
+               if (!priv->refs) {
+                       TAILQ_REMOVE(&dev->files, priv, link);
+               }
+       }
+       DRM_OS_UNLOCK;
+
+       DRM(free)( priv, sizeof(*priv), DRM_MEM_FILES );
+
+       /* ========================================================
+        * End inline drm_release
+        */
+
+       atomic_inc( &dev->counts[_DRM_STAT_CLOSES] );
+       DRM_OS_SPINLOCK( &dev->count_lock );
+       if ( !--dev->open_count ) {
+               if ( atomic_read( &dev->ioctl_count ) || dev->blocked ) {
+                       DRM_ERROR( "Device busy: %ld %d\n",
+                               (unsigned long)atomic_read( &dev->ioctl_count ),
+                                  dev->blocked );
+                       DRM_OS_SPINUNLOCK( &dev->count_lock );
+                       DRM_OS_RETURN(EBUSY);
+               }
+               DRM_OS_SPINUNLOCK( &dev->count_lock );
+               device_unbusy(dev->device);
+               return DRM(takedown)( dev );
+       }
+       DRM_OS_SPINUNLOCK( &dev->count_lock );
+
+       
+       DRM_OS_RETURN(retcode);
+}
+
+/* DRM(ioctl) is called whenever a process performs an ioctl on /dev/drm.
+ */
+int DRM(ioctl)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       int retcode = 0;
+       drm_ioctl_desc_t *ioctl;
+       d_ioctl_t *func;
+       int nr = DRM_IOCTL_NR(cmd);
+       DRM_OS_PRIV;
+
+       atomic_inc( &dev->ioctl_count );
+       atomic_inc( &dev->counts[_DRM_STAT_IOCTLS] );
+       ++priv->ioctl_count;
+
+       DRM_DEBUG( "pid=%d, cmd=0x%02lx, nr=0x%02x, dev 0x%lx, auth=%d\n",
+                DRM_OS_CURRENTPID, cmd, nr, (long)dev->device, priv->authenticated );
+
+       switch (cmd) {
+       case FIONBIO:
+               atomic_dec(&dev->ioctl_count);
+               return 0;
+
+       case FIOASYNC:
+               atomic_dec(&dev->ioctl_count);
+               dev->flags |= FASYNC;
+               return 0;
+
+       case FIOSETOWN:
+               atomic_dec(&dev->ioctl_count);
+               return fsetown(*(int *)data, &dev->buf_sigio);
+
+       case FIOGETOWN:
+               atomic_dec(&dev->ioctl_count);
+               *(int *) data = fgetown(dev->buf_sigio);
+               return 0;
+       }
+
+       if ( nr >= DRIVER_IOCTL_COUNT ) {
+               retcode = EINVAL;
+       } else {
+               ioctl = &DRM(ioctls)[nr];
+               func = ioctl->func;
+
+               if ( !func ) {
+                       DRM_DEBUG( "no function\n" );
+                       retcode = EINVAL;
+               } else if ( ( ioctl->root_only && DRM_OS_CHECKSUSER ) 
+                        || ( ioctl->auth_needed && !priv->authenticated ) ) {
+                       retcode = EACCES;
+               } else {
+                       retcode = func( kdev, cmd, data, flags, p );
+               }
+       }
+
+       atomic_dec( &dev->ioctl_count );
+       DRM_OS_RETURN(retcode);
+}
+
+int DRM(lock)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+        drm_lock_t lock;
+        int ret = 0;
+#if __HAVE_MULTIPLE_DMA_QUEUES
+       drm_queue_t *q;
+#endif
+#if __HAVE_DMA_HISTOGRAM
+        cycles_t start;
+
+        dev->lck_start = start = get_cycles();
+#endif
+
+       DRM_OS_KRNFROMUSR( lock, (drm_lock_t *)data, sizeof(lock) );
+
+        if ( lock.context == DRM_KERNEL_CONTEXT ) {
+                DRM_ERROR( "Process %d using kernel context %d\n",
+                          DRM_OS_CURRENTPID, lock.context );
+                DRM_OS_RETURN(EINVAL);
+        }
+
+        DRM_DEBUG( "%d (pid %d) requests lock (0x%08x), flags = 0x%08x\n",
+                  lock.context, DRM_OS_CURRENTPID,
+                  dev->lock.hw_lock->lock, lock.flags );
+
+#if __HAVE_DMA_QUEUE
+        if ( lock.context < 0 )
+                DRM_OS_RETURN(EINVAL);
+#elif __HAVE_MULTIPLE_DMA_QUEUES
+        if ( lock.context < 0 || lock.context >= dev->queue_count )
+                DRM_OS_RETURN(EINVAL);
+       q = dev->queuelist[lock.context];
+#endif
+
+#if __HAVE_DMA_FLUSH
+       ret = DRM(flush_block_and_flush)( dev, lock.context, lock.flags );
+#endif
+        if ( !ret ) {
+                for (;;) {
+                        if ( !dev->lock.hw_lock ) {
+                                /* Device has been unregistered */
+                                ret = EINTR;
+                                break;
+                        }
+                        if ( DRM(lock_take)( &dev->lock.hw_lock->lock,
+                                            lock.context ) ) {
+                                dev->lock.pid       = DRM_OS_CURRENTPID;
+                                dev->lock.lock_time = jiffies;
+                                atomic_inc( &dev->counts[_DRM_STAT_LOCKS] );
+                                break;  /* Got lock */
+                        }
+
+                                /* Contention */
+                       ret = tsleep(&dev->lock.lock_queue,
+                                       PZERO|PCATCH,
+                                       "drmlk2",
+                                       0);
+                       if (ret)
+                               break;
+                }
+        }
+
+#if __HAVE_DMA_FLUSH
+       DRM(flush_unblock)( dev, lock.context, lock.flags ); /* cleanup phase */
+#endif
+
+        if ( !ret ) {
+
+#if __HAVE_DMA_READY
+                if ( lock.flags & _DRM_LOCK_READY ) {
+                       DRIVER_DMA_READY();
+               }
+#endif
+#if __HAVE_DMA_QUIESCENT
+                if ( lock.flags & _DRM_LOCK_QUIESCENT ) {
+                       DRIVER_DMA_QUIESCENT();
+               }
+#endif
+#if __HAVE_KERNEL_CTX_SWITCH
+               if ( dev->last_context != lock.context ) {
+                       DRM(context_switch)(dev, dev->last_context,
+                                           lock.context);
+               }
+#endif
+        }
+
+        DRM_DEBUG( "%d %s\n", lock.context, ret ? "interrupted" : "has lock" );
+
+#if __HAVE_DMA_HISTOGRAM
+        atomic_inc(&dev->histo.lacq[DRM(histogram_slot)(get_cycles()-start)]);
+#endif
+
+       DRM_OS_RETURN(ret);
+}
+
+
+int DRM(unlock)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_lock_t lock;
+
+       DRM_OS_KRNFROMUSR( lock, (drm_lock_t *)data, sizeof(lock) ) ;
+
+       if ( lock.context == DRM_KERNEL_CONTEXT ) {
+               DRM_ERROR( "Process %d using kernel context %d\n",
+                          DRM_OS_CURRENTPID, lock.context );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       atomic_inc( &dev->counts[_DRM_STAT_UNLOCKS] );
+
+#if __HAVE_KERNEL_CTX_SWITCH
+       /* We no longer really hold it, but if we are the next
+        * agent to request it then we should just be able to
+        * take it immediately and not eat the ioctl.
+        */
+       dev->lock.pid = 0;
+       {
+               __volatile__ unsigned int *plock = &dev->lock.hw_lock->lock;
+               unsigned int old, new, prev, ctx;
+
+               ctx = lock.context;
+               do {
+                       old  = *plock;
+                       new  = ctx;
+                       prev = cmpxchg(plock, old, new);
+               } while (prev != old);
+       }
+       wake_up_interruptible(&dev->lock.lock_queue);
+#else
+       DRM(lock_transfer)( dev, &dev->lock.hw_lock->lock,
+                           DRM_KERNEL_CONTEXT );
+#if __HAVE_DMA_SCHEDULE
+       DRM(dma_schedule)( dev, 1 );
+#endif
+
+       /* FIXME: Do we ever really need to check this???
+        */
+       if ( 1 /* !dev->context_flag */ ) {
+               if ( DRM(lock_free)( dev, &dev->lock.hw_lock->lock,
+                                    DRM_KERNEL_CONTEXT ) ) {
+                       DRM_ERROR( "\n" );
+               }
+       }
+#endif /* !__HAVE_KERNEL_CTX_SWITCH */
+
+       return 0;
+}
+
+#if DRM_LINUX
+static linux_ioctl_function_t DRM( linux_ioctl);
+static struct linux_ioctl_handler DRM( handler) = {DRM( linux_ioctl), LINUX_IOCTL_DRM_MIN, LINUX_IOCTL_DRM_MAX};
+SYSINIT  (DRM( register),   SI_SUB_KLD, SI_ORDER_MIDDLE, linux_ioctl_register_handler, &DRM( handler));
+SYSUNINIT(DRM( unregister), SI_SUB_KLD, SI_ORDER_MIDDLE, linux_ioctl_unregister_handler, &DRM( handler));
+
+/*
+ * Linux emulation IOCTL
+ */
+static int
+DRM(linux_ioctl)(DRM_OS_STRUCTPROC *p, struct linux_ioctl_args* args)
+{
+#if (__FreeBSD_version >= 500000)
+    struct file                *fp = p->td_proc->p_fd->fd_ofiles[args->fd];
+#else
+    struct file                *fp = p->p_fd->fd_ofiles[args->fd];
+#endif
+    u_long             cmd = args->cmd;
+    caddr_t             data = (caddr_t) args->arg;
+    /*
+     * Pass the ioctl off to our standard handler.
+     */
+    return(fo_ioctl(fp, cmd, data, p));
+}
+#endif /* DRM_LINUX */
diff --git a/bsd/drm_fops.h b/bsd/drm_fops.h
new file mode 100644 (file)
index 0000000..53af39c
--- /dev/null
@@ -0,0 +1,223 @@
+/* drm_fops.h -- File operations for DRM -*- linux-c -*-
+ * Created: Mon Jan  4 08:58:31 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Daryll Strauss <daryll@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+
+#include <sys/signalvar.h>
+#include <sys/poll.h>
+
+drm_file_t *DRM(find_file_by_proc)(drm_device_t *dev, DRM_OS_STRUCTPROC *p)
+{
+#if __FreeBSD_version >= 500021
+       uid_t uid = p->td_proc->p_ucred->cr_svuid;
+       pid_t pid = p->td_proc->p_pid;
+#else
+       uid_t uid = p->p_cred->p_svuid;
+       pid_t pid = p->p_pid;
+#endif
+       drm_file_t *priv;
+
+       TAILQ_FOREACH(priv, &dev->files, link)
+               if (priv->pid == pid && priv->uid == uid)
+                       return priv;
+       return NULL;
+}
+
+/* DRM(open) is called whenever a process opens /dev/drm. */
+
+int DRM(open_helper)(dev_t kdev, int flags, int fmt, DRM_OS_STRUCTPROC *p,
+                   drm_device_t *dev)
+{
+       int          m = minor(kdev);
+       drm_file_t   *priv;
+
+       if (flags & O_EXCL)
+               return EBUSY; /* No exclusive opens */
+       dev->flags = flags;
+       if (!DRM(cpu_valid)())
+               DRM_OS_RETURN(EINVAL);
+
+       DRM_DEBUG("pid = %d, minor = %d\n", DRM_OS_CURRENTPID, m);
+
+       /* FIXME: linux mallocs and bzeros here */
+       priv = (drm_file_t *) DRM(find_file_by_proc)(dev, p);
+       if (priv) {
+               priv->refs++;
+       } else {
+               priv = (drm_file_t *) DRM(alloc)(sizeof(*priv), DRM_MEM_FILES);
+               bzero(priv, sizeof(*priv));
+#if __FreeBSD_version >= 500000
+               priv->uid               = p->td_proc->p_ucred->cr_svuid;
+               priv->pid               = p->td_proc->p_pid;
+#else
+               priv->uid               = p->p_cred->p_svuid;
+               priv->pid               = p->p_pid;
+#endif
+
+               priv->refs              = 1;
+               priv->minor             = m;
+               priv->devXX             = dev;
+               priv->ioctl_count       = 0;
+               priv->authenticated     = !DRM_OS_CHECKSUSER;
+               lockmgr(&dev->dev_lock, LK_EXCLUSIVE, 0, p);
+               TAILQ_INSERT_TAIL(&dev->files, priv, link);
+               lockmgr(&dev->dev_lock, LK_RELEASE, 0, p);
+       }
+
+       kdev->si_drv1 = dev;
+
+
+       return 0;
+}
+
+
+/* The drm_read and drm_write_string code (especially that which manages
+   the circular buffer), is based on Alessandro Rubini's LINUX DEVICE
+   DRIVERS (Cambridge: O'Reilly, 1998), pages 111-113. */
+
+ssize_t DRM(read)(dev_t kdev, struct uio *uio, int ioflag)
+{
+       DRM_OS_DEVICE;
+       int           left;
+       int           avail;
+       int           send;
+       int           cur;
+       int           error = 0;
+
+       DRM_DEBUG("%p, %p\n", dev->buf_rp, dev->buf_wp);
+
+       while (dev->buf_rp == dev->buf_wp) {
+               DRM_DEBUG("  sleeping\n");
+               if (dev->flags & FASYNC)
+                       return EWOULDBLOCK;
+               error = tsleep(&dev->buf_rp, PZERO|PCATCH, "drmrd", 0);
+               if (error) {
+                       DRM_DEBUG("  interrupted\n");
+                       return error;
+               }
+               DRM_DEBUG("  awake\n");
+       }
+
+       left  = (dev->buf_rp + DRM_BSZ - dev->buf_wp) % DRM_BSZ;
+       avail = DRM_BSZ - left;
+       send  = DRM_MIN(avail, uio->uio_resid);
+
+       while (send) {
+               if (dev->buf_wp > dev->buf_rp) {
+                       cur = DRM_MIN(send, dev->buf_wp - dev->buf_rp);
+               } else {
+                       cur = DRM_MIN(send, dev->buf_end - dev->buf_rp);
+               }
+               error = uiomove(dev->buf_rp, cur, uio);
+               if (error)
+                       break;
+               dev->buf_rp += cur;
+               if (dev->buf_rp == dev->buf_end) dev->buf_rp = dev->buf;
+               send -= cur;
+       }
+
+       wakeup(&dev->buf_wp);
+       return error;
+}
+
+int DRM(write_string)(drm_device_t *dev, const char *s)
+{
+       int left   = (dev->buf_rp + DRM_BSZ - dev->buf_wp) % DRM_BSZ;
+       int send   = strlen(s);
+       int count;
+
+       DRM_DEBUG("%d left, %d to send (%p, %p)\n",
+                 left, send, dev->buf_rp, dev->buf_wp);
+
+       if (left == 1 || dev->buf_wp != dev->buf_rp) {
+               DRM_ERROR("Buffer not empty (%d left, wp = %p, rp = %p)\n",
+                         left,
+                         dev->buf_wp,
+                         dev->buf_rp);
+       }
+
+       while (send) {
+               if (dev->buf_wp >= dev->buf_rp) {
+                       count = DRM_MIN(send, dev->buf_end - dev->buf_wp);
+                       if (count == left) --count; /* Leave a hole */
+               } else {
+                       count = DRM_MIN(send, dev->buf_rp - dev->buf_wp - 1);
+               }
+               strncpy(dev->buf_wp, s, count);
+               dev->buf_wp += count;
+               if (dev->buf_wp == dev->buf_end) dev->buf_wp = dev->buf;
+               send -= count;
+       }
+
+       if (dev->buf_selecting) {
+               dev->buf_selecting = 0;
+               selwakeup(&dev->buf_sel);
+       }
+               
+       DRM_DEBUG("dev->buf_sigio=%p\n", dev->buf_sigio);
+       if (dev->buf_sigio) {
+               DRM_DEBUG("dev->buf_sigio->sio_pgid=%d\n", dev->buf_sigio->sio_pgid);
+               pgsigio(dev->buf_sigio, SIGIO, 0);
+       }
+       DRM_DEBUG("waking\n");
+       wakeup(&dev->buf_rp);
+
+       return 0;
+}
+
+int DRM(poll)(dev_t kdev, int events, DRM_OS_STRUCTPROC *p)
+{
+       drm_device_t  *dev    = kdev->si_drv1;
+       int           s;
+       int           revents = 0;
+
+       s = spldrm();
+       if (events & (POLLIN | POLLRDNORM)) {
+               int left  = (dev->buf_rp + DRM_BSZ - dev->buf_wp) % DRM_BSZ;
+               if (left > 0)
+                       revents |= events & (POLLIN | POLLRDNORM);
+               else
+                       selrecord(p, &dev->buf_sel);
+       }
+       splx(s);
+
+       return revents;
+}
+
+int DRM(write)(dev_t kdev, struct uio *uio, int ioflag)
+{
+        DRM_DEBUG("pid = %d, device = %p, open_count = %d\n",
+                  curproc->p_pid, ((drm_device_t *)kdev->si_drv1)->device, ((drm_device_t *)kdev->si_drv1)->open_count);
+        return 0;
+}
diff --git a/bsd/drm_init.h b/bsd/drm_init.h
new file mode 100644 (file)
index 0000000..e2ab608
--- /dev/null
@@ -0,0 +1,110 @@
+/* drm_init.h -- Setup/Cleanup for DRM -*- linux-c -*-
+ * Created: Mon Jan  4 08:58:31 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+#if 0 && DRM_DEBUG_CODE
+int DRM(flags) = DRM_FLAG_DEBUG;
+#else
+int DRM(flags) = 0;
+#endif
+
+/* drm_parse_option parses a single option.  See description for
+ * drm_parse_options for details.
+ */
+static void DRM(parse_option)(char *s)
+{
+       char *c, *r;
+
+       DRM_DEBUG("\"%s\"\n", s);
+       if (!s || !*s) return;
+       for (c = s; *c && *c != ':'; c++); /* find : or \0 */
+       if (*c) r = c + 1; else r = NULL;  /* remember remainder */
+       *c = '\0';                         /* terminate */
+       if (!strcmp(s, "noctx")) {
+               DRM(flags) |= DRM_FLAG_NOCTX;
+               DRM_INFO("Server-mediated context switching OFF\n");
+               return;
+       }
+       if (!strcmp(s, "debug")) {
+               DRM(flags) |= DRM_FLAG_DEBUG;
+               DRM_INFO("Debug messages ON\n");
+               return;
+       }
+       DRM_ERROR("\"%s\" is not a valid option\n", s);
+       return;
+}
+
+/* drm_parse_options parse the insmod "drm_opts=" options, or the command-line
+ * options passed to the kernel via LILO.  The grammar of the format is as
+ * follows:
+ *
+ * drm         ::= 'drm_opts=' option_list
+ * option_list ::= option [ ';' option_list ]
+ * option      ::= 'device:' major
+ *             |   'debug'
+ *             |   'noctx'
+ * major       ::= INTEGER
+ *
+ * Note that 's' contains option_list without the 'drm_opts=' part.
+ *
+ * device=major,minor specifies the device number used for /dev/drm
+ *       if major == 0 then the misc device is used
+ *       if major == 0 and minor == 0 then dynamic misc allocation is used
+ * debug=on specifies that debugging messages will be printk'd
+ * debug=trace specifies that each function call will be logged via printk
+ * debug=off turns off all debugging options
+ *
+ */
+
+void DRM(parse_options)(char *s)
+{
+       char *h, *t, *n;
+
+       DRM_DEBUG("\"%s\"\n", s ?: "");
+       if (!s || !*s) return;
+
+       for (h = t = n = s; h && *h; h = n) {
+               for (; *t && *t != ';'; t++);          /* find ; or \0 */
+               if (*t) n = t + 1; else n = NULL;      /* remember next */
+               *t = '\0';                             /* terminate */
+               DRM(parse_option)(h);                  /* parse */
+       }
+}
+
+/* drm_cpu_valid returns non-zero if the DRI will run on this CPU, and 0
+ * otherwise.
+ */
+int DRM(cpu_valid)(void)
+{
+       return 1;
+}
diff --git a/bsd/drm_ioctl.h b/bsd/drm_ioctl.h
new file mode 100644 (file)
index 0000000..1e8281e
--- /dev/null
@@ -0,0 +1,237 @@
+/* drm_ioctl.h -- IOCTL processing for DRM -*- linux-c -*-
+ * Created: Fri Jan  8 09:01:26 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+#include <sys/bus.h>
+#include <pci/pcivar.h>
+
+int DRM(irq_busid)( DRM_OS_IOCTL )
+{
+       drm_irq_busid_t id;
+       devclass_t pci;
+       device_t bus, dev;
+       device_t *kids;
+       int error, i, num_kids;
+
+       DRM_OS_KRNFROMUSR( id, (drm_irq_busid_t *)data, sizeof(id) );
+
+       pci = devclass_find("pci");
+       if (!pci)
+               return ENOENT;
+       bus = devclass_get_device(pci, id.busnum);
+       if (!bus)
+               return ENOENT;
+       error = device_get_children(bus, &kids, &num_kids);
+       if (error)
+               return error;
+
+       dev = 0;
+       for (i = 0; i < num_kids; i++) {
+               dev = kids[i];
+               if (pci_get_slot(dev) == id.devnum
+                   && pci_get_function(dev) == id.funcnum)
+                       break;
+       }
+
+       free(kids, M_TEMP);
+
+       if (i != num_kids)
+               id.irq = pci_get_irq(dev);
+       else
+               id.irq = 0;
+       DRM_DEBUG("%d:%d:%d => IRQ %d\n",
+                 id.busnum, id.devnum, id.funcnum, id.irq);
+       
+       DRM_OS_KRNTOUSR( (drm_irq_busid_t *)data, id, sizeof(id) );
+
+       return 0;
+}
+
+int DRM(getunique)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_unique_t     u;
+
+       DRM_OS_KRNFROMUSR( u, (drm_unique_t *)data, sizeof(u) );
+
+       if (u.unique_len >= dev->unique_len) {
+               if (DRM_OS_COPYTOUSR(u.unique, dev->unique, dev->unique_len))
+                       DRM_OS_RETURN(EFAULT);
+       }
+       u.unique_len = dev->unique_len;
+
+       DRM_OS_KRNTOUSR( (drm_unique_t *)data, u, sizeof(u) );
+
+       return 0;
+}
+
+int DRM(setunique)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_unique_t     u;
+
+       if (dev->unique_len || dev->unique)
+               DRM_OS_RETURN(EBUSY);
+
+       DRM_OS_KRNFROMUSR( u, (drm_unique_t *)data, sizeof(u) );
+
+       if (!u.unique_len || u.unique_len > 1024)
+               DRM_OS_RETURN(EINVAL);
+
+       dev->unique_len = u.unique_len;
+       dev->unique     = DRM(alloc)(u.unique_len + 1, DRM_MEM_DRIVER);
+
+       if(!dev->unique) DRM_OS_RETURN(ENOMEM);
+
+       if (DRM_OS_COPYFROMUSR(dev->unique, u.unique, dev->unique_len))
+               DRM_OS_RETURN(EFAULT);
+
+       dev->unique[dev->unique_len] = '\0';
+
+       dev->devname = DRM(alloc)(strlen(dev->name) + strlen(dev->unique) + 2,
+                                 DRM_MEM_DRIVER);
+       if(!dev->devname) {
+               DRM(free)(dev->devname, sizeof(*dev->devname), DRM_MEM_DRIVER);
+               DRM_OS_RETURN(ENOMEM);
+       }
+       sprintf(dev->devname, "%s@%s", dev->name, dev->unique);
+
+
+       return 0;
+}
+
+
+int DRM(getmap)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_map_t    map;
+       drm_map_t    *mapinlist;
+       drm_map_list_entry_t *list;
+       int          idx;
+       int          i = 0;
+
+       DRM_OS_KRNFROMUSR( map, (drm_map_t *)data, sizeof(map) );
+
+       idx = map.offset;
+
+       DRM_OS_LOCK;
+       if (idx < 0 || idx >= dev->map_count) {
+               DRM_OS_UNLOCK;
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       TAILQ_FOREACH(list, dev->maplist, link) {
+               mapinlist = list->map;
+               if (i==idx) {
+                       map.offset = mapinlist->offset;
+                       map.size   = mapinlist->size;
+                       map.type   = mapinlist->type;
+                       map.flags  = mapinlist->flags;
+                       map.handle = mapinlist->handle;
+                       map.mtrr   = mapinlist->mtrr;
+                       break;
+               }
+               i++;
+       }
+
+       DRM_OS_UNLOCK;
+
+       if (!list)
+               return EINVAL;
+
+       DRM_OS_KRNTOUSR( (drm_map_t *)data, map, sizeof(map) );
+
+       return 0;
+}
+
+int DRM(getclient)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_client_t client;
+       drm_file_t   *pt;
+       int          idx;
+       int          i = 0;
+
+       DRM_OS_KRNFROMUSR( client, (drm_client_t *)data, sizeof(client) );
+
+       idx = client.idx;
+       DRM_OS_LOCK;
+       TAILQ_FOREACH(pt, &dev->files, link) {
+               if (i==idx)
+               {
+                       client.auth  = pt->authenticated;
+                       client.pid   = pt->pid;
+                       client.uid   = pt->uid;
+                       client.magic = pt->magic;
+                       client.iocs  = pt->ioctl_count;
+                       DRM_OS_UNLOCK;
+
+                       *(drm_client_t *)data = client;
+                       return 0;
+               }
+               i++;
+       }
+       DRM_OS_UNLOCK;
+
+       DRM_OS_KRNTOUSR( (drm_client_t *)data, client, sizeof(client) );
+
+       return 0;
+}
+
+int DRM(getstats)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_stats_t  stats;
+       int          i;
+
+       memset(&stats, 0, sizeof(stats));
+       
+       DRM_OS_LOCK;
+
+       for (i = 0; i < dev->counters; i++) {
+               if (dev->types[i] == _DRM_STAT_LOCK)
+                       stats.data[i].value
+                               = (dev->lock.hw_lock
+                                  ? dev->lock.hw_lock->lock : 0);
+               else 
+                       stats.data[i].value = atomic_read(&dev->counts[i]);
+               stats.data[i].type  = dev->types[i];
+       }
+       
+       stats.count = dev->counters;
+
+       DRM_OS_UNLOCK;
+
+       DRM_OS_KRNTOUSR( (drm_stats_t *)data, stats, sizeof(stats) );
+
+       return 0;
+}
diff --git a/bsd/drm_lists.h b/bsd/drm_lists.h
new file mode 100644 (file)
index 0000000..ea6d34a
--- /dev/null
@@ -0,0 +1,236 @@
+/* drm_lists.h -- Buffer list handling routines -*- linux-c -*-
+ * Created: Mon Apr 19 20:54:22 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+#if __HAVE_DMA_WAITLIST
+
+int DRM(waitlist_create)(drm_waitlist_t *bl, int count)
+{
+       if (bl->count)
+               DRM_OS_RETURN( EINVAL );
+
+       bl->bufs       = DRM(alloc)((bl->count + 2) * sizeof(*bl->bufs),
+                                   DRM_MEM_BUFLISTS);
+
+       if(!bl->bufs) DRM_OS_RETURN(ENOMEM);
+
+       bl->count      = count;
+       bl->rp         = bl->bufs;
+       bl->wp         = bl->bufs;
+       bl->end        = &bl->bufs[bl->count+1];
+       DRM_OS_SPININIT( bl->write_lock, "writelock" );
+       DRM_OS_SPININIT( bl->read_lock, "readlock" );
+       return 0;
+}
+
+int DRM(waitlist_destroy)(drm_waitlist_t *bl)
+{
+       if (bl->rp != bl->wp)
+               DRM_OS_RETURN( EINVAL );
+       if (bl->bufs) DRM(free)(bl->bufs,
+                               (bl->count + 2) * sizeof(*bl->bufs),
+                               DRM_MEM_BUFLISTS);
+       bl->count = 0;
+       bl->bufs  = NULL;
+       bl->rp    = NULL;
+       bl->wp    = NULL;
+       bl->end   = NULL;
+       return 0;
+}
+
+int DRM(waitlist_put)(drm_waitlist_t *bl, drm_buf_t *buf)
+{
+       int           left;
+       int             s;
+       left = DRM_LEFTCOUNT(bl);
+       if (!left) {
+               DRM_ERROR("Overflow while adding buffer %d from pid %d\n",
+                         buf->idx, buf->pid);
+               DRM_OS_RETURN( EINVAL );
+       }
+#if __HAVE_DMA_HISTOGRAM
+       getnanotime(&buf->time_queued);
+#endif
+       buf->list        = DRM_LIST_WAIT;
+
+       DRM_OS_SPINLOCK(&bl->write_lock);
+       s = spldrm();
+       *bl->wp = buf;
+       if (++bl->wp >= bl->end) bl->wp = bl->bufs;
+       splx(s);
+       DRM_OS_SPINUNLOCK(&bl->write_lock);
+
+       return 0;
+}
+
+drm_buf_t *DRM(waitlist_get)(drm_waitlist_t *bl)
+{
+       drm_buf_t     *buf;
+       int             s;
+
+       DRM_OS_SPINLOCK(&bl->read_lock);
+       s = spldrm();
+       buf = *bl->rp;
+       if (bl->rp == bl->wp) {
+               splx(s);
+               DRM_OS_SPINUNLOCK(&bl->read_lock);
+               return NULL;
+       }                                    
+       if (++bl->rp >= bl->end) bl->rp = bl->bufs;
+       splx(s);
+       DRM_OS_SPINUNLOCK(&bl->read_lock);
+       
+       return buf;
+}
+
+#endif /* __HAVE_DMA_WAITLIST */
+
+
+#if __HAVE_DMA_FREELIST
+
+int DRM(freelist_create)(drm_freelist_t *bl, int count)
+{
+       atomic_set(&bl->count, 0);
+       bl->next      = NULL;
+       bl->waiting = 0;
+
+       bl->low_mark  = 0;
+       bl->high_mark = 0;
+       atomic_set(&bl->wfh,   0);
+       DRM_OS_SPININIT( bl->lock, "freelistlock" );
+       ++bl->initialized;
+       return 0;
+}
+
+int DRM(freelist_destroy)(drm_freelist_t *bl)
+{
+       atomic_set(&bl->count, 0);
+       bl->next = NULL;
+       return 0;
+}
+
+int DRM(freelist_put)(drm_device_t *dev, drm_freelist_t *bl, drm_buf_t *buf)
+{
+       drm_device_dma_t *dma  = dev->dma;
+
+       if (!dma) {
+               DRM_ERROR("No DMA support\n");
+               return 1;
+       }
+
+       if (buf->waiting || buf->pending || buf->list == DRM_LIST_FREE) {
+               DRM_ERROR("Freed buffer %d: w%d, p%d, l%d\n",
+                         buf->idx, buf->waiting, buf->pending, buf->list);
+       }
+       if (!bl) return 1;
+#if __HAVE_DMA_HISTOGRAM
+       getnanotime(&buf->time_queued);
+       DRM(histogram_compute)(dev, buf);
+#endif
+       buf->list       = DRM_LIST_FREE;
+
+       DRM_OS_SPINLOCK( &bl->lock );
+       buf->next       = bl->next;
+       bl->next        = buf;
+       DRM_OS_SPINUNLOCK( &bl->lock );
+
+       atomic_inc(&bl->count);
+       if (atomic_read(&bl->count) > dma->buf_count) {
+               DRM_ERROR("%ld of %d buffers free after addition of %d\n",
+                         (unsigned long)atomic_read(&bl->count), 
+                               dma->buf_count, buf->idx);
+               return 1;
+       }
+                               /* Check for high water mark */
+       if (atomic_read(&bl->wfh) && atomic_read(&bl->count)>=bl->high_mark) {
+               atomic_set(&bl->wfh, 0);
+               DRM_OS_WAKEUP_INT(&bl->waiting);
+       }
+       return 0;
+}
+
+static drm_buf_t *DRM(freelist_try)(drm_freelist_t *bl)
+{
+       drm_buf_t         *buf;
+
+       if (!bl) return NULL;
+
+                               /* Get buffer */
+       DRM_OS_SPINLOCK(&bl->lock);
+       if (!bl->next) {
+               DRM_OS_SPINUNLOCK(&bl->lock);
+               return NULL;
+       }
+       buf       = bl->next;
+       bl->next  = bl->next->next;
+       DRM_OS_SPINUNLOCK(&bl->lock);
+
+       atomic_dec(&bl->count);
+       buf->next = NULL;
+       buf->list = DRM_LIST_NONE;
+       if (buf->waiting || buf->pending) {
+               DRM_ERROR("Free buffer %d: w%d, p%d, l%d\n",
+                         buf->idx, buf->waiting, buf->pending, buf->list);
+       }
+
+       return buf;
+}
+
+drm_buf_t *DRM(freelist_get)(drm_freelist_t *bl, int block)
+{
+       drm_buf_t         *buf  = NULL;
+       int     error;
+
+       if (!bl || !bl->initialized) return NULL;
+
+                               /* Check for low water mark */
+       if (atomic_read(&bl->count) <= bl->low_mark) /* Became low */
+               atomic_set(&bl->wfh, 1);
+       if (atomic_read(&bl->wfh)) {
+               if (block) {
+                       for (;;) {
+                               if (!atomic_read(&bl->wfh)
+                                   && (buf = DRM(freelist_try(bl)))) break;
+                               error = tsleep(&bl->waiting, PZERO|PCATCH,
+                                              "drmfg", 0);
+                               if (error)
+                                       break;
+                       }
+               }
+               return buf;
+       }
+
+       return DRM(freelist_try)(bl);
+}
+
+#endif /* __HAVE_DMA_FREELIST */
diff --git a/bsd/drm_lock.h b/bsd/drm_lock.h
new file mode 100644 (file)
index 0000000..863a228
--- /dev/null
@@ -0,0 +1,244 @@
+/* lock.c -- IOCTLs for locking -*- linux-c -*-
+ * Created: Tue Feb  2 08:37:54 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+
+int DRM(block)( DRM_OS_IOCTL )
+{
+       DRM_DEBUG("\n");
+       return 0;
+}
+
+int DRM(unblock)( DRM_OS_IOCTL )
+{
+       DRM_DEBUG("\n");
+       return 0;
+}
+
+int DRM(lock_take)(__volatile__ unsigned int *lock, unsigned int context)
+{
+       unsigned int old, new;
+
+       char failed;
+
+       do {
+               old = *lock;
+               if (old & _DRM_LOCK_HELD) new = old | _DRM_LOCK_CONT;
+               else                      new = context | _DRM_LOCK_HELD;
+               _DRM_CAS(lock, old, new, failed);
+       } while (failed);
+       if (_DRM_LOCKING_CONTEXT(old) == context) {
+               if (old & _DRM_LOCK_HELD) {
+                       if (context != DRM_KERNEL_CONTEXT) {
+                               DRM_ERROR("%d holds heavyweight lock\n",
+                                         context);
+                       }
+                       return 0;
+               }
+       }
+       if (new == (context | _DRM_LOCK_HELD)) {
+                               /* Have lock */
+               return 1;
+       }
+       return 0;
+}
+
+/* This takes a lock forcibly and hands it to context. Should ONLY be used
+   inside *_unlock to give lock to kernel before calling *_dma_schedule. */
+int DRM(lock_transfer)(drm_device_t *dev,
+                      __volatile__ unsigned int *lock, unsigned int context)
+{
+       unsigned int old, new;
+       char failed;
+
+       dev->lock.pid = 0;
+       do {
+               old  = *lock;
+               new  = context | _DRM_LOCK_HELD;
+               _DRM_CAS(lock, old, new, failed);
+       } while (failed);
+       return 1;
+}
+
+int DRM(lock_free)(drm_device_t *dev,
+                  __volatile__ unsigned int *lock, unsigned int context)
+{
+       unsigned int old, new;
+       pid_t        pid = dev->lock.pid;
+       char failed;
+
+       dev->lock.pid = 0;
+       do {
+               old  = *lock;
+               new  = 0;
+               _DRM_CAS(lock, old, new, failed);
+       } while (failed);
+       if (_DRM_LOCK_IS_HELD(old) && _DRM_LOCKING_CONTEXT(old) != context) {
+               DRM_ERROR("%d freed heavyweight lock held by %d (pid %d)\n",
+                         context,
+                         _DRM_LOCKING_CONTEXT(old),
+                         pid);
+               return 1;
+       }
+       DRM_OS_WAKEUP_INT(&dev->lock.lock_queue);
+       return 0;
+}
+
+static int DRM(flush_queue)(drm_device_t *dev, int context)
+{
+       int               error;
+       int               ret   = 0;
+       drm_queue_t       *q    = dev->queuelist[context];
+
+       DRM_DEBUG("\n");
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) > 1) {
+               atomic_inc(&q->block_write);
+               atomic_inc(&q->block_count);
+               error = tsleep(&q->flush_queue, PZERO|PCATCH, "drmfq", 0);
+               if (error)
+                       return error;
+               atomic_dec(&q->block_count);
+       }
+       atomic_dec(&q->use_count);
+
+                               /* NOTE: block_write is still incremented!
+                                  Use drm_flush_unlock_queue to decrement. */
+       return ret;
+}
+
+static int DRM(flush_unblock_queue)(drm_device_t *dev, int context)
+{
+       drm_queue_t       *q    = dev->queuelist[context];
+
+       DRM_DEBUG("\n");
+
+       atomic_inc(&q->use_count);
+       if (atomic_read(&q->use_count) > 1) {
+               if (atomic_read(&q->block_write)) {
+                       atomic_dec(&q->block_write);
+                       DRM_OS_WAKEUP_INT(&q->write_queue);
+               }
+       }
+       atomic_dec(&q->use_count);
+       return 0;
+}
+
+int DRM(flush_block_and_flush)(drm_device_t *dev, int context,
+                              drm_lock_flags_t flags)
+{
+       int ret = 0;
+       int i;
+
+       DRM_DEBUG("\n");
+
+       if (flags & _DRM_LOCK_FLUSH) {
+               ret = DRM(flush_queue)(dev, DRM_KERNEL_CONTEXT);
+               if (!ret) ret = DRM(flush_queue)(dev, context);
+       }
+       if (flags & _DRM_LOCK_FLUSH_ALL) {
+               for (i = 0; !ret && i < dev->queue_count; i++) {
+                       ret = DRM(flush_queue)(dev, i);
+               }
+       }
+       return ret;
+}
+
+int DRM(flush_unblock)(drm_device_t *dev, int context, drm_lock_flags_t flags)
+{
+       int ret = 0;
+       int i;
+
+       DRM_DEBUG("\n");
+
+       if (flags & _DRM_LOCK_FLUSH) {
+               ret = DRM(flush_unblock_queue)(dev, DRM_KERNEL_CONTEXT);
+               if (!ret) ret = DRM(flush_unblock_queue)(dev, context);
+       }
+       if (flags & _DRM_LOCK_FLUSH_ALL) {
+               for (i = 0; !ret && i < dev->queue_count; i++) {
+                       ret = DRM(flush_unblock_queue)(dev, i);
+               }
+       }
+
+       return ret;
+}
+
+int DRM(finish)( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       int               ret     = 0;
+       drm_lock_t        lock;
+
+       DRM_DEBUG("\n");
+
+       DRM_OS_KRNFROMUSR( lock, (drm_lock_t *)data, sizeof(lock) );
+
+       ret = DRM(flush_block_and_flush)(dev, lock.context, lock.flags);
+       DRM(flush_unblock)(dev, lock.context, lock.flags);
+       return ret;
+}
+
+/* If we get here, it means that the process has called DRM_IOCTL_LOCK
+   without calling DRM_IOCTL_UNLOCK.
+
+   If the lock is not held, then let the signal proceed as usual.
+
+   If the lock is held, then set the contended flag and keep the signal
+   blocked.
+
+
+   Return 1 if the signal should be delivered normally.
+   Return 0 if the signal should be blocked.  */
+
+int DRM(notifier)(void *priv)
+{
+       drm_sigdata_t *s = (drm_sigdata_t *)priv;
+       unsigned int  old, new;
+       char failed;
+
+
+                               /* Allow signal delivery if lock isn't held */
+       if (!_DRM_LOCK_IS_HELD(s->lock->lock)
+           || _DRM_LOCKING_CONTEXT(s->lock->lock) != s->context) return 1;
+
+                               /* Otherwise, set flag to force call to
+                                   drmUnlock */
+       do {
+               old  = s->lock->lock;
+               new  = old | _DRM_LOCK_CONT;
+               _DRM_CAS(&s->lock->lock, old, new, failed);
+       } while (failed);
+       return 0;
+}
+
diff --git a/bsd/drm_memory.h b/bsd/drm_memory.h
new file mode 100644 (file)
index 0000000..605b42a
--- /dev/null
@@ -0,0 +1,433 @@
+/* drm_memory.h -- Memory management wrappers for DRM -*- linux-c -*-
+ * Created: Thu Feb  4 14:00:34 1999 by faith@valinux.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "drmP.h"
+#include <vm/vm.h>
+#include <vm/pmap.h>
+#if __REALLY_HAVE_AGP
+#include <sys/agpio.h>
+#endif
+
+#define malloctype DRM(M_DRM)
+/* The macros confliced in the MALLOC_DEFINE */
+
+MALLOC_DEFINE(malloctype, "drm", "DRM Data Structures");
+
+#undef malloctype
+
+typedef struct drm_mem_stats {
+       const char        *name;
+       int               succeed_count;
+       int               free_count;
+       int               fail_count;
+       unsigned long     bytes_allocated;
+       unsigned long     bytes_freed;
+} drm_mem_stats_t;
+
+static DRM_OS_SPINTYPE   DRM(mem_lock);
+static unsigned long     DRM(ram_available) = 0; /* In pages */
+static unsigned long     DRM(ram_used)      = 0;
+static drm_mem_stats_t   DRM(mem_stats)[]   = {
+       [DRM_MEM_DMA]       = { "dmabufs"  },
+       [DRM_MEM_SAREA]     = { "sareas"   },
+       [DRM_MEM_DRIVER]    = { "driver"   },
+       [DRM_MEM_MAGIC]     = { "magic"    },
+       [DRM_MEM_IOCTLS]    = { "ioctltab" },
+       [DRM_MEM_MAPS]      = { "maplist"  },
+       [DRM_MEM_VMAS]      = { "vmalist"  },
+       [DRM_MEM_BUFS]      = { "buflist"  },
+       [DRM_MEM_SEGS]      = { "seglist"  },
+       [DRM_MEM_PAGES]     = { "pagelist" },
+       [DRM_MEM_FILES]     = { "files"    },
+       [DRM_MEM_QUEUES]    = { "queues"   },
+       [DRM_MEM_CMDS]      = { "commands" },
+       [DRM_MEM_MAPPINGS]  = { "mappings" },
+       [DRM_MEM_BUFLISTS]  = { "buflists" },
+       [DRM_MEM_AGPLISTS]  = { "agplist"  },
+       [DRM_MEM_SGLISTS]   = { "sglist"   },
+       [DRM_MEM_TOTALAGP]  = { "totalagp" },
+       [DRM_MEM_BOUNDAGP]  = { "boundagp" },
+       [DRM_MEM_CTXBITMAP] = { "ctxbitmap"},
+       [DRM_MEM_STUB]      = { "stub"     },
+       { NULL, 0, }            /* Last entry must be null */
+};
+
+void DRM(mem_init)(void)
+{
+       drm_mem_stats_t *mem;
+
+       DRM_OS_SPININIT(DRM(mem_lock), "drm memory");
+
+       for (mem = DRM(mem_stats); mem->name; ++mem) {
+               mem->succeed_count   = 0;
+               mem->free_count      = 0;
+               mem->fail_count      = 0;
+               mem->bytes_allocated = 0;
+               mem->bytes_freed     = 0;
+       }
+
+       DRM(ram_available) = 0; /* si.totalram */
+       DRM(ram_used)      = 0;
+}
+
+/* drm_mem_info is called whenever a process reads /dev/drm/mem. */
+
+static int DRM(_mem_info) DRM_SYSCTL_HANDLER_ARGS
+{
+       drm_mem_stats_t *pt;
+       char buf[128];
+       int error;
+
+       DRM_SYSCTL_PRINT("                total counts                  "
+                      " |    outstanding  \n");
+       DRM_SYSCTL_PRINT("type     alloc freed fail     bytes      freed"
+                      " | allocs      bytes\n\n");
+       DRM_SYSCTL_PRINT("%-9.9s %5d %5d %4d %10lu          |\n",
+                      "system", 0, 0, 0, DRM(ram_available));
+       DRM_SYSCTL_PRINT("%-9.9s %5d %5d %4d %10lu          |\n",
+                      "locked", 0, 0, 0, DRM(ram_used));
+       DRM_SYSCTL_PRINT("\n");
+       for (pt = DRM(mem_stats); pt->name; pt++) {
+               DRM_SYSCTL_PRINT("%-9.9s %5d %5d %4d %10lu %10lu | %6d %10ld\n",
+                              pt->name,
+                              pt->succeed_count,
+                              pt->free_count,
+                              pt->fail_count,
+                              pt->bytes_allocated,
+                              pt->bytes_freed,
+                              pt->succeed_count - pt->free_count,
+                              (long)pt->bytes_allocated
+                              - (long)pt->bytes_freed);
+       }
+       SYSCTL_OUT(req, "", 1);
+       
+       return 0;
+}
+
+int DRM(mem_info) DRM_SYSCTL_HANDLER_ARGS
+{
+       int ret;
+
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ret = DRM(_mem_info)(oidp, arg1, arg2, req);
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       return ret;
+}
+
+void *DRM(alloc)(size_t size, int area)
+{
+       void *pt;
+
+       if (!size) {
+               DRM_MEM_ERROR(area, "Allocating 0 bytes\n");
+               return NULL;
+       }
+
+       if (!(pt = malloc(size, DRM(M_DRM), M_NOWAIT))) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[area].fail_count;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               return NULL;
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[area].succeed_count;
+       DRM(mem_stats)[area].bytes_allocated += size;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       return pt;
+}
+
+void *DRM(realloc)(void *oldpt, size_t oldsize, size_t size, int area)
+{
+       void *pt;
+
+       if (!(pt = DRM(alloc)(size, area))) return NULL;
+       if (oldpt && oldsize) {
+               memcpy(pt, oldpt, oldsize);
+               DRM(free)(oldpt, oldsize, area);
+       }
+       return pt;
+}
+
+char *DRM(strdup)(const char *s, int area)
+{
+       char *pt;
+       int      length = s ? strlen(s) : 0;
+
+       if (!(pt = DRM(alloc)(length+1, area))) return NULL;
+       strcpy(pt, s);
+       return pt;
+}
+
+void DRM(strfree)(char *s, int area)
+{
+       unsigned int size;
+
+       if (!s) return;
+
+       size = 1 + strlen(s);
+       DRM(free)((void *)s, size, area);
+}
+
+void DRM(free)(void *pt, size_t size, int area)
+{
+       int alloc_count;
+       int free_count;
+
+       if (!pt) DRM_MEM_ERROR(area, "Attempt to free NULL pointer\n");
+       else     free(pt, DRM(M_DRM));
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       DRM(mem_stats)[area].bytes_freed += size;
+       free_count  = ++DRM(mem_stats)[area].free_count;
+       alloc_count =   DRM(mem_stats)[area].succeed_count;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       if (free_count > alloc_count) {
+               DRM_MEM_ERROR(area, "Excess frees: %d frees, %d allocs\n",
+                             free_count, alloc_count);
+       }
+}
+
+unsigned long DRM(alloc_pages)(int order, int area)
+{
+       vm_offset_t address;
+       unsigned long bytes       = PAGE_SIZE << order;
+
+
+       address = (vm_offset_t) contigmalloc(bytes, DRM(M_DRM), M_WAITOK, 0, ~0, 1, 0);
+       if (!address) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[area].fail_count;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               return 0;
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[area].succeed_count;
+       DRM(mem_stats)[area].bytes_allocated += bytes;
+       DRM(ram_used)                        += bytes;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+
+
+                               /* Zero outside the lock */
+       memset((void *)address, 0, bytes);
+
+
+       return address;
+}
+
+void DRM(free_pages)(unsigned long address, int order, int area)
+{
+       unsigned long bytes = PAGE_SIZE << order;
+       int               alloc_count;
+       int               free_count;
+
+       if (!address) {
+               DRM_MEM_ERROR(area, "Attempt to free address 0\n");
+       } else {
+               contigfree((void *) address, bytes, DRM(M_DRM));
+       }
+
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       free_count  = ++DRM(mem_stats)[area].free_count;
+       alloc_count =   DRM(mem_stats)[area].succeed_count;
+       DRM(mem_stats)[area].bytes_freed += bytes;
+       DRM(ram_used)                    -= bytes;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       if (free_count > alloc_count) {
+               DRM_MEM_ERROR(area,
+                             "Excess frees: %d frees, %d allocs\n",
+                             free_count, alloc_count);
+       }
+}
+
+void *DRM(ioremap)(unsigned long offset, unsigned long size)
+{
+       void *pt;
+
+       if (!size) {
+               DRM_MEM_ERROR(DRM_MEM_MAPPINGS,
+                             "Mapping 0 bytes at 0x%08lx\n", offset);
+               return NULL;
+       }
+
+       if (!(pt = pmap_mapdev(offset, size))) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[DRM_MEM_MAPPINGS].fail_count;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               return NULL;
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[DRM_MEM_MAPPINGS].succeed_count;
+       DRM(mem_stats)[DRM_MEM_MAPPINGS].bytes_allocated += size;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       return pt;
+}
+
+void DRM(ioremapfree)(void *pt, unsigned long size)
+{
+       int alloc_count;
+       int free_count;
+
+       if (!pt)
+               DRM_MEM_ERROR(DRM_MEM_MAPPINGS,
+                             "Attempt to free NULL pointer\n");
+       else
+               pmap_unmapdev((vm_offset_t) pt, size);
+
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       DRM(mem_stats)[DRM_MEM_MAPPINGS].bytes_freed += size;
+       free_count  = ++DRM(mem_stats)[DRM_MEM_MAPPINGS].free_count;
+       alloc_count =   DRM(mem_stats)[DRM_MEM_MAPPINGS].succeed_count;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       if (free_count > alloc_count) {
+               DRM_MEM_ERROR(DRM_MEM_MAPPINGS,
+                             "Excess frees: %d frees, %d allocs\n",
+                             free_count, alloc_count);
+       }
+}
+
+#if __REALLY_HAVE_AGP
+agp_memory *DRM(alloc_agp)(int pages, u32 type)
+{
+       agp_memory *handle;
+
+       if (!pages) {
+               DRM_MEM_ERROR(DRM_MEM_TOTALAGP, "Allocating 0 pages\n");
+               return NULL;
+       }
+
+       if ((handle = DRM(agp_allocate_memory)(pages, type))) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[DRM_MEM_TOTALAGP].succeed_count;
+               DRM(mem_stats)[DRM_MEM_TOTALAGP].bytes_allocated
+                       += pages << PAGE_SHIFT;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               return handle;
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[DRM_MEM_TOTALAGP].fail_count;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       return NULL;
+}
+
+int DRM(free_agp)(agp_memory *handle, int pages)
+{
+       int           alloc_count;
+       int           free_count;
+
+       if (!handle) {
+               DRM_MEM_ERROR(DRM_MEM_TOTALAGP,
+                             "Attempt to free NULL AGP handle\n");
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (DRM(agp_free_memory)(handle)) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               free_count  = ++DRM(mem_stats)[DRM_MEM_TOTALAGP].free_count;
+               alloc_count =   DRM(mem_stats)[DRM_MEM_TOTALAGP].succeed_count;
+               DRM(mem_stats)[DRM_MEM_TOTALAGP].bytes_freed
+                       += pages << PAGE_SHIFT;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               if (free_count > alloc_count) {
+                       DRM_MEM_ERROR(DRM_MEM_TOTALAGP,
+                                     "Excess frees: %d frees, %d allocs\n",
+                                     free_count, alloc_count);
+               }
+               return 0;
+       }
+       DRM_OS_RETURN(EINVAL);
+}
+
+int DRM(bind_agp)(agp_memory *handle, unsigned int start)
+{
+       int retcode;
+       device_t dev = agp_find_device();
+       struct agp_memory_info info;
+
+       if (!dev)
+               return EINVAL;
+
+       if (!handle) {
+               DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
+                             "Attempt to bind NULL AGP handle\n");
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if (!(retcode = DRM(agp_bind_memory)(handle, start))) {
+               DRM_OS_SPINLOCK(&DRM(mem_lock));
+               ++DRM(mem_stats)[DRM_MEM_BOUNDAGP].succeed_count;
+               agp_memory_info(dev, handle, &info);
+               DRM(mem_stats)[DRM_MEM_BOUNDAGP].bytes_allocated
+                       += info.ami_size;
+               DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+               DRM_OS_RETURN(0);
+       }
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       ++DRM(mem_stats)[DRM_MEM_BOUNDAGP].fail_count;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       DRM_OS_RETURN(retcode);
+}
+
+int DRM(unbind_agp)(agp_memory *handle)
+{
+       int alloc_count;
+       int free_count;
+       int retcode = EINVAL;
+       device_t dev = agp_find_device();
+       struct agp_memory_info info;
+
+       if (!dev)
+               return EINVAL;
+
+       if (!handle) {
+               DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
+                             "Attempt to unbind NULL AGP handle\n");
+               DRM_OS_RETURN(retcode);
+       }
+
+       agp_memory_info(dev, handle, &info);
+
+       if ((retcode = DRM(agp_unbind_memory)(handle))) 
+               DRM_OS_RETURN(retcode);
+
+       DRM_OS_SPINLOCK(&DRM(mem_lock));
+       free_count  = ++DRM(mem_stats)[DRM_MEM_BOUNDAGP].free_count;
+       alloc_count = DRM(mem_stats)[DRM_MEM_BOUNDAGP].succeed_count;
+       DRM(mem_stats)[DRM_MEM_BOUNDAGP].bytes_freed
+               += info.ami_size;
+       DRM_OS_SPINUNLOCK(&DRM(mem_lock));
+       if (free_count > alloc_count) {
+               DRM_MEM_ERROR(DRM_MEM_BOUNDAGP,
+                             "Excess frees: %d frees, %d allocs\n",
+                             free_count, alloc_count);
+       }
+       DRM_OS_RETURN(retcode);
+}
+#endif
diff --git a/bsd/drm_scatter.h b/bsd/drm_scatter.h
new file mode 100644 (file)
index 0000000..a6b8275
--- /dev/null
@@ -0,0 +1,237 @@
+/* drm_scatter.h -- IOCTLs to manage scatter/gather memory -*- linux-c -*-
+ * Created: Mon Dec 18 23:20:54 2000 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *   Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include <linux/config.h>
+#include <linux/vmalloc.h>
+#include "drmP.h"
+
+#define DEBUG_SCATTER 0
+
+void DRM(sg_cleanup)( drm_sg_mem_t *entry )
+{
+       struct page *page;
+       int i;
+
+       for ( i = 0 ; i < entry->pages ; i++ ) {
+               page = entry->pagelist[i];
+               if ( page )
+                       ClearPageReserved( page );
+       }
+
+       vfree( entry->virtual );
+
+       DRM(free)( entry->busaddr,
+                  entry->pages * sizeof(*entry->busaddr),
+                  DRM_MEM_PAGES );
+       DRM(free)( entry->pagelist,
+                  entry->pages * sizeof(*entry->pagelist),
+                  DRM_MEM_PAGES );
+       DRM(free)( entry,
+                  sizeof(*entry),
+                  DRM_MEM_SGLISTS );
+}
+
+int DRM(sg_alloc)( struct inode *inode, struct file *filp,
+                  unsigned int cmd, unsigned long arg )
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_scatter_gather_t request;
+       drm_sg_mem_t *entry;
+       unsigned long pages, i, j;
+       pgd_t *pgd;
+       pmd_t *pmd;
+       pte_t *pte;
+
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       if ( dev->sg )
+               return -EINVAL;
+
+       if ( copy_from_user( &request,
+                            (drm_scatter_gather_t *)arg,
+                            sizeof(request) ) )
+               return -EFAULT;
+
+       entry = DRM(alloc)( sizeof(*entry), DRM_MEM_SGLISTS );
+       if ( !entry )
+               return -ENOMEM;
+
+       memset( entry, 0, sizeof(*entry) );
+
+       pages = (request.size + PAGE_SIZE - 1) / PAGE_SIZE;
+       DRM_DEBUG( "sg size=%ld pages=%ld\n", request.size, pages );
+
+       entry->pages = pages;
+       entry->pagelist = DRM(alloc)( pages * sizeof(*entry->pagelist),
+                                    DRM_MEM_PAGES );
+       if ( !entry->pagelist ) {
+               DRM(free)( entry, sizeof(*entry), DRM_MEM_SGLISTS );
+               return -ENOMEM;
+       }
+
+       entry->busaddr = DRM(alloc)( pages * sizeof(*entry->busaddr),
+                                    DRM_MEM_PAGES );
+       if ( !entry->busaddr ) {
+               DRM(free)( entry->pagelist,
+                          entry->pages * sizeof(*entry->pagelist),
+                          DRM_MEM_PAGES );
+               DRM(free)( entry,
+                          sizeof(*entry),
+                          DRM_MEM_SGLISTS );
+               return -ENOMEM;
+       }
+       memset( (void *)entry->busaddr, 0, pages * sizeof(*entry->busaddr) );
+
+       entry->virtual = vmalloc_32( pages << PAGE_SHIFT );
+       if ( !entry->virtual ) {
+               DRM(free)( entry->busaddr,
+                          entry->pages * sizeof(*entry->busaddr),
+                          DRM_MEM_PAGES );
+               DRM(free)( entry->pagelist,
+                          entry->pages * sizeof(*entry->pagelist),
+                          DRM_MEM_PAGES );
+               DRM(free)( entry,
+                          sizeof(*entry),
+                          DRM_MEM_SGLISTS );
+               return -ENOMEM;
+       }
+
+       /* This also forces the mapping of COW pages, so our page list
+        * will be valid.  Please don't remove it...
+        */
+       memset( entry->virtual, 0, pages << PAGE_SHIFT );
+
+       entry->handle = (unsigned long)entry->virtual;
+
+       DRM_DEBUG( "sg alloc handle  = %08lx\n", entry->handle );
+       DRM_DEBUG( "sg alloc virtual = %p\n", entry->virtual );
+
+       for ( i = entry->handle, j = 0 ; j < pages ; i += PAGE_SIZE, j++ ) {
+               pgd = pgd_offset_k( i );
+               if ( !pgd_present( *pgd ) )
+                       goto failed;
+
+               pmd = pmd_offset( pgd, i );
+               if ( !pmd_present( *pmd ) )
+                       goto failed;
+
+               pte = pte_offset( pmd, i );
+               if ( !pte_present( *pte ) )
+                       goto failed;
+
+               entry->pagelist[j] = pte_page( *pte );
+
+               SetPageReserved( entry->pagelist[j] );
+       }
+
+       request.handle = entry->handle;
+
+       if ( copy_to_user( (drm_scatter_gather_t *)arg,
+                          &request,
+                          sizeof(request) ) ) {
+               DRM(sg_cleanup)( entry );
+               return -EFAULT;
+       }
+
+       dev->sg = entry;
+
+#if DEBUG_SCATTER
+       /* Verify that each page points to its virtual address, and vice
+        * versa.
+        */
+       {
+       int error = 0;
+
+       for ( i = 0 ; i < pages ; i++ ) {
+               unsigned long *tmp;
+
+               tmp = page_address( entry->pagelist[i] );
+               for ( j = 0 ;
+                     j < PAGE_SIZE / sizeof(unsigned long) ;
+                     j++, tmp++ ) {
+                       *tmp = 0xcafebabe;
+               }
+               tmp = (unsigned long *)((u8 *)entry->virtual +
+                                       (PAGE_SIZE * i));
+               for( j = 0 ;
+                    j < PAGE_SIZE / sizeof(unsigned long) ;
+                    j++, tmp++ ) {
+                       if ( *tmp != 0xcafebabe && error == 0 ) {
+                               error = 1;
+                               DRM_ERROR( "Scatter allocation error, "
+                                          "pagelist does not match "
+                                          "virtual mapping\n" );
+                       }
+               }
+               tmp = page_address( entry->pagelist[i] );
+               for(j = 0 ;
+                   j < PAGE_SIZE / sizeof(unsigned long) ;
+                   j++, tmp++) {
+                       *tmp = 0;
+               }
+       }
+       if (error == 0)
+               DRM_ERROR( "Scatter allocation matches pagelist\n" );
+       }
+#endif
+
+       return 0;
+
+ failed:
+       DRM(sg_cleanup)( entry );
+       return -ENOMEM;
+}
+
+int DRM(sg_free)( struct inode *inode, struct file *filp,
+                unsigned int cmd, unsigned long arg )
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_scatter_gather_t request;
+       drm_sg_mem_t *entry;
+
+       if ( copy_from_user( &request,
+                            (drm_scatter_gather_t *)arg,
+                            sizeof(request) ) )
+               return -EFAULT;
+
+       entry = dev->sg;
+       dev->sg = NULL;
+
+       if ( !entry || entry->handle != request.handle )
+               return -EINVAL;
+
+       DRM_DEBUG( "sg free virtual  = %p\n", entry->virtual );
+
+       DRM(sg_cleanup)( entry );
+
+       return 0;
+}
diff --git a/bsd/gamma/gamma.h b/bsd/gamma/gamma.h
new file mode 100644 (file)
index 0000000..232ed01
--- /dev/null
@@ -0,0 +1,93 @@
+/* gamma.c -- 3dlabs GMX 2000 driver -*- linux-c -*-
+ * Created: Mon Jan  4 08:58:31 1999 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __GAMMA_H__
+#define __GAMMA_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) gamma_##x
+
+/* General customization:
+ */
+#define __HAVE_MTRR                    1
+
+/* DMA customization:
+ */
+#define __HAVE_DMA                     1
+#define __HAVE_OLD_DMA                 1
+#define __HAVE_PCI_DMA                 1
+
+#define __HAVE_MULTIPLE_DMA_QUEUES     1
+#define __HAVE_DMA_WAITQUEUE           1
+
+#define __HAVE_DMA_WAITLIST            1
+#define __HAVE_DMA_FREELIST            1
+
+#define __HAVE_DMA_FLUSH               1
+#define __HAVE_DMA_SCHEDULE            1
+
+#define __HAVE_DMA_READY               1
+#define DRIVER_DMA_READY() do {                                                \
+       gamma_dma_ready(dev);                                           \
+} while (0)
+
+#define __HAVE_DMA_QUIESCENT           1
+#define DRIVER_DMA_QUIESCENT() do {                                    \
+       /* FIXME ! */                                                   \
+       gamma_dma_quiescent_dual(dev);                                  \
+       return 0;                                                       \
+} while (0)
+
+#define __HAVE_DMA_IRQ                 1
+#define __HAVE_DMA_IRQ_BH              1
+#define DRIVER_PREINSTALL() do {                                       \
+       drm_gamma_private_t *dev_priv =                                 \
+                               (drm_gamma_private_t *)dev->dev_private;\
+       GAMMA_WRITE( GAMMA_GCOMMANDMODE,        0x00000000 );           \
+       GAMMA_WRITE( GAMMA_GDMACONTROL,         0x00000000 );           \
+} while (0)
+
+#define DRIVER_POSTINSTALL() do {                                      \
+       drm_gamma_private_t *dev_priv =                                 \
+                               (drm_gamma_private_t *)dev->dev_private;\
+       GAMMA_WRITE( GAMMA_GINTENABLE,          0x00002001 );           \
+       GAMMA_WRITE( GAMMA_COMMANDINTENABLE,    0x00000008 );           \
+       GAMMA_WRITE( GAMMA_GDELAYTIMER,         0x00039090 );           \
+} while (0)
+
+#define DRIVER_UNINSTALL() do {                                                \
+       drm_gamma_private_t *dev_priv =                                 \
+                               (drm_gamma_private_t *)dev->dev_private;\
+       GAMMA_WRITE( GAMMA_GDELAYTIMER,         0x00000000 );           \
+       GAMMA_WRITE( GAMMA_COMMANDINTENABLE,    0x00000000 );           \
+       GAMMA_WRITE( GAMMA_GINTENABLE,          0x00000000 );           \
+} while (0)
+
+#endif /* __GAMMA_H__ */
diff --git a/bsd/i810/i810.h b/bsd/i810/i810.h
new file mode 100644 (file)
index 0000000..a5152bc
--- /dev/null
@@ -0,0 +1,116 @@
+/* i810.h -- Intel i810/i815 DRM template customization -*- linux-c -*-
+ * Created: Thu Feb 15 00:01:12 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __I810_H__
+#define __I810_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) i810_##x
+
+/* General customization:
+ */
+#define __HAVE_AGP             1
+#define __MUST_HAVE_AGP                1
+#define __HAVE_MTRR            1
+#define __HAVE_CTX_BITMAP      1
+
+/* Driver customization:
+ */
+#define __HAVE_RELEASE         1
+#define DRIVER_RELEASE() do {                                          \
+       i810_reclaim_buffers( dev, priv->pid );                         \
+} while (0)
+
+/* DMA customization:
+ */
+#define __HAVE_DMA             1
+#define __HAVE_DMA_QUEUE       1
+#define __HAVE_DMA_WAITLIST    1
+#define __HAVE_DMA_RECLAIM     1
+
+#define __HAVE_DMA_QUIESCENT   1
+#define DRIVER_DMA_QUIESCENT() do {                                    \
+       i810_dma_quiescent( dev );                                      \
+} while (0)
+
+#define __HAVE_DMA_IRQ         1
+#define __HAVE_DMA_IRQ_BH      1
+#define __HAVE_SHARED_IRQ       1
+#define DRIVER_PREINSTALL() do {                                       \
+       drm_i810_private_t *dev_priv =                                  \
+               (drm_i810_private_t *)dev->dev_private;                 \
+       u16 tmp;                                                        \
+       tmp = I810_READ16( I810REG_HWSTAM );                            \
+       tmp = tmp & 0x6000;                                             \
+       I810_WRITE16( I810REG_HWSTAM, tmp );                            \
+                                                                       \
+       tmp = I810_READ16( I810REG_INT_MASK_R );                        \
+       tmp = tmp & 0x6000;             /* Unmask interrupts */         \
+       I810_WRITE16( I810REG_INT_MASK_R, tmp );                        \
+       tmp = I810_READ16( I810REG_INT_ENABLE_R );                      \
+       tmp = tmp & 0x6000;             /* Disable all interrupts */    \
+       I810_WRITE16( I810REG_INT_ENABLE_R, tmp );                      \
+} while (0)
+
+#define DRIVER_POSTINSTALL() do {                                      \
+       drm_i810_private_t *dev_priv =                                  \
+               (drm_i810_private_t *)dev->dev_private;                 \
+       u16 tmp;                                                        \
+       tmp = I810_READ16( I810REG_INT_ENABLE_R );                      \
+       tmp = tmp & 0x6000;                                             \
+       tmp = tmp | 0x0003;     /* Enable bp & user interrupts */       \
+       I810_WRITE16( I810REG_INT_ENABLE_R, tmp );                      \
+} while (0)
+
+#define DRIVER_UNINSTALL() do {                                                \
+       drm_i810_private_t *dev_priv =                                  \
+               (drm_i810_private_t *)dev->dev_private;                 \
+       u16 tmp;                                                        \
+       if ( dev_priv ) {                                               \
+               tmp = I810_READ16( I810REG_INT_IDENTITY_R );            \
+               tmp = tmp & ~(0x6000);  /* Clear all interrupts */      \
+               if ( tmp != 0 )                                         \
+                       I810_WRITE16( I810REG_INT_IDENTITY_R, tmp );    \
+                                                                       \
+               tmp = I810_READ16( I810REG_INT_ENABLE_R );              \
+               tmp = tmp & 0x6000;     /* Disable all interrupts */    \
+               I810_WRITE16( I810REG_INT_ENABLE_R, tmp );              \
+       }                                                               \
+} while (0)
+
+/* Buffer customization:
+ */
+
+#define DRIVER_BUF_PRIV_T      drm_i810_buf_priv_t
+
+#define DRIVER_AGP_BUFFERS_MAP( dev )                                  \
+       ((drm_i810_private_t *)((dev)->dev_private))->buffer_map
+
+#endif
diff --git a/bsd/i810/i810_dma.c b/bsd/i810/i810_dma.c
new file mode 100644 (file)
index 0000000..4558c19
--- /dev/null
@@ -0,0 +1,1220 @@
+/* i810_dma.c -- DMA support for the i810 -*- linux-c -*-
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors: Rickard E. (Rik) Faith <faith@valinux.com>
+ *         Jeff Hartmann <jhartmann@valinux.com>
+ *          Keith Whitwell <keithw@valinux.com>
+ *
+ */
+
+
+#include "i810.h"
+#include "drmP.h"
+#include "i810_drv.h"
+
+#define I810_BUF_FREE          2
+#define I810_BUF_CLIENT                1
+#define I810_BUF_HARDWARE              0
+
+#define I810_BUF_UNMAPPED 0
+#define I810_BUF_MAPPED   1
+
+#define RING_LOCALS    unsigned int outring, ringmask; volatile char *virt;
+
+#define BEGIN_LP_RING(n) do {                          \
+       if (I810_VERBOSE)                               \
+               DRM_DEBUG("BEGIN_LP_RING(%d) in %s\n",  \
+                         n, __FUNCTION__);             \
+       if (dev_priv->ring.space < n*4)                 \
+               i810_wait_ring(dev, n*4);               \
+       dev_priv->ring.space -= n*4;                    \
+       outring = dev_priv->ring.tail;                  \
+       ringmask = dev_priv->ring.tail_mask;            \
+       virt = dev_priv->ring.virtual_start;            \
+} while (0)
+
+#define ADVANCE_LP_RING() do {                                 \
+       if (I810_VERBOSE) DRM_DEBUG("ADVANCE_LP_RING\n");       \
+       dev_priv->ring.tail = outring;                          \
+       I810_WRITE(LP_RING + RING_TAIL, outring);               \
+} while(0)
+
+#define OUT_RING(n) do {                                               \
+       if (I810_VERBOSE) DRM_DEBUG("   OUT_RING %x\n", (int)(n));      \
+       *(volatile unsigned int *)(virt + outring) = n;                 \
+       outring += 4;                                                   \
+       outring &= ringmask;                                            \
+} while (0);
+
+static __inline__ void i810_print_status_page(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       u32 *temp = (u32 *)dev_priv->hw_status_page;
+       int i;
+
+       DRM_DEBUG(  "hw_status: Interrupt Status : %x\n", temp[0]);
+       DRM_DEBUG(  "hw_status: LpRing Head ptr : %x\n", temp[1]);
+       DRM_DEBUG(  "hw_status: IRing Head ptr : %x\n", temp[2]);
+       DRM_DEBUG(  "hw_status: Reserved : %x\n", temp[3]);
+       DRM_DEBUG(  "hw_status: Driver Counter : %d\n", temp[5]);
+       for(i = 6; i < dma->buf_count + 6; i++) {
+               DRM_DEBUG( "buffer status idx : %d used: %d\n", i - 6, temp[i]);
+       }
+}
+
+static drm_buf_t *i810_freelist_get(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+       char            failed;
+
+       /* Linear search might not be the best solution */
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+               /* In use is already a pointer */
+               _DRM_CAS(buf_priv->in_use, I810_BUF_FREE, I810_BUF_CLIENT,
+                                                       failed);
+               if (!failed)
+                       return buf;
+       }
+       return NULL;
+}
+
+/* This should only be called if the buffer is not sent to the hardware
+ * yet, the hardware updates in use for us once its on the ring buffer.
+ */
+
+static int i810_freelist_put(drm_device_t *dev, drm_buf_t *buf)
+{
+       drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+       char failed;
+
+       /* In use is already a pointer */
+       _DRM_CAS(buf_priv->in_use, I810_BUF_CLIENT, I810_BUF_FREE, failed);
+       if(failed) {
+               DRM_ERROR("Freeing buffer thats not in use : %d\n", buf->idx);
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       return 0;
+}
+
+
+int i810_mmap_buffers(struct file *filp, struct vm_area_struct *vma)
+{
+       DRM_OS_DEVICE;
+       drm_i810_private_t  *dev_priv;
+       drm_buf_t           *buf;
+       drm_i810_buf_priv_t *buf_priv;
+
+       lock_kernel();
+       dev_priv = dev->dev_private;
+       buf      = dev_priv->mmap_buffer;
+       buf_priv = buf->dev_private;
+
+       vma->vm_flags |= (VM_IO | VM_DONTCOPY);
+       vma->vm_file = filp;
+
+       buf_priv->currently_mapped = I810_BUF_MAPPED;
+       unlock_kernel();
+
+       if (remap_page_range(vma->vm_start,
+                            VM_OFFSET(vma),
+                            vma->vm_end - vma->vm_start,
+                            vma->vm_page_prot)) DRM_OS_RETURN(EAGAIN);
+       return 0;
+}
+
+static int i810_map_buffer(drm_buf_t *buf, struct file *filp)
+{
+       DRM_OS_DEVICE;
+       drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       struct file_operations *old_fops;
+       int retcode = 0;
+
+       if(buf_priv->currently_mapped == I810_BUF_MAPPED) DRM_OS_RETURN(EINVAL);
+
+       if(VM_DONTCOPY != 0) {
+#if LINUX_VERSION_CODE <= 0x020402
+               down( &current->mm->mmap_sem );
+#else
+               down_write( &current->mm->mmap_sem );
+#endif
+               old_fops = filp->f_op;
+               filp->f_op = &i810_buffer_fops;
+               dev_priv->mmap_buffer = buf;
+               buf_priv->virtual = (void *)do_mmap(filp, 0, buf->total,
+                                                   PROT_READ|PROT_WRITE,
+                                                   MAP_SHARED,
+                                                   buf->bus_address);
+               dev_priv->mmap_buffer = NULL;
+               filp->f_op = old_fops;
+               if ((unsigned long)buf_priv->virtual > -1024UL) {
+                       /* Real error */
+                       DRM_DEBUG("mmap error\n");
+                       retcode = (signed int)buf_priv->virtual;
+                       buf_priv->virtual = 0;
+               }
+#if LINUX_VERSION_CODE <= 0x020402
+               up( &current->mm->mmap_sem );
+#else
+               up_write( &current->mm->mmap_sem );
+#endif
+       } else {
+               buf_priv->virtual = buf_priv->kernel_virtual;
+               buf_priv->currently_mapped = I810_BUF_MAPPED;
+       }
+       return retcode;
+}
+
+static int i810_unmap_buffer(drm_buf_t *buf)
+{
+       drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+       int retcode = 0;
+
+       if(VM_DONTCOPY != 0) {
+               if(buf_priv->currently_mapped != I810_BUF_MAPPED)
+                       DRM_OS_RETURN(EINVAL);
+#if LINUX_VERSION_CODE <= 0x020402
+               down( &current->mm->mmap_sem );
+#else
+               down_write( &current->mm->mmap_sem );
+#endif
+               retcode = do_munmap(current->mm,
+                                   (unsigned long)buf_priv->virtual,
+                                   (size_t) buf->total);
+#if LINUX_VERSION_CODE <= 0x020402
+               up( &current->mm->mmap_sem );
+#else
+               up_write( &current->mm->mmap_sem );
+#endif
+       }
+       buf_priv->currently_mapped = I810_BUF_UNMAPPED;
+       buf_priv->virtual = 0;
+
+       return retcode;
+}
+
+static int i810_dma_get_buffer(drm_device_t *dev, drm_i810_dma_t *d,
+                              struct file *filp)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_buf_t         *buf;
+       drm_i810_buf_priv_t *buf_priv;
+       int retcode = 0;
+
+       buf = i810_freelist_get(dev);
+       if (!buf) {
+               retcode = -ENOMEM;
+               DRM_DEBUG("retcode=%d\n", retcode);
+               DRM_OS_RETURN(retcode);
+       }
+
+       retcode = i810_map_buffer(buf, filp);
+       if(retcode) {
+               i810_freelist_put(dev, buf);
+               DRM_DEBUG("mapbuf failed, retcode %d\n", retcode);
+               return retcode;
+       }
+       buf->pid     = priv->pid;
+       buf_priv = buf->dev_private;
+       d->granted = 1;
+       d->request_idx = buf->idx;
+       d->request_size = buf->total;
+       d->virtual = buf_priv->virtual;
+
+       return retcode;
+}
+
+static unsigned long i810_alloc_page(drm_device_t *dev)
+{
+       unsigned long address;
+
+       address = __get_free_page(GFP_KERNEL);
+       if(address == 0UL)
+               return 0;
+
+       atomic_inc(&virt_to_page(address)->count);
+       set_bit(PG_locked, &virt_to_page(address)->flags);
+
+       return address;
+}
+
+static void i810_free_page(drm_device_t *dev, unsigned long page)
+{
+       if(page == 0UL)
+               return;
+
+       atomic_dec(&virt_to_page(page)->count);
+       clear_bit(PG_locked, &virt_to_page(page)->flags);
+       DRM_OS_WAKEUP(&virt_to_page(page)->wait);
+       free_page(page);
+       return;
+}
+
+static int i810_dma_cleanup(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+
+       if(dev->dev_private) {
+               int i;
+               drm_i810_private_t *dev_priv =
+                       (drm_i810_private_t *) dev->dev_private;
+
+               if(dev_priv->ring.virtual_start) {
+                       DRM(ioremapfree)((void *) dev_priv->ring.virtual_start,
+                                        dev_priv->ring.Size);
+               }
+               if(dev_priv->hw_status_page != 0UL) {
+                       i810_free_page(dev, dev_priv->hw_status_page);
+                       /* Need to rewrite hardware status page */
+                       I810_WRITE(0x02080, 0x1ffff000);
+               }
+               DRM(free)(dev->dev_private, sizeof(drm_i810_private_t),
+                        DRM_MEM_DRIVER);
+               dev->dev_private = NULL;
+
+               for (i = 0; i < dma->buf_count; i++) {
+                       drm_buf_t *buf = dma->buflist[ i ];
+                       drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+                       DRM(ioremapfree)(buf_priv->kernel_virtual, buf->total);
+               }
+       }
+       return 0;
+}
+
+static int i810_wait_ring(drm_device_t *dev, int n)
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       drm_i810_ring_buffer_t *ring = &(dev_priv->ring);
+       int iters = 0;
+       unsigned long end;
+       unsigned int last_head = I810_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+
+       end = jiffies + (HZ*3);
+       while (ring->space < n) {
+               int i;
+
+               ring->head = I810_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+               ring->space = ring->head - (ring->tail+8);
+               if (ring->space < 0) ring->space += ring->Size;
+
+               if (ring->head != last_head)
+                  end = jiffies + (HZ*3);
+
+               iters++;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("space: %d wanted %d\n", ring->space, n);
+                       DRM_ERROR("lockup\n");
+                       goto out_wait_ring;
+               }
+
+               for (i = 0 ; i < 2000 ; i++) ;
+       }
+
+out_wait_ring:
+       return iters;
+}
+
+static void i810_kernel_lost_context(drm_device_t *dev)
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       drm_i810_ring_buffer_t *ring = &(dev_priv->ring);
+
+       ring->head = I810_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+       ring->tail = I810_READ(LP_RING + RING_TAIL);
+       ring->space = ring->head - (ring->tail+8);
+       if (ring->space < 0) ring->space += ring->Size;
+}
+
+static int i810_freelist_init(drm_device_t *dev, drm_i810_private_t *dev_priv)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int my_idx = 24;
+       u32 *hw_status = (u32 *)(dev_priv->hw_status_page + my_idx);
+       int i;
+
+       if(dma->buf_count > 1019) {
+               /* Not enough space in the status page for the freelist */
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+
+               buf_priv->in_use = hw_status++;
+               buf_priv->my_use_idx = my_idx;
+               my_idx += 4;
+
+               *buf_priv->in_use = I810_BUF_FREE;
+
+               buf_priv->kernel_virtual = DRM(ioremap)(buf->bus_address,
+                                                       buf->total);
+       }
+       return 0;
+}
+
+static int i810_dma_initialize(drm_device_t *dev,
+                              drm_i810_private_t *dev_priv,
+                              drm_i810_init_t *init)
+{
+       drm_map_list_entry_t *listentry;
+
+       memset(dev_priv, 0, sizeof(drm_i810_private_t));
+
+       TAILQ_FOREACH(listentry, dev->maplist, link) {
+               drm_map_t *map = listentry->map;
+               if (map->type == _DRM_SHM &&
+                       map->flags & _DRM_CONTAINS_LOCK) {
+                       dev_priv->sarea = map;
+                       break;
+               }
+       }
+       
+       if(!dev_priv->sarea_map) {
+               dev->dev_private = (void *)dev_priv;
+               i810_dma_cleanup(dev);
+               DRM_ERROR("can not find sarea!\n");
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->mmio_map, init->mmio_offset );
+       if(!dev_priv->mmio_map) {
+               dev->dev_private = (void *)dev_priv;
+               i810_dma_cleanup(dev);
+               DRM_ERROR("can not find mmio map!\n");
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->buffer_map, init->buffers_offset );
+       if(!dev_priv->buffer_map) {
+               dev->dev_private = (void *)dev_priv;
+               i810_dma_cleanup(dev);
+               DRM_ERROR("can not find dma buffer map!\n");
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       dev_priv->sarea_priv = (drm_i810_sarea_t *)
+               ((u8 *)dev_priv->sarea_map->handle +
+                init->sarea_priv_offset);
+
+       atomic_set(&dev_priv->flush_done, 0);
+       init_waitqueue_head(&dev_priv->flush_queue);
+
+       dev_priv->ring.Start = init->ring_start;
+       dev_priv->ring.End = init->ring_end;
+       dev_priv->ring.Size = init->ring_size;
+
+       dev_priv->ring.virtual_start = DRM(ioremap)(dev->agp->base +
+                                                   init->ring_start,
+                                                   init->ring_size);
+
+       if (dev_priv->ring.virtual_start == NULL) {
+               dev->dev_private = (void *) dev_priv;
+               i810_dma_cleanup(dev);
+               DRM_ERROR("can not ioremap virtual address for"
+                         " ring buffer\n");
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       dev_priv->ring.tail_mask = dev_priv->ring.Size - 1;
+
+       dev_priv->w = init->w;
+       dev_priv->h = init->h;
+       dev_priv->pitch = init->pitch;
+       dev_priv->back_offset = init->back_offset;
+       dev_priv->depth_offset = init->depth_offset;
+
+       dev_priv->front_di1 = init->front_offset | init->pitch_bits;
+       dev_priv->back_di1 = init->back_offset | init->pitch_bits;
+       dev_priv->zi1 = init->depth_offset | init->pitch_bits;
+
+       /* Program Hardware Status Page */
+       dev_priv->hw_status_page = i810_alloc_page(dev);
+       if(dev_priv->hw_status_page == 0UL) {
+               dev->dev_private = (void *)dev_priv;
+               i810_dma_cleanup(dev);
+               DRM_ERROR("Can not allocate hardware status page\n");
+               DRM_OS_RETURN(ENOMEM);
+       }
+       memset((void *) dev_priv->hw_status_page, 0, PAGE_SIZE);
+       DRM_DEBUG("hw status page @ %lx\n", dev_priv->hw_status_page);
+
+       I810_WRITE(0x02080, virt_to_bus((void *)dev_priv->hw_status_page));
+       DRM_DEBUG("Enabled hardware status page\n");
+
+       /* Now we need to init our freelist */
+       if(i810_freelist_init(dev, dev_priv) != 0) {
+               dev->dev_private = (void *)dev_priv;
+               i810_dma_cleanup(dev);
+               DRM_ERROR("Not enough space in the status page for"
+                         " the freelist\n");
+               DRM_OS_RETURN(ENOMEM);
+       }
+       dev->dev_private = (void *)dev_priv;
+
+       return 0;
+}
+
+int i810_dma_init( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_i810_private_t *dev_priv;
+       drm_i810_init_t init;
+       int retcode = 0;
+
+       DRM_OS_KRNFROMUSR( init, (drm_i810_init_t *) data, sizeof(init) );
+
+       switch(init.func) {
+               case I810_INIT_DMA:
+                       dev_priv = DRM(alloc)(sizeof(drm_i810_private_t),
+                                            DRM_MEM_DRIVER);
+                       if(dev_priv == NULL) DRM_OS_RETURN(ENOMEM);
+                       retcode = i810_dma_initialize(dev, dev_priv, &init);
+               break;
+               case I810_CLEANUP_DMA:
+                       retcode = i810_dma_cleanup(dev);
+               break;
+               default:
+                       retcode = -EINVAL;
+               break;
+       }
+
+       DRM_OS_RETURN(retcode);
+}
+
+
+
+/* Most efficient way to verify state for the i810 is as it is
+ * emitted.  Non-conformant state is silently dropped.
+ *
+ * Use 'volatile' & local var tmp to force the emitted values to be
+ * identical to the verified ones.
+ */
+static void i810EmitContextVerified( drm_device_t *dev,
+                                    volatile unsigned int *code )
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I810_CTX_SETUP_SIZE );
+
+       OUT_RING( GFX_OP_COLOR_FACTOR );
+       OUT_RING( code[I810_CTXREG_CF1] );
+
+       OUT_RING( GFX_OP_STIPPLE );
+       OUT_RING( code[I810_CTXREG_ST1] );
+
+       for ( i = 4 ; i < I810_CTX_SETUP_SIZE ; i++ ) {
+               tmp = code[i];
+
+               if ((tmp & (7<<29)) == (3<<29) &&
+                   (tmp & (0x1f<<24)) < (0x1d<<24))
+               {
+                       OUT_RING( tmp );
+                       j++;
+               }
+       }
+
+       if (j & 1)
+               OUT_RING( 0 );
+
+       ADVANCE_LP_RING();
+}
+
+static void i810EmitTexVerified( drm_device_t *dev,
+                                volatile unsigned int *code )
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I810_TEX_SETUP_SIZE );
+
+       OUT_RING( GFX_OP_MAP_INFO );
+       OUT_RING( code[I810_TEXREG_MI1] );
+       OUT_RING( code[I810_TEXREG_MI2] );
+       OUT_RING( code[I810_TEXREG_MI3] );
+
+       for ( i = 4 ; i < I810_TEX_SETUP_SIZE ; i++ ) {
+               tmp = code[i];
+
+               if ((tmp & (7<<29)) == (3<<29) &&
+                   (tmp & (0x1f<<24)) < (0x1d<<24))
+               {
+                       OUT_RING( tmp );
+                       j++;
+               }
+       }
+
+       if (j & 1)
+               OUT_RING( 0 );
+
+       ADVANCE_LP_RING();
+}
+
+
+/* Need to do some additional checking when setting the dest buffer.
+ */
+static void i810EmitDestVerified( drm_device_t *dev,
+                                 volatile unsigned int *code )
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I810_DEST_SETUP_SIZE + 2 );
+
+       tmp = code[I810_DESTREG_DI1];
+       if (tmp == dev_priv->front_di1 || tmp == dev_priv->back_di1) {
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( tmp );
+       } else
+          DRM_DEBUG("bad di1 %x (allow %x or %x)\n",
+                    tmp, dev_priv->front_di1, dev_priv->back_di1);
+
+       /* invarient:
+        */
+       OUT_RING( CMD_OP_Z_BUFFER_INFO );
+       OUT_RING( dev_priv->zi1 );
+
+       OUT_RING( GFX_OP_DESTBUFFER_VARS );
+       OUT_RING( code[I810_DESTREG_DV1] );
+
+       OUT_RING( GFX_OP_DRAWRECT_INFO );
+       OUT_RING( code[I810_DESTREG_DR1] );
+       OUT_RING( code[I810_DESTREG_DR2] );
+       OUT_RING( code[I810_DESTREG_DR3] );
+       OUT_RING( code[I810_DESTREG_DR4] );
+       OUT_RING( 0 );
+
+       ADVANCE_LP_RING();
+}
+
+
+
+static void i810EmitState( drm_device_t *dev )
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       drm_i810_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       unsigned int dirty = sarea_priv->dirty;
+
+       if (dirty & I810_UPLOAD_BUFFERS) {
+               i810EmitDestVerified( dev, sarea_priv->BufferState );
+               sarea_priv->dirty &= ~I810_UPLOAD_BUFFERS;
+       }
+
+       if (dirty & I810_UPLOAD_CTX) {
+               i810EmitContextVerified( dev, sarea_priv->ContextState );
+               sarea_priv->dirty &= ~I810_UPLOAD_CTX;
+       }
+
+       if (dirty & I810_UPLOAD_TEX0) {
+               i810EmitTexVerified( dev, sarea_priv->TexState[0] );
+               sarea_priv->dirty &= ~I810_UPLOAD_TEX0;
+       }
+
+       if (dirty & I810_UPLOAD_TEX1) {
+               i810EmitTexVerified( dev, sarea_priv->TexState[1] );
+               sarea_priv->dirty &= ~I810_UPLOAD_TEX1;
+       }
+}
+
+
+
+/* need to verify
+ */
+static void i810_dma_dispatch_clear( drm_device_t *dev, int flags,
+                                    unsigned int clear_color,
+                                    unsigned int clear_zval )
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       drm_i810_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int pitch = dev_priv->pitch;
+       int cpp = 2;
+       int i;
+       RING_LOCALS;
+
+       i810_kernel_lost_context(dev);
+
+       if (nbox > I810_NR_SAREA_CLIPRECTS)
+               nbox = I810_NR_SAREA_CLIPRECTS;
+
+       for (i = 0 ; i < nbox ; i++, pbox++) {
+               unsigned int x = pbox->x1;
+               unsigned int y = pbox->y1;
+               unsigned int width = (pbox->x2 - x) * cpp;
+               unsigned int height = pbox->y2 - y;
+               unsigned int start = y * pitch + x * cpp;
+
+               if (pbox->x1 > pbox->x2 ||
+                   pbox->y1 > pbox->y2 ||
+                   pbox->x2 > dev_priv->w ||
+                   pbox->y2 > dev_priv->h)
+                       continue;
+
+               if ( flags & I810_FRONT ) {
+                       DRM_DEBUG("clear front\n");
+                       BEGIN_LP_RING( 6 );
+                       OUT_RING( BR00_BITBLT_CLIENT |
+                                 BR00_OP_COLOR_BLT | 0x3 );
+                       OUT_RING( BR13_SOLID_PATTERN | (0xF0 << 16) | pitch );
+                       OUT_RING( (height << 16) | width );
+                       OUT_RING( start );
+                       OUT_RING( clear_color );
+                       OUT_RING( 0 );
+                       ADVANCE_LP_RING();
+               }
+
+               if ( flags & I810_BACK ) {
+                       DRM_DEBUG("clear back\n");
+                       BEGIN_LP_RING( 6 );
+                       OUT_RING( BR00_BITBLT_CLIENT |
+                                 BR00_OP_COLOR_BLT | 0x3 );
+                       OUT_RING( BR13_SOLID_PATTERN | (0xF0 << 16) | pitch );
+                       OUT_RING( (height << 16) | width );
+                       OUT_RING( dev_priv->back_offset + start );
+                       OUT_RING( clear_color );
+                       OUT_RING( 0 );
+                       ADVANCE_LP_RING();
+               }
+
+               if ( flags & I810_DEPTH ) {
+                       DRM_DEBUG("clear depth\n");
+                       BEGIN_LP_RING( 6 );
+                       OUT_RING( BR00_BITBLT_CLIENT |
+                                 BR00_OP_COLOR_BLT | 0x3 );
+                       OUT_RING( BR13_SOLID_PATTERN | (0xF0 << 16) | pitch );
+                       OUT_RING( (height << 16) | width );
+                       OUT_RING( dev_priv->depth_offset + start );
+                       OUT_RING( clear_zval );
+                       OUT_RING( 0 );
+                       ADVANCE_LP_RING();
+               }
+       }
+}
+
+static void i810_dma_dispatch_swap( drm_device_t *dev )
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       drm_i810_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int pitch = dev_priv->pitch;
+       int cpp = 2;
+       int ofs = dev_priv->back_offset;
+       int i;
+       RING_LOCALS;
+
+       DRM_DEBUG("swapbuffers\n");
+
+       i810_kernel_lost_context(dev);
+
+       if (nbox > I810_NR_SAREA_CLIPRECTS)
+               nbox = I810_NR_SAREA_CLIPRECTS;
+
+       for (i = 0 ; i < nbox; i++, pbox++)
+       {
+               unsigned int w = pbox->x2 - pbox->x1;
+               unsigned int h = pbox->y2 - pbox->y1;
+               unsigned int dst = pbox->x1*cpp + pbox->y1*pitch;
+               unsigned int start = ofs + dst;
+
+               if (pbox->x1 > pbox->x2 ||
+                   pbox->y1 > pbox->y2 ||
+                   pbox->x2 > dev_priv->w ||
+                   pbox->y2 > dev_priv->h)
+                       continue;
+
+               DRM_DEBUG("dispatch swap %d,%d-%d,%d!\n",
+                         pbox[i].x1, pbox[i].y1,
+                         pbox[i].x2, pbox[i].y2);
+
+               BEGIN_LP_RING( 6 );
+               OUT_RING( BR00_BITBLT_CLIENT | BR00_OP_SRC_COPY_BLT | 0x4 );
+               OUT_RING( pitch | (0xCC << 16));
+               OUT_RING( (h << 16) | (w * cpp));
+               OUT_RING( dst );
+               OUT_RING( pitch );
+               OUT_RING( start );
+               ADVANCE_LP_RING();
+       }
+}
+
+
+static void i810_dma_dispatch_vertex(drm_device_t *dev,
+                                    drm_buf_t *buf,
+                                    int discard,
+                                    int used)
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+       drm_i810_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_clip_rect_t *box = sarea_priv->boxes;
+       int nbox = sarea_priv->nbox;
+       unsigned long address = (unsigned long)buf->bus_address;
+       unsigned long start = address - dev->agp->base;
+       int i = 0;
+       char failed;
+       RING_LOCALS;
+
+       i810_kernel_lost_context(dev);
+
+       if (nbox > I810_NR_SAREA_CLIPRECTS)
+               nbox = I810_NR_SAREA_CLIPRECTS;
+
+       if (discard) {
+               _DRM_CAS(buf_priv->in_use, I810_BUF_CLIENT,
+                           I810_BUF_HARDWARE, failed);
+               if (failed)
+                       DRM_DEBUG("xxxx 2\n");
+       }
+
+       if (used > 4*1024)
+               used = 0;
+
+       if (sarea_priv->dirty)
+          i810EmitState( dev );
+
+       DRM_DEBUG("dispatch vertex addr 0x%lx, used 0x%x nbox %d\n",
+                 address, used, nbox);
+
+       dev_priv->counter++;
+       DRM_DEBUG(  "dispatch counter : %ld\n", dev_priv->counter);
+       DRM_DEBUG(  "i810_dma_dispatch\n");
+       DRM_DEBUG(  "start : %lx\n", start);
+       DRM_DEBUG(  "used : %d\n", used);
+       DRM_DEBUG(  "start + used - 4 : %ld\n", start + used - 4);
+
+       if (buf_priv->currently_mapped == I810_BUF_MAPPED) {
+               *(u32 *)buf_priv->virtual = (GFX_OP_PRIMITIVE |
+                                            sarea_priv->vertex_prim |
+                                            ((used/4)-2));
+
+               if (used & 4) {
+                       *(u32 *)((u32)buf_priv->virtual + used) = 0;
+                       used += 4;
+               }
+
+               i810_unmap_buffer(buf);
+       }
+
+       if (used) {
+               do {
+                       if (i < nbox) {
+                               BEGIN_LP_RING(4);
+                               OUT_RING( GFX_OP_SCISSOR | SC_UPDATE_SCISSOR |
+                                         SC_ENABLE );
+                               OUT_RING( GFX_OP_SCISSOR_INFO );
+                               OUT_RING( box[i].x1 | (box[i].y1<<16) );
+                               OUT_RING( (box[i].x2-1) | ((box[i].y2-1)<<16) );
+                               ADVANCE_LP_RING();
+                       }
+
+                       BEGIN_LP_RING(4);
+                       OUT_RING( CMD_OP_BATCH_BUFFER );
+                       OUT_RING( start | BB1_PROTECTED );
+                       OUT_RING( start + used - 4 );
+                       OUT_RING( 0 );
+                       ADVANCE_LP_RING();
+
+               } while (++i < nbox);
+       }
+
+       BEGIN_LP_RING(10);
+       OUT_RING( CMD_STORE_DWORD_IDX );
+       OUT_RING( 20 );
+       OUT_RING( dev_priv->counter );
+       OUT_RING( 0 );
+
+       if (discard) {
+               OUT_RING( CMD_STORE_DWORD_IDX );
+               OUT_RING( buf_priv->my_use_idx );
+               OUT_RING( I810_BUF_FREE );
+               OUT_RING( 0 );
+       }
+
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( 0 );
+       ADVANCE_LP_RING();
+}
+
+
+/* Interrupts are only for flushing */
+void i810_dma_service(int irq, void *device, struct pt_regs *regs)
+{
+       drm_device_t     *dev = (drm_device_t *)device;
+       drm_i810_private_t *dev_priv = (drm_i810_private_t *)dev->dev_private;
+       u16 temp;
+
+       atomic_inc(&dev->counts[_DRM_STAT_IRQ]);
+       temp = I810_READ16(I810REG_INT_IDENTITY_R);
+       temp = temp & ~(0x6000);
+       if(temp != 0) I810_WRITE16(I810REG_INT_IDENTITY_R,
+                                  temp); /* Clear all interrupts */
+       else
+          return;
+
+       queue_task(&dev->tq, &tq_immediate);
+       mark_bh(IMMEDIATE_BH);
+}
+
+void i810_dma_immediate_bh(void *device)
+{
+       drm_device_t *dev = (drm_device_t *) device;
+       drm_i810_private_t *dev_priv = (drm_i810_private_t *)dev->dev_private;
+
+       atomic_set(&dev_priv->flush_done, 1);
+       DRM_OS_WAKEUP_INT(&dev_priv->flush_queue);
+}
+
+static inline void i810_dma_emit_flush(drm_device_t *dev)
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+
+       i810_kernel_lost_context(dev);
+
+       BEGIN_LP_RING(2);
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( GFX_OP_USER_INTERRUPT );
+       ADVANCE_LP_RING();
+
+/*     i810_wait_ring( dev, dev_priv->ring.Size - 8 ); */
+/*             atomic_set(&dev_priv->flush_done, 1); */
+/*             DRM_OS_WAKEUP_INT(&dev_priv->flush_queue); */
+}
+
+static inline void i810_dma_quiescent_emit(drm_device_t *dev)
+{
+       drm_i810_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+
+       i810_kernel_lost_context(dev);
+
+       BEGIN_LP_RING(4);
+       OUT_RING( INST_PARSER_CLIENT | INST_OP_FLUSH | INST_FLUSH_MAP_CACHE );
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( 0 );
+       OUT_RING( GFX_OP_USER_INTERRUPT );
+       ADVANCE_LP_RING();
+
+/*     i810_wait_ring( dev, dev_priv->ring.Size - 8 ); */
+/*             atomic_set(&dev_priv->flush_done, 1); */
+/*             DRM_OS_WAKEUP_INT(&dev_priv->flush_queue); */
+}
+
+void i810_dma_quiescent(drm_device_t *dev)
+{
+       DECLARE_WAITQUEUE(entry, current);
+       drm_i810_private_t *dev_priv = (drm_i810_private_t *)dev->dev_private;
+       unsigned long end;
+
+       if(dev_priv == NULL) {
+               return;
+       }
+       atomic_set(&dev_priv->flush_done, 0);
+       add_wait_queue(&dev_priv->flush_queue, &entry);
+       end = jiffies + (HZ*3);
+
+       for (;;) {
+               current->state = TASK_INTERRUPTIBLE;
+               i810_dma_quiescent_emit(dev);
+               if (atomic_read(&dev_priv->flush_done) == 1) break;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("lockup\n");
+                       break;
+               }
+               schedule_timeout(HZ*3);
+               if (signal_pending(current)) {
+                       break;
+               }
+       }
+
+       current->state = TASK_RUNNING;
+       remove_wait_queue(&dev_priv->flush_queue, &entry);
+
+       return;
+}
+
+static int i810_flush_queue(drm_device_t *dev)
+{
+       DECLARE_WAITQUEUE(entry, current);
+       drm_i810_private_t *dev_priv = (drm_i810_private_t *)dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       unsigned long end;
+       int i, ret = 0;
+
+       if(dev_priv == NULL) {
+               return 0;
+       }
+       atomic_set(&dev_priv->flush_done, 0);
+       add_wait_queue(&dev_priv->flush_queue, &entry);
+       end = jiffies + (HZ*3);
+       for (;;) {
+               current->state = TASK_INTERRUPTIBLE;
+               i810_dma_emit_flush(dev);
+               if (atomic_read(&dev_priv->flush_done) == 1) break;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("lockup\n");
+                       break;
+               }
+               schedule_timeout(HZ*3);
+               if (signal_pending(current)) {
+                       ret = -EINTR; /* Can't restart */
+                       break;
+               }
+       }
+
+       current->state = TASK_RUNNING;
+       remove_wait_queue(&dev_priv->flush_queue, &entry);
+
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+
+               char failed;
+               _DRM_CAS(buf_priv->in_use, I810_BUF_HARDWARE,
+                                  I810_BUF_FREE, failed);
+
+               if (!failed)
+                       DRM_DEBUG("reclaimed from HARDWARE\n");
+               if (used == I810_BUF_CLIENT)
+                       DRM_DEBUG("still on client HARDWARE\n");
+       }
+
+       return ret;
+}
+
+/* Must be called with the lock held */
+void i810_reclaim_buffers(drm_device_t *dev, pid_t pid)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+
+       if (!dma) return;
+       if (!dev->dev_private) return;
+       if (!dma->buflist) return;
+
+        i810_flush_queue(dev);
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i810_buf_priv_t *buf_priv = buf->dev_private;
+
+               if (buf->pid == pid && buf_priv) {
+                       char failed;
+                       _DRM_CAS(buf_priv->in_use, I810_BUF_CLIENT,
+                                          I810_BUF_FREE, failed);
+
+                       if (!failed)
+       
+                               DRM_DEBUG("reclaimed from client\n");
+                       if(buf_priv->currently_mapped == I810_BUF_MAPPED)
+                               buf_priv->currently_mapped = I810_BUF_UNMAPPED;
+               }
+       }
+}
+
+int i810_flush_ioctl( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+
+       DRM_DEBUG("i810_flush_ioctl\n");
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i810_flush_ioctl called without lock held\n");
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       i810_flush_queue(dev);
+       return 0;
+}
+
+
+int i810_dma_vertex( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_i810_private_t *dev_priv = (drm_i810_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i810_sarea_t *sarea_priv = (drm_i810_sarea_t *)
+                                       dev_priv->sarea_priv;
+       drm_i810_vertex_t vertex;
+
+       DRM_OS_KRNFROMUSR( vertex, (drm_i810_vertex_t *) data, sizeof(vertex) );
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i810_dma_vertex called without lock held\n");
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       DRM_DEBUG("i810 dma vertex, idx %d used %d discard %d\n",
+                 vertex.idx, vertex.used, vertex.discard);
+
+       if(vertex.idx < 0 || vertex.idx > dma->buf_count) DRM_OS_RETURN(EINVAL);
+
+       i810_dma_dispatch_vertex( dev,
+                                 dma->buflist[ vertex.idx ],
+                                 vertex.discard, vertex.used );
+
+       atomic_add(vertex.used, &dev->counts[_DRM_STAT_SECONDARY]);
+       atomic_inc(&dev->counts[_DRM_STAT_DMA]);
+       sarea_priv->last_enqueue = dev_priv->counter-1;
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       return 0;
+}
+
+
+
+int i810_clear_bufs( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_i810_clear_t clear;
+
+       DRM_OS_KRNFROMUSR( clear, (drm_i810_clear_t *) data, sizeof(clear) );
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i810_clear_bufs called without lock held\n");
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       /* GH: Someone's doing nasty things... */
+       if (!dev->dev_private) {
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       i810_dma_dispatch_clear( dev, clear.flags,
+                                clear.clear_color,
+                                clear.clear_depth );
+       return 0;
+}
+
+int i810_swap_bufs( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+
+       DRM_DEBUG("i810_swap_bufs\n");
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i810_swap_buf called without lock held\n");
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       i810_dma_dispatch_swap( dev );
+       return 0;
+}
+
+int i810_getage( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_i810_private_t *dev_priv = (drm_i810_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i810_sarea_t *sarea_priv = (drm_i810_sarea_t *)
+                                       dev_priv->sarea_priv;
+
+       sarea_priv->last_dispatch = (int) hw_status[5];
+       return 0;
+}
+
+int i810_getbuf( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       int               retcode   = 0;
+       drm_i810_dma_t    d;
+       drm_i810_private_t *dev_priv = (drm_i810_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i810_sarea_t *sarea_priv = (drm_i810_sarea_t *)
+                                       dev_priv->sarea_priv;
+
+       DRM_DEBUG("getbuf\n");
+       DRM_OS_KRNFROMUSR( d, (drm_i810_dma_t *) data, sizeof(d) );
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i810_dma called without lock held\n");
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       d.granted = 0;
+
+       retcode = i810_dma_get_buffer(dev, &d, filp);
+
+       DRM_DEBUG("i810_dma: %d returning %d, granted = %d\n",
+                 DRM_OS_CURRENTPID, retcode, d.granted);
+
+       DRM_OS_KRNTOUSR( (drm_dma_t *) data, d, sizeof(d) );
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       DRM_OS_RETURN(retcode);
+}
+
+int i810_copybuf( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_i810_copy_t   d;
+       drm_i810_private_t *dev_priv = (drm_i810_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i810_sarea_t *sarea_priv = (drm_i810_sarea_t *)
+                                       dev_priv->sarea_priv;
+       drm_buf_t *buf;
+       drm_i810_buf_priv_t *buf_priv;
+       drm_device_dma_t *dma = dev->dma;
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i810_dma called without lock held\n");
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       DRM_OS_KRNFROMUSR( d, (drm_i810_copy_t *) data, sizeof(d) );
+
+        if(d.idx < 0 || d.idx > dma->buf_count) DRM_OS_RETURN(EINVAL);
+       buf = dma->buflist[ d.idx ];
+       buf_priv = buf->dev_private;
+       if (buf_priv->currently_mapped != I810_BUF_MAPPED) DRM_OS_RETURN(EPERM);
+       if(d.used < 0 || d.used > buf->total) DRM_OS_RETURN(EINVAL);
+
+       if (DRM_OS_COPYFROMUSR(buf_priv->virtual, d.address, d.used))
+               DRM_OS_RETURN( EFAULT );
+
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       return 0;
+}
+
+int i810_docopy( DRM_OS_IOCTL )
+{
+       if(VM_DONTCOPY == 0) return 1;
+       return 0;
+}
diff --git a/bsd/i810/i810_drv.c b/bsd/i810/i810_drv.c
new file mode 100644 (file)
index 0000000..e1c0812
--- /dev/null
@@ -0,0 +1,95 @@
+/* i810_drv.c -- I810 driver -*- linux-c -*-
+ * Created: Mon Dec 13 01:56:22 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Jeff Hartmann <jhartmann@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+
+#include <sys/types.h>
+#include <sys/bus.h>
+#include <pci/pcivar.h>
+#include <opt_drm_linux.h>
+
+#include "i810.h"
+#include "drmP.h"
+#include "i810_drv.h"
+
+#define DRIVER_AUTHOR          "VA Linux Systems Inc."
+
+#define DRIVER_NAME            "i810"
+#define DRIVER_DESC            "Intel i810"
+#define DRIVER_DATE            "20010616"
+
+#define DRIVER_MAJOR           1
+#define DRIVER_MINOR           2
+#define DRIVER_PATCHLEVEL      0
+
+/* Device IDs unknown.  Can someone help?  anholt@teleport.com */
+drm_chipinfo_t DRM(devicelist)[] = {
+       {0, 0, 0, NULL}
+};
+
+#define DRIVER_IOCTLS                                                      \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_INIT)]   = { i810_dma_init,    1, 1 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_VERTEX)] = { i810_dma_vertex,  1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_CLEAR)]  = { i810_clear_bufs,  1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_FLUSH)]  = { i810_flush_ioctl, 1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_GETAGE)] = { i810_getage,      1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_GETBUF)] = { i810_getbuf,      1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_SWAP)]   = { i810_swap_bufs,   1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_COPY)]   = { i810_copybuf,     1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I810_DOCOPY)] = { i810_docopy,      1, 0 },
+
+
+#define __HAVE_COUNTERS         4
+#define __HAVE_COUNTER6         _DRM_STAT_IRQ
+#define __HAVE_COUNTER7         _DRM_STAT_PRIMARY
+#define __HAVE_COUNTER8         _DRM_STAT_SECONDARY
+#define __HAVE_COUNTER9         _DRM_STAT_DMA
+
+
+#include "drm_agpsupport.h"
+#include "drm_auth.h"
+#include "drm_bufs.h"
+#include "drm_context.h"
+#include "drm_dma.h"
+#include "drm_drawable.h"
+#include "drm_drv.h"
+
+
+#include "drm_fops.h"
+#include "drm_init.h"
+#include "drm_ioctl.h"
+#include "drm_lock.h"
+#include "drm_lists.h"
+#include "drm_memory.h"
+#include "drm_vm.h"
+#include "drm_sysctl.h"
+
+DRIVER_MODULE(i810, pci, i810_driver, i810_devclass, 0, 0);
diff --git a/bsd/i810/i810_drv.h b/bsd/i810/i810_drv.h
new file mode 100644 (file)
index 0000000..7f65f1e
--- /dev/null
@@ -0,0 +1,179 @@
+/* i810_drv.h -- Private header for the Matrox g200/g400 driver -*- linux-c -*-
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors: Rickard E. (Rik) Faith <faith@valinux.com>
+ *         Jeff Hartmann <jhartmann@valinux.com>
+ *
+ */
+
+#ifndef _I810_DRV_H_
+#define _I810_DRV_H_
+
+typedef struct drm_i810_buf_priv {
+       u32 *in_use;
+       int my_use_idx;
+       int currently_mapped;
+       void *virtual;
+       void *kernel_virtual;
+       int map_count;
+       struct vm_area_struct *vma;
+} drm_i810_buf_priv_t;
+
+typedef struct _drm_i810_ring_buffer{
+       int tail_mask;
+       unsigned long Start;
+       unsigned long End;
+       unsigned long Size;
+       u8 *virtual_start;
+       int head;
+       int tail;
+       int space;
+} drm_i810_ring_buffer_t;
+
+typedef struct drm_i810_private {
+       drm_map_t *sarea_map;
+       drm_map_t *buffer_map;
+       drm_map_t *mmio_map;
+
+       drm_i810_sarea_t *sarea_priv;
+       drm_i810_ring_buffer_t ring;
+
+       unsigned long hw_status_page;
+       unsigned long counter;
+
+       atomic_t flush_done;
+       wait_queue_head_t flush_queue;  /* Processes waiting until flush    */
+       drm_buf_t *mmap_buffer;
+
+
+       u32 front_di1, back_di1, zi1;
+
+       int back_offset;
+       int depth_offset;
+       int w, h;
+       int pitch;
+} drm_i810_private_t;
+
+                               /* i810_dma.c */
+extern int  i810_dma_schedule(drm_device_t *dev, int locked);
+extern int  i810_getbuf( DRM_OS_IOCTL );
+extern int  i810_dma_init( DRM_OS_IOCTL );
+extern int  i810_flush_ioctl( DRM_OS_IOCTL );
+extern int  i810_getage( DRM_OS_IOCTL );
+extern int i810_mmap_buffers(struct file *filp, struct vm_area_struct *vma);
+extern int i810_copybuf( DRM_OS_IOCTL );
+extern int i810_docopy( DRM_OS_IOCTL );
+
+extern void i810_dma_quiescent(drm_device_t *dev);
+
+#define I810_VERBOSE 0
+
+
+int i810_dma_vertex( DRM_OS_IOCTL );
+int i810_swap_bufs( DRM_OS_IOCTL );
+int i810_clear_bufs( DRM_OS_IOCTL );
+
+#define I810_BASE(reg)         ((unsigned long) \
+                               dev_priv->mmio_map->handle)
+#define I810_ADDR(reg)         (I810_BASE(reg) + reg)
+#define I810_DEREF(reg)                *(__volatile__ int *)I810_ADDR(reg)
+#define I810_READ(reg)         I810_DEREF(reg)
+#define I810_WRITE(reg,val)    do { I810_DEREF(reg) = val; } while (0)
+#define I810_DEREF16(reg)      *(__volatile__ u16 *)I810_ADDR(reg)
+#define I810_READ16(reg)       I810_DEREF16(reg)
+#define I810_WRITE16(reg,val)  do { I810_DEREF16(reg) = val; } while (0)
+
+
+#define GFX_OP_USER_INTERRUPT          ((0<<29)|(2<<23))
+#define GFX_OP_BREAKPOINT_INTERRUPT    ((0<<29)|(1<<23))
+#define CMD_REPORT_HEAD                        (7<<23)
+#define CMD_STORE_DWORD_IDX            ((0x21<<23) | 0x1)
+#define CMD_OP_BATCH_BUFFER  ((0x0<<29)|(0x30<<23)|0x1)
+
+#define INST_PARSER_CLIENT   0x00000000
+#define INST_OP_FLUSH        0x02000000
+#define INST_FLUSH_MAP_CACHE 0x00000001
+
+
+#define BB1_START_ADDR_MASK   (~0x7)
+#define BB1_PROTECTED         (1<<0)
+#define BB1_UNPROTECTED       (0<<0)
+#define BB2_END_ADDR_MASK     (~0x7)
+
+#define I810REG_HWSTAM         0x02098
+#define I810REG_INT_IDENTITY_R 0x020a4
+#define I810REG_INT_MASK_R     0x020a8
+#define I810REG_INT_ENABLE_R   0x020a0
+
+#define LP_RING                0x2030
+#define HP_RING                0x2040
+#define RING_TAIL                      0x00
+#define TAIL_ADDR              0x000FFFF8
+#define RING_HEAD                      0x04
+#define HEAD_WRAP_COUNT        0xFFE00000
+#define HEAD_WRAP_ONE          0x00200000
+#define HEAD_ADDR              0x001FFFFC
+#define RING_START                     0x08
+#define START_ADDR             0x00FFFFF8
+#define RING_LEN                       0x0C
+#define RING_NR_PAGES          0x000FF000
+#define RING_REPORT_MASK       0x00000006
+#define RING_REPORT_64K        0x00000002
+#define RING_REPORT_128K       0x00000004
+#define RING_NO_REPORT         0x00000000
+#define RING_VALID_MASK        0x00000001
+#define RING_VALID             0x00000001
+#define RING_INVALID           0x00000000
+
+#define GFX_OP_SCISSOR         ((0x3<<29)|(0x1c<<24)|(0x10<<19))
+#define SC_UPDATE_SCISSOR       (0x1<<1)
+#define SC_ENABLE_MASK          (0x1<<0)
+#define SC_ENABLE               (0x1<<0)
+
+#define GFX_OP_SCISSOR_INFO    ((0x3<<29)|(0x1d<<24)|(0x81<<16)|(0x1))
+#define SCI_YMIN_MASK      (0xffff<<16)
+#define SCI_XMIN_MASK      (0xffff<<0)
+#define SCI_YMAX_MASK      (0xffff<<16)
+#define SCI_XMAX_MASK      (0xffff<<0)
+
+#define GFX_OP_COLOR_FACTOR      ((0x3<<29)|(0x1d<<24)|(0x1<<16)|0x0)
+#define GFX_OP_STIPPLE           ((0x3<<29)|(0x1d<<24)|(0x83<<16))
+#define GFX_OP_MAP_INFO          ((0x3<<29)|(0x1d<<24)|0x2)
+#define GFX_OP_DESTBUFFER_VARS   ((0x3<<29)|(0x1d<<24)|(0x85<<16)|0x0)
+#define GFX_OP_DRAWRECT_INFO     ((0x3<<29)|(0x1d<<24)|(0x80<<16)|(0x3))
+#define GFX_OP_PRIMITIVE         ((0x3<<29)|(0x1f<<24))
+
+#define CMD_OP_Z_BUFFER_INFO     ((0x0<<29)|(0x16<<23))
+#define CMD_OP_DESTBUFFER_INFO   ((0x0<<29)|(0x15<<23))
+
+#define BR00_BITBLT_CLIENT   0x40000000
+#define BR00_OP_COLOR_BLT    0x10000000
+#define BR00_OP_SRC_COPY_BLT 0x10C00000
+#define BR13_SOLID_PATTERN   0x80000000
+
+
+
+#endif
diff --git a/bsd/i830/Makefile b/bsd/i830/Makefile
new file mode 100644 (file)
index 0000000..c973cf9
--- /dev/null
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+KMOD=  i830
+NOMAN= YES
+SRCS=  i830_drv.c i830_dma.c
+SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h
+CFLAGS+=       ${DEBUG_FLAGS} -I. -I..
+
+@:
+       ln -sf /sys @
+
+machine:
+       ln -sf /sys/i386/include machine
+
+.if ${MACHINE_ARCH} == "i386"
+# This line enables linux ioctl handling
+# If you want support for this uncomment this line
+#I830_OPTS=     "\#define DRM_LINUX" 1
+.endif
+
+opt_drm_linux.h:
+       touch opt_drm_linux.h
+       echo $(I830_OPTS) >> opt_drm_linux.h
+
+.include <bsd.kmod.mk>
diff --git a/bsd/i830/i830.h b/bsd/i830/i830.h
new file mode 100644 (file)
index 0000000..fb7a0b3
--- /dev/null
@@ -0,0 +1,116 @@
+/* i830.h -- Intel I830 DRM template customization -*- linux-c -*-
+ * Created: Thu Feb 15 00:01:12 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __I830_H__
+#define __I830_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) i830_##x
+
+/* General customization:
+ */
+#define __HAVE_AGP             1
+#define __MUST_HAVE_AGP                1
+#define __HAVE_MTRR            1
+#define __HAVE_CTX_BITMAP      1
+
+/* Driver customization:
+ */
+#define __HAVE_RELEASE         1
+#define DRIVER_RELEASE() do {                                          \
+       i830_reclaim_buffers( dev, priv->pid );                         \
+} while (0)
+
+/* DMA customization:
+ */
+#define __HAVE_DMA             1
+#define __HAVE_DMA_QUEUE       1
+#define __HAVE_DMA_WAITLIST    1
+#define __HAVE_DMA_RECLAIM     1
+
+#define __HAVE_DMA_QUIESCENT   1
+#define DRIVER_DMA_QUIESCENT() do {                                    \
+       i830_dma_quiescent( dev );                                      \
+} while (0)
+
+#define __HAVE_DMA_IRQ         1
+#define __HAVE_DMA_IRQ_BH      1
+#define __HAVE_SHARED_IRQ       1
+#define DRIVER_PREINSTALL() do {                                       \
+       drm_i830_private_t *dev_priv =                                  \
+               (drm_i830_private_t *)dev->dev_private;                 \
+       u16 tmp;                                                        \
+       tmp = I830_READ16( I830REG_HWSTAM );                            \
+       tmp = tmp & 0x6000;                                             \
+       I830_WRITE16( I830REG_HWSTAM, tmp );                            \
+                                                                       \
+       tmp = I830_READ16( I830REG_INT_MASK_R );                        \
+       tmp = tmp & 0x6000;             /* Unmask interrupts */         \
+       I830_WRITE16( I830REG_INT_MASK_R, tmp );                        \
+       tmp = I830_READ16( I830REG_INT_ENABLE_R );                      \
+       tmp = tmp & 0x6000;             /* Disable all interrupts */    \
+       I830_WRITE16( I830REG_INT_ENABLE_R, tmp );                      \
+} while (0)
+
+#define DRIVER_POSTINSTALL() do {                                      \
+       drm_i830_private_t *dev_priv =                                  \
+               (drm_i830_private_t *)dev->dev_private; \
+       u16 tmp;                                                        \
+       tmp = I830_READ16( I830REG_INT_ENABLE_R );                      \
+       tmp = tmp & 0x6000;                                             \
+       tmp = tmp | 0x0003;     /* Enable bp & user interrupts */       \
+       I830_WRITE16( I830REG_INT_ENABLE_R, tmp );                      \
+} while (0)
+
+#define DRIVER_UNINSTALL() do {                                                \
+       drm_i830_private_t *dev_priv =                                  \
+               (drm_i830_private_t *)dev->dev_private;                 \
+       u16 tmp;                                                        \
+       if ( dev_priv ) {                                               \
+               tmp = I830_READ16( I830REG_INT_IDENTITY_R );            \
+               tmp = tmp & ~(0x6000);  /* Clear all interrupts */      \
+               if ( tmp != 0 )                                         \
+                       I830_WRITE16( I830REG_INT_IDENTITY_R, tmp );    \
+                                                                       \
+               tmp = I830_READ16( I830REG_INT_ENABLE_R );              \
+               tmp = tmp & 0x6000;     /* Disable all interrupts */    \
+               I830_WRITE16( I830REG_INT_ENABLE_R, tmp );              \
+       }                                                               \
+} while (0)
+
+/* Buffer customization:
+ */
+
+#define DRIVER_BUF_PRIV_T      drm_i830_buf_priv_t
+
+#define DRIVER_AGP_BUFFERS_MAP( dev )                                  \
+       ((drm_i830_private_t *)((dev)->dev_private))->buffer_map
+
+#endif
diff --git a/bsd/i830/i830_dma.c b/bsd/i830/i830_dma.c
new file mode 100644 (file)
index 0000000..661987f
--- /dev/null
@@ -0,0 +1,1418 @@
+/* i830_dma.c -- DMA support for the I830 -*- linux-c -*-
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors: Rickard E. (Rik) Faith <faith@valinux.com>
+ *         Jeff Hartmann <jhartmann@valinux.com>
+ *      Keith Whitwell <keithw@valinux.com>
+ *      Abraham vd Merwe <abraham@2d3d.co.za>
+ *
+ */
+
+#define __NO_VERSION__
+#include "i830.h"
+#include "drmP.h"
+#include "i830_drv.h"
+#include <linux/interrupt.h>   /* For task queue support */
+
+/* in case we don't have a 2.3.99-pre6 kernel or later: */
+#ifndef VM_DONTCOPY
+#define VM_DONTCOPY 0
+#endif
+
+#define I830_BUF_FREE          2
+#define I830_BUF_CLIENT                1
+#define I830_BUF_HARDWARE              0
+
+#define I830_BUF_UNMAPPED 0
+#define I830_BUF_MAPPED   1
+
+#define RING_LOCALS    unsigned int outring, ringmask; volatile char *virt;
+
+
+#define DO_IDLE_WORKAROUND()                                   \
+do {                                                           \
+   int _head;                                                  \
+   int _tail;                                                  \
+   int _i;                                                     \
+   do {                                                        \
+      _head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;      \
+      _tail = I830_READ(LP_RING + RING_TAIL) & TAIL_ADDR;      \
+      for(_i = 0; _i < 65535; _i++);                           \
+   } while(_head != _tail);                                    \
+} while(0)
+
+#define I830_SYNC_WORKAROUND 0
+
+#define BEGIN_LP_RING(n) do {                          \
+       if (I830_VERBOSE)                               \
+               DRM_DEBUG("BEGIN_LP_RING(%d) in %s\n",  \
+                         n, __FUNCTION__);             \
+       if (I830_SYNC_WORKAROUND)                       \
+               DO_IDLE_WORKAROUND();                   \
+       if (dev_priv->ring.space < n*4)                 \
+               i830_wait_ring(dev, n*4);               \
+       dev_priv->ring.space -= n*4;                    \
+       outring = dev_priv->ring.tail;                  \
+       ringmask = dev_priv->ring.tail_mask;            \
+       virt = dev_priv->ring.virtual_start;            \
+} while (0)
+
+#define ADVANCE_LP_RING() do {                                 \
+       if (I830_VERBOSE) DRM_DEBUG("ADVANCE_LP_RING\n");       \
+       dev_priv->ring.tail = outring;                          \
+       I830_WRITE(LP_RING + RING_TAIL, outring);               \
+} while(0)
+
+#define OUT_RING(n) do {                                               \
+       if (I830_VERBOSE) DRM_DEBUG("   OUT_RING %x\n", (int)(n));      \
+       *(volatile unsigned int *)(virt + outring) = n;                 \
+       outring += 4;                                                   \
+       outring &= ringmask;                                            \
+} while (0);
+
+static inline void i830_print_status_page(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       u32 *temp = (u32 *)dev_priv->hw_status_page;
+       int i;
+
+       DRM_DEBUG(  "hw_status: Interrupt Status : %x\n", temp[0]);
+       DRM_DEBUG(  "hw_status: LpRing Head ptr : %x\n", temp[1]);
+       DRM_DEBUG(  "hw_status: IRing Head ptr : %x\n", temp[2]);
+       DRM_DEBUG(  "hw_status: Reserved : %x\n", temp[3]);
+       DRM_DEBUG(  "hw_status: Driver Counter : %d\n", temp[5]);
+       for(i = 9; i < dma->buf_count + 9; i++) {
+               DRM_DEBUG( "buffer status idx : %d used: %d\n", i - 9, temp[i]);
+       }
+}
+
+static drm_buf_t *i830_freelist_get(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+       int              used;
+   
+       /* Linear search might not be the best solution */
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+               /* In use is already a pointer */
+               used = cmpxchg(buf_priv->in_use, I830_BUF_FREE, 
+                              I830_BUF_CLIENT);
+               if(used == I830_BUF_FREE) {
+                       return buf;
+               }
+       }
+       return NULL;
+}
+
+/* This should only be called if the buffer is not sent to the hardware
+ * yet, the hardware updates in use for us once its on the ring buffer.
+ */
+
+static int i830_freelist_put(drm_device_t *dev, drm_buf_t *buf)
+{
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       int used;
+   
+       /* In use is already a pointer */
+       used = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, I830_BUF_FREE);
+       if(used != I830_BUF_CLIENT) {
+               DRM_ERROR("Freeing buffer thats not in use : %d\n", buf->idx);
+               return -EINVAL;
+       }
+   
+       return 0;
+}
+
+static struct file_operations i830_buffer_fops = {
+       open:    DRM(open),
+       flush:   DRM(flush),
+       release: DRM(release),
+       ioctl:   DRM(ioctl),
+       mmap:    i830_mmap_buffers,
+       read:    DRM(read),
+       fasync:  DRM(fasync),
+       poll:    DRM(poll),
+};
+
+int i830_mmap_buffers(struct file *filp, struct vm_area_struct *vma)
+{
+       drm_file_t          *priv         = filp->private_data;
+       drm_device_t        *dev;
+       drm_i830_private_t  *dev_priv;
+       drm_buf_t           *buf;
+       drm_i830_buf_priv_t *buf_priv;
+
+       lock_kernel();
+       dev      = priv->dev;
+       dev_priv = dev->dev_private;
+       buf      = dev_priv->mmap_buffer;
+       buf_priv = buf->dev_private;
+   
+       vma->vm_flags |= (VM_IO | VM_DONTCOPY);
+       vma->vm_file = filp;
+   
+       buf_priv->currently_mapped = I830_BUF_MAPPED;
+       unlock_kernel();
+
+       if (remap_page_range(vma->vm_start,
+                            VM_OFFSET(vma),
+                            vma->vm_end - vma->vm_start,
+                            vma->vm_page_prot)) return -EAGAIN;
+       return 0;
+}
+
+static int i830_map_buffer(drm_buf_t *buf, struct file *filp)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_device_t      *dev    = priv->dev;
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       struct file_operations *old_fops;
+       int retcode = 0;
+
+       if(buf_priv->currently_mapped == I830_BUF_MAPPED) return -EINVAL;
+
+       if(VM_DONTCOPY != 0) {
+#if LINUX_VERSION_CODE <= 0x020402
+               down( &current->mm->mmap_sem );
+#else
+               down_write( &current->mm->mmap_sem );
+#endif
+               old_fops = filp->f_op;
+               filp->f_op = &i830_buffer_fops;
+               dev_priv->mmap_buffer = buf;
+               buf_priv->virtual = (void *)do_mmap(filp, 0, buf->total, 
+                                                   PROT_READ|PROT_WRITE,
+                                                   MAP_SHARED, 
+                                                   buf->bus_address);
+               dev_priv->mmap_buffer = NULL;
+               filp->f_op = old_fops;
+               if ((unsigned long)buf_priv->virtual > -1024UL) {
+                       /* Real error */
+                       DRM_DEBUG("mmap error\n");
+                       retcode = (signed int)buf_priv->virtual;
+                       buf_priv->virtual = 0;
+               }
+#if LINUX_VERSION_CODE <= 0x020402
+               up( &current->mm->mmap_sem );
+#else
+               up_write( &current->mm->mmap_sem );
+#endif
+       } else {
+               buf_priv->virtual = buf_priv->kernel_virtual;
+               buf_priv->currently_mapped = I830_BUF_MAPPED;
+       }
+       return retcode;
+}
+
+static int i830_unmap_buffer(drm_buf_t *buf)
+{
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       int retcode = 0;
+
+       if(VM_DONTCOPY != 0) {
+               if(buf_priv->currently_mapped != I830_BUF_MAPPED) 
+                       return -EINVAL;
+#if LINUX_VERSION_CODE <= 0x020402
+               down( &current->mm->mmap_sem );
+#else
+               down_write( &current->mm->mmap_sem );
+#endif
+#if LINUX_VERSION_CODE < 0x020399
+               retcode = do_munmap((unsigned long)buf_priv->virtual, 
+                                   (size_t) buf->total);
+#else
+               retcode = do_munmap(current->mm, 
+                                   (unsigned long)buf_priv->virtual, 
+                                   (size_t) buf->total);
+#endif
+#if LINUX_VERSION_CODE <= 0x020402
+               up( &current->mm->mmap_sem );
+#else
+               up_write( &current->mm->mmap_sem );
+#endif
+       }
+       buf_priv->currently_mapped = I830_BUF_UNMAPPED;
+       buf_priv->virtual = 0;
+
+       return retcode;
+}
+
+static int i830_dma_get_buffer(drm_device_t *dev, drm_i830_dma_t *d, 
+                              struct file *filp)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_buf_t         *buf;
+       drm_i830_buf_priv_t *buf_priv;
+       int retcode = 0;
+
+       buf = i830_freelist_get(dev);
+       if (!buf) {
+               retcode = -ENOMEM;
+               DRM_DEBUG("retcode=%d\n", retcode);
+               return retcode;
+       }
+   
+       retcode = i830_map_buffer(buf, filp);
+       if(retcode) {
+               i830_freelist_put(dev, buf);
+               DRM_DEBUG("mapbuf failed, retcode %d\n", retcode);
+               return retcode;
+       }
+       buf->pid     = priv->pid;
+       buf_priv = buf->dev_private;    
+       d->granted = 1;
+       d->request_idx = buf->idx;
+       d->request_size = buf->total;
+       d->virtual = buf_priv->virtual;
+
+       return retcode;
+}
+
+static unsigned long i830_alloc_page(drm_device_t *dev)
+{
+       unsigned long address;
+   
+       address = __get_free_page(GFP_KERNEL);
+       if(address == 0UL) 
+               return 0;
+       
+       atomic_inc(&virt_to_page(address)->count);
+       set_bit(PG_locked, &virt_to_page(address)->flags);
+   
+       return address;
+}
+
+static void i830_free_page(drm_device_t *dev, unsigned long page)
+{
+       if(page == 0UL) 
+               return;
+       
+       atomic_dec(&virt_to_page(page)->count);
+       clear_bit(PG_locked, &virt_to_page(page)->flags);
+       wake_up(&virt_to_page(page)->wait);
+       free_page(page);
+       return;
+}
+
+static int i830_dma_cleanup(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+
+       if(dev->dev_private) {
+               int i;
+               drm_i830_private_t *dev_priv = 
+                       (drm_i830_private_t *) dev->dev_private;
+          
+               if(dev_priv->ring.virtual_start) {
+                       DRM(ioremapfree)((void *) dev_priv->ring.virtual_start,
+                                        dev_priv->ring.Size);
+               }
+               if(dev_priv->hw_status_page != 0UL) {
+                       i830_free_page(dev, dev_priv->hw_status_page);
+                       /* Need to rewrite hardware status page */
+                       I830_WRITE(0x02080, 0x1ffff000);
+               }
+               DRM(free)(dev->dev_private, sizeof(drm_i830_private_t), 
+                        DRM_MEM_DRIVER);
+               dev->dev_private = NULL;
+
+               for (i = 0; i < dma->buf_count; i++) {
+                       drm_buf_t *buf = dma->buflist[ i ];
+                       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+                       DRM(ioremapfree)(buf_priv->kernel_virtual, buf->total);
+               }
+       }
+       return 0;
+}
+
+static int i830_wait_ring(drm_device_t *dev, int n)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_ring_buffer_t *ring = &(dev_priv->ring);
+       int iters = 0;
+       unsigned long end;
+       unsigned int last_head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+
+       end = jiffies + (HZ*3);
+       while (ring->space < n) {
+               int i;
+       
+               ring->head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+               ring->space = ring->head - (ring->tail+8);
+               if (ring->space < 0) ring->space += ring->Size;
+          
+               if (ring->head != last_head) {
+                       end = jiffies + (HZ*3);
+                       last_head = ring->head;
+               }
+         
+               iters++;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("space: %d wanted %d\n", ring->space, n);
+                       DRM_ERROR("lockup\n");
+                       goto out_wait_ring;
+               }
+
+               for (i = 0 ; i < 2000 ; i++) ;
+       }
+
+out_wait_ring:   
+       return iters;
+}
+
+static void i830_kernel_lost_context(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_ring_buffer_t *ring = &(dev_priv->ring);
+      
+       ring->head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+       ring->tail = I830_READ(LP_RING + RING_TAIL);
+       ring->space = ring->head - (ring->tail+8);
+       if (ring->space < 0) ring->space += ring->Size;
+}
+
+static int i830_freelist_init(drm_device_t *dev, drm_i830_private_t *dev_priv)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int my_idx = 36;
+       u32 *hw_status = (u32 *)(dev_priv->hw_status_page + my_idx);
+       int i;
+
+       if(dma->buf_count > 1019) {
+               /* Not enough space in the status page for the freelist */
+               return -EINVAL;
+       }
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+
+               buf_priv->in_use = hw_status++;
+               buf_priv->my_use_idx = my_idx;
+               my_idx += 4;
+
+               *buf_priv->in_use = I830_BUF_FREE;
+
+               buf_priv->kernel_virtual = DRM(ioremap)(buf->bus_address, 
+                                                       buf->total);
+       }
+       return 0;
+}
+
+static int i830_dma_initialize(drm_device_t *dev, 
+                              drm_i830_private_t *dev_priv,
+                              drm_i830_init_t *init)
+{
+       struct list_head *list;
+
+       memset(dev_priv, 0, sizeof(drm_i830_private_t));
+
+       list_for_each(list, &dev->maplist->head) {
+               drm_map_list_t *r_list = (drm_map_list_t *)list;
+               if( r_list->map &&
+                   r_list->map->type == _DRM_SHM &&
+                   r_list->map->flags & _DRM_CONTAINS_LOCK ) {
+                       dev_priv->sarea_map = r_list->map;
+                       break;
+               }
+       }
+
+       if(!dev_priv->sarea_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find sarea!\n");
+               return -EINVAL;
+       }
+       DRM_FIND_MAP( dev_priv->mmio_map, init->mmio_offset );
+       if(!dev_priv->mmio_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find mmio map!\n");
+               return -EINVAL;
+       }
+       DRM_FIND_MAP( dev_priv->buffer_map, init->buffers_offset );
+       if(!dev_priv->buffer_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find dma buffer map!\n");
+               return -EINVAL;
+       }
+
+       dev_priv->sarea_priv = (drm_i830_sarea_t *)
+               ((u8 *)dev_priv->sarea_map->handle +
+                init->sarea_priv_offset);
+
+       atomic_set(&dev_priv->flush_done, 0);
+       init_waitqueue_head(&dev_priv->flush_queue);
+
+       dev_priv->ring.Start = init->ring_start;
+       dev_priv->ring.End = init->ring_end;
+       dev_priv->ring.Size = init->ring_size;
+
+       dev_priv->ring.virtual_start = DRM(ioremap)(dev->agp->base + 
+                                                   init->ring_start, 
+                                                   init->ring_size);
+
+       if (dev_priv->ring.virtual_start == NULL) {
+               dev->dev_private = (void *) dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not ioremap virtual address for"
+                         " ring buffer\n");
+               return -ENOMEM;
+       }
+
+       dev_priv->ring.tail_mask = dev_priv->ring.Size - 1;
+   
+       dev_priv->w = init->w;
+       dev_priv->h = init->h;
+       dev_priv->pitch = init->pitch;
+       dev_priv->back_offset = init->back_offset;
+       dev_priv->depth_offset = init->depth_offset;
+
+       dev_priv->front_di1 = init->front_offset | init->pitch_bits;
+       dev_priv->back_di1 = init->back_offset | init->pitch_bits;
+       dev_priv->zi1 = init->depth_offset | init->pitch_bits;
+
+       dev_priv->cpp = init->cpp;
+       /* We are using seperate values as placeholders for mechanisms for
+        * private backbuffer/depthbuffer usage.
+        */
+
+       dev_priv->back_pitch = init->back_pitch;
+       dev_priv->depth_pitch = init->depth_pitch;
+
+       /* Program Hardware Status Page */
+       dev_priv->hw_status_page = i830_alloc_page(dev);
+       if(dev_priv->hw_status_page == 0UL) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("Can not allocate hardware status page\n");
+               return -ENOMEM;
+       }
+       memset((void *) dev_priv->hw_status_page, 0, PAGE_SIZE);
+       DRM_DEBUG("hw status page @ %lx\n", dev_priv->hw_status_page);
+   
+       I830_WRITE(0x02080, virt_to_bus((void *)dev_priv->hw_status_page));
+       DRM_DEBUG("Enabled hardware status page\n");
+   
+       /* Now we need to init our freelist */
+       if(i830_freelist_init(dev, dev_priv) != 0) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("Not enough space in the status page for"
+                         " the freelist\n");
+               return -ENOMEM;
+       }
+       dev->dev_private = (void *)dev_priv;
+
+       return 0;
+}
+
+int i830_dma_init(struct inode *inode, struct file *filp,
+                 unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_i830_private_t *dev_priv;
+       drm_i830_init_t init;
+       int retcode = 0;
+       
+       if (copy_from_user(&init, (drm_i830_init_t *)arg, sizeof(init)))
+               return -EFAULT;
+       
+       switch(init.func) {
+               case I830_INIT_DMA:
+                       dev_priv = DRM(alloc)(sizeof(drm_i830_private_t), 
+                                             DRM_MEM_DRIVER);
+                       if(dev_priv == NULL) return -ENOMEM;
+                       retcode = i830_dma_initialize(dev, dev_priv, &init);
+               break;
+               case I830_CLEANUP_DMA:
+                       retcode = i830_dma_cleanup(dev);
+               break;
+               default:
+                       retcode = -EINVAL;
+               break;
+       }
+   
+       return retcode;
+}
+
+/* Most efficient way to verify state for the i830 is as it is
+ * emitted.  Non-conformant state is silently dropped.
+ *
+ * Use 'volatile' & local var tmp to force the emitted values to be
+ * identical to the verified ones.
+ */
+static void i830EmitContextVerified( drm_device_t *dev, 
+                                    volatile unsigned int *code )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_CTX_SETUP_SIZE );
+       for ( i = 0 ; i < I830_CTX_SETUP_SIZE ; i++ ) {
+               tmp = code[i];
+
+#if 0
+               if ((tmp & (7<<29)) == (3<<29) &&
+                   (tmp & (0x1f<<24)) < (0x1d<<24)) {
+                       OUT_RING( tmp ); 
+                       j++;
+               } else {
+                       printk("Skipping %d\n", i);
+               }
+#else
+               OUT_RING( tmp ); 
+               j++;
+#endif
+       }
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexVerified( drm_device_t *dev, 
+                                volatile unsigned int *code ) 
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_TEX_SETUP_SIZE );
+
+       OUT_RING( GFX_OP_MAP_INFO );
+       OUT_RING( code[I830_TEXREG_MI1] );
+       OUT_RING( code[I830_TEXREG_MI2] );
+       OUT_RING( code[I830_TEXREG_MI3] );
+       OUT_RING( code[I830_TEXREG_MI4] );
+       OUT_RING( code[I830_TEXREG_MI5] );
+
+       for ( i = 6 ; i < I830_TEX_SETUP_SIZE ; i++ ) {
+               tmp = code[i];
+               OUT_RING( tmp ); 
+               j++;
+       } 
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexBlendVerified( drm_device_t *dev, 
+                                    volatile unsigned int *code,
+                                    volatile unsigned int num)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( num );
+
+       for ( i = 0 ; i < num ; i++ ) {
+               tmp = code[i];
+               OUT_RING( tmp );
+               j++;
+       }
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexPalette( drm_device_t *dev,
+                               unsigned int *palette,
+                               int number,
+                               int is_shared )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( 258 );
+
+       if(is_shared == 1) {
+               OUT_RING(CMD_OP_MAP_PALETTE_LOAD |
+                        MAP_PALETTE_NUM(0) |
+                        MAP_PALETTE_BOTH);
+       } else {
+               OUT_RING(CMD_OP_MAP_PALETTE_LOAD | MAP_PALETTE_NUM(number));
+       }
+       for(i = 0; i < 256; i++) {
+               OUT_RING(palette[i]);
+       }
+       OUT_RING(0);
+}
+
+/* Need to do some additional checking when setting the dest buffer.
+ */
+static void i830EmitDestVerified( drm_device_t *dev, 
+                                 volatile unsigned int *code ) 
+{      
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_DEST_SETUP_SIZE + 6 );
+
+       tmp = code[I830_DESTREG_CBUFADDR];
+       if (tmp == dev_priv->front_di1) {
+               /* Don't use fence when front buffer rendering */
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_COLOR_BACK | 
+                         BUF_3D_PITCH(dev_priv->back_pitch * dev_priv->cpp) );
+               OUT_RING( tmp );
+
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_DEPTH |
+                         BUF_3D_PITCH(dev_priv->depth_pitch * dev_priv->cpp));
+               OUT_RING( dev_priv->zi1 );
+       } else if(tmp == dev_priv->back_di1) {
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_COLOR_BACK | 
+                         BUF_3D_PITCH(dev_priv->back_pitch * dev_priv->cpp) |
+                         BUF_3D_USE_FENCE);
+               OUT_RING( tmp );
+
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_DEPTH | BUF_3D_USE_FENCE | 
+                         BUF_3D_PITCH(dev_priv->depth_pitch * dev_priv->cpp));
+               OUT_RING( dev_priv->zi1 );
+       } else {
+               DRM_DEBUG("bad di1 %x (allow %x or %x)\n",
+                         tmp, dev_priv->front_di1, dev_priv->back_di1);
+       }
+
+       /* invarient:
+        */
+
+
+       OUT_RING( GFX_OP_DESTBUFFER_VARS );
+       OUT_RING( code[I830_DESTREG_DV1] );
+
+       OUT_RING( GFX_OP_DRAWRECT_INFO );
+       OUT_RING( code[I830_DESTREG_DR1] );
+       OUT_RING( code[I830_DESTREG_DR2] );
+       OUT_RING( code[I830_DESTREG_DR3] );
+       OUT_RING( code[I830_DESTREG_DR4] );
+
+       /* Need to verify this */
+       tmp = code[I830_DESTREG_SENABLE];
+       if((tmp & ~0x3) == GFX_OP_SCISSOR_ENABLE) {
+               OUT_RING( tmp );
+       } else {
+               DRM_DEBUG("bad scissor enable\n");
+               OUT_RING( 0 );
+       }
+
+       OUT_RING( code[I830_DESTREG_SENABLE] );
+
+       OUT_RING( GFX_OP_SCISSOR_RECT );
+       OUT_RING( code[I830_DESTREG_SR1] );
+       OUT_RING( code[I830_DESTREG_SR2] );
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitState( drm_device_t *dev )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       unsigned int dirty = sarea_priv->dirty;
+
+       if (dirty & I830_UPLOAD_BUFFERS) {
+               i830EmitDestVerified( dev, sarea_priv->BufferState );
+               sarea_priv->dirty &= ~I830_UPLOAD_BUFFERS;
+       }
+
+       if (dirty & I830_UPLOAD_CTX) {
+               i830EmitContextVerified( dev, sarea_priv->ContextState );
+               sarea_priv->dirty &= ~I830_UPLOAD_CTX;
+       }
+
+       if (dirty & I830_UPLOAD_TEX0) {
+               i830EmitTexVerified( dev, sarea_priv->TexState[0] );
+               sarea_priv->dirty &= ~I830_UPLOAD_TEX0;
+       }
+
+       if (dirty & I830_UPLOAD_TEX1) {
+               i830EmitTexVerified( dev, sarea_priv->TexState[1] );
+               sarea_priv->dirty &= ~I830_UPLOAD_TEX1;
+       }
+
+       if (dirty & I830_UPLOAD_TEXBLEND0) {
+               i830EmitTexBlendVerified( dev, sarea_priv->TexBlendState[0],
+                               sarea_priv->TexBlendStateWordsUsed[0]);
+               sarea_priv->dirty &= ~I830_UPLOAD_TEXBLEND0;
+       }
+
+       if (dirty & I830_UPLOAD_TEXBLEND1) {
+               i830EmitTexBlendVerified( dev, sarea_priv->TexBlendState[1],
+                               sarea_priv->TexBlendStateWordsUsed[1]);
+               sarea_priv->dirty &= ~I830_UPLOAD_TEXBLEND1;
+       }
+
+       if (dirty & I830_UPLOAD_TEX_PALETTE_SHARED) {
+          i830EmitTexPalette(dev, sarea_priv->Palette[0], 0, 1);
+       } else {
+          if (dirty & I830_UPLOAD_TEX_PALETTE_N(0)) {
+             i830EmitTexPalette(dev, sarea_priv->Palette[0], 0, 0);
+             sarea_priv->dirty &= ~I830_UPLOAD_TEX_PALETTE_N(0);
+          }
+          if (dirty & I830_UPLOAD_TEX_PALETTE_N(1)) {
+             i830EmitTexPalette(dev, sarea_priv->Palette[1], 1, 0);
+             sarea_priv->dirty &= ~I830_UPLOAD_TEX_PALETTE_N(1);
+          }
+       }
+}
+
+static void i830_dma_dispatch_clear( drm_device_t *dev, int flags, 
+                                   unsigned int clear_color,
+                                   unsigned int clear_zval,
+                                   unsigned int clear_depthmask)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int pitch = dev_priv->pitch;
+       int cpp = dev_priv->cpp;
+       int i;
+       unsigned int BR13, CMD, D_CMD;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       switch(cpp) {
+       case 2: 
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24);
+               D_CMD = CMD = XY_COLOR_BLT_CMD;
+               break;
+       case 4:
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24) | (1<<25);
+               CMD = (XY_COLOR_BLT_CMD | XY_COLOR_BLT_WRITE_ALPHA | 
+                      XY_COLOR_BLT_WRITE_RGB);
+               D_CMD = XY_COLOR_BLT_CMD;
+               if(clear_depthmask & 0x00ffffff)
+                       D_CMD |= XY_COLOR_BLT_WRITE_RGB;
+               if(clear_depthmask & 0xff000000)
+                       D_CMD |= XY_COLOR_BLT_WRITE_ALPHA;
+               break;
+       default:
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24);
+               D_CMD = CMD = XY_COLOR_BLT_CMD;
+               break;
+       }
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS)
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       for (i = 0 ; i < nbox ; i++, pbox++) {
+               if (pbox->x1 > pbox->x2 ||
+                   pbox->y1 > pbox->y2 ||
+                   pbox->x2 > dev_priv->w ||
+                   pbox->y2 > dev_priv->h)
+                       continue;
+
+               if ( flags & I830_FRONT ) {         
+                       DRM_DEBUG("clear front\n");
+                       BEGIN_LP_RING( 6 );         
+                       OUT_RING( CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( 0 );
+                       OUT_RING( clear_color );
+                       ADVANCE_LP_RING();
+               }
+
+               if ( flags & I830_BACK ) {
+                       DRM_DEBUG("clear back\n");
+                       BEGIN_LP_RING( 6 );         
+                       OUT_RING( CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( dev_priv->back_offset );
+                       OUT_RING( clear_color );
+                       ADVANCE_LP_RING();
+               }
+
+               if ( flags & I830_DEPTH ) {
+                       DRM_DEBUG("clear depth\n");
+                       BEGIN_LP_RING( 6 );
+                       OUT_RING( D_CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( dev_priv->depth_offset );
+                       OUT_RING( clear_zval );
+                       ADVANCE_LP_RING();
+               }
+       }
+}
+
+static void i830_dma_dispatch_swap( drm_device_t *dev )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int pitch = dev_priv->pitch;
+       int cpp = dev_priv->cpp;
+       int ofs = dev_priv->back_offset;
+       int i;
+       unsigned int CMD, BR13;
+       RING_LOCALS;
+
+       DRM_DEBUG("swapbuffers\n");
+
+       switch(cpp) {
+       case 2: 
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24);
+               CMD = XY_SRC_COPY_BLT_CMD;
+               break;
+       case 4:
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24) | (1<<25);
+               CMD = (XY_SRC_COPY_BLT_CMD | XY_SRC_COPY_BLT_WRITE_ALPHA |
+                      XY_SRC_COPY_BLT_WRITE_RGB);
+               break;
+       default:
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24);
+               CMD = XY_SRC_COPY_BLT_CMD;
+               break;
+       }
+
+       i830_kernel_lost_context(dev);
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS)
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       for (i = 0 ; i < nbox; i++, pbox++) 
+       {
+               if (pbox->x1 > pbox->x2 ||
+                   pbox->y1 > pbox->y2 ||
+                   pbox->x2 > dev_priv->w ||
+                   pbox->y2 > dev_priv->h)
+                       continue;
+               DRM_DEBUG("dispatch swap %d,%d-%d,%d!\n",
+                         pbox->x1, pbox->y1,
+                         pbox->x2, pbox->y2);
+
+               BEGIN_LP_RING( 8 );
+               OUT_RING( CMD );
+               OUT_RING( BR13 );
+
+               OUT_RING( (pbox->y1 << 16) |
+                         pbox->x1 );
+               OUT_RING( (pbox->y2 << 16) |
+                         pbox->x2 );
+
+               OUT_RING( 0 /* front ofs always zero */ );
+               OUT_RING( (pbox->y1 << 16) |
+                         pbox->x1 );
+
+               OUT_RING( BR13 & 0xffff );
+               OUT_RING( ofs );
+
+               ADVANCE_LP_RING();
+       }
+}
+
+
+static void i830_dma_dispatch_vertex(drm_device_t *dev, 
+                                    drm_buf_t *buf,
+                                    int discard,
+                                    int used)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_clip_rect_t *box = sarea_priv->boxes;
+       int nbox = sarea_priv->nbox;
+       unsigned long address = (unsigned long)buf->bus_address;
+       unsigned long start = address - dev->agp->base;     
+       int i = 0, u;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS) 
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       if (discard) {
+               u = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, 
+                           I830_BUF_HARDWARE);
+               if(u != I830_BUF_CLIENT) {
+                       DRM_DEBUG("xxxx 2\n");
+               }
+       }
+
+       if (used > 4*1024) 
+               used = 0;
+
+       if (sarea_priv->dirty)
+          i830EmitState( dev );
+
+       DRM_DEBUG("dispatch vertex addr 0x%lx, used 0x%x nbox %d\n", 
+                 address, used, nbox);
+
+       dev_priv->counter++;
+       DRM_DEBUG(  "dispatch counter : %ld\n", dev_priv->counter);
+       DRM_DEBUG(  "i830_dma_dispatch\n");
+       DRM_DEBUG(  "start : %lx\n", start);
+       DRM_DEBUG(  "used : %d\n", used);
+       DRM_DEBUG(  "start + used - 4 : %ld\n", start + used - 4);
+
+       if (buf_priv->currently_mapped == I830_BUF_MAPPED) {
+               *(u32 *)buf_priv->virtual = (GFX_OP_PRIMITIVE |
+                                            sarea_priv->vertex_prim |
+                                            ((used/4)-2));
+               
+               if (used & 4) {
+                       *(u32 *)((u32)buf_priv->virtual + used) = 0;
+                       used += 4;
+               }
+
+               i830_unmap_buffer(buf);
+       }
+                  
+       if (used) {
+               do {
+                       if (i < nbox) {
+                               BEGIN_LP_RING(6);
+                               OUT_RING( GFX_OP_DRAWRECT_INFO );
+                               OUT_RING( sarea_priv->BufferState[I830_DESTREG_DR1] );
+                               OUT_RING( box[i].x1 | (box[i].y1<<16) );
+                               OUT_RING( box[i].x2 | (box[i].y2<<16) );
+                               OUT_RING( sarea_priv->BufferState[I830_DESTREG_DR4] );
+                               OUT_RING( 0 );
+                               ADVANCE_LP_RING();
+                       }
+
+                       BEGIN_LP_RING(4);
+
+                       OUT_RING( MI_BATCH_BUFFER );
+                       OUT_RING( start | MI_BATCH_NON_SECURE );
+                       OUT_RING( start + used - 4 );
+                       OUT_RING( 0 );
+                       ADVANCE_LP_RING();
+                       
+               } while (++i < nbox);
+       }
+
+       BEGIN_LP_RING(10);
+       OUT_RING( CMD_STORE_DWORD_IDX );
+       OUT_RING( 20 );
+       OUT_RING( dev_priv->counter );
+       OUT_RING( 0 );
+
+       if (discard) {
+               OUT_RING( CMD_STORE_DWORD_IDX );
+               OUT_RING( buf_priv->my_use_idx );
+               OUT_RING( I830_BUF_FREE );
+               OUT_RING( 0 );
+       }
+
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( 0 );
+       ADVANCE_LP_RING();
+}
+
+/* Interrupts are only for flushing */
+void i830_dma_service(int irq, void *device, struct pt_regs *regs)
+{
+       drm_device_t     *dev = (drm_device_t *)device;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u16 temp;
+   
+       temp = I830_READ16(I830REG_INT_IDENTITY_R);
+       temp = temp & ~(0x6000);
+       if(temp != 0) I830_WRITE16(I830REG_INT_IDENTITY_R, 
+                                  temp); /* Clear all interrupts */
+       else
+          return;
+       queue_task(&dev->tq, &tq_immediate);
+       mark_bh(IMMEDIATE_BH);
+}
+
+void DRM(dma_immediate_bh)(void *device)
+{
+       drm_device_t *dev = (drm_device_t *) device;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+static inline void i830_dma_emit_flush(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       BEGIN_LP_RING(2);
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( GFX_OP_USER_INTERRUPT );
+       ADVANCE_LP_RING();
+
+       i830_wait_ring( dev, dev_priv->ring.Size - 8 );
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+static inline void i830_dma_quiescent_emit(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       BEGIN_LP_RING(4);
+       OUT_RING( INST_PARSER_CLIENT | INST_OP_FLUSH | INST_FLUSH_MAP_CACHE );
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( 0 );
+       OUT_RING( GFX_OP_USER_INTERRUPT );
+       ADVANCE_LP_RING();
+
+       i830_wait_ring( dev, dev_priv->ring.Size - 8 );
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+void i830_dma_quiescent(drm_device_t *dev)
+{
+       DECLARE_WAITQUEUE(entry, current);
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       unsigned long end;      
+
+       if(dev_priv == NULL) {
+               return;
+       }
+       atomic_set(&dev_priv->flush_done, 0);
+       add_wait_queue(&dev_priv->flush_queue, &entry);
+       end = jiffies + (HZ*3);
+   
+       for (;;) {
+               current->state = TASK_INTERRUPTIBLE;
+               i830_dma_quiescent_emit(dev);
+               if (atomic_read(&dev_priv->flush_done) == 1) break;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("lockup\n");
+                       break;
+               }          
+               schedule_timeout(HZ*3);
+               if (signal_pending(current)) {
+                       break;
+               }
+       }
+   
+       current->state = TASK_RUNNING;
+       remove_wait_queue(&dev_priv->flush_queue, &entry);
+   
+       return;
+}
+
+static int i830_flush_queue(drm_device_t *dev)
+{
+       DECLARE_WAITQUEUE(entry, current);
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       unsigned long end;
+       int i, ret = 0;      
+
+       if(dev_priv == NULL) {
+               return 0;
+       }
+       atomic_set(&dev_priv->flush_done, 0);
+       add_wait_queue(&dev_priv->flush_queue, &entry);
+       end = jiffies + (HZ*3);
+       for (;;) {
+               current->state = TASK_INTERRUPTIBLE;
+               i830_dma_emit_flush(dev);
+               if (atomic_read(&dev_priv->flush_done) == 1) break;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("lockup\n");
+                       break;
+               }          
+               schedule_timeout(HZ*3);
+               if (signal_pending(current)) {
+                       ret = -EINTR; /* Can't restart */
+                       break;
+               }
+       }
+   
+       current->state = TASK_RUNNING;
+       remove_wait_queue(&dev_priv->flush_queue, &entry);
+
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+          
+               int used = cmpxchg(buf_priv->in_use, I830_BUF_HARDWARE, 
+                                  I830_BUF_FREE);
+
+               if (used == I830_BUF_HARDWARE)
+                       DRM_DEBUG("reclaimed from HARDWARE\n");
+               if (used == I830_BUF_CLIENT)
+                       DRM_DEBUG("still on client HARDWARE\n");
+       }
+
+       return ret;
+}
+
+/* Must be called with the lock held */
+void i830_reclaim_buffers(drm_device_t *dev, pid_t pid)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+
+       if (!dma) return;
+       if (!dev->dev_private) return;
+       if (!dma->buflist) return;
+
+        i830_flush_queue(dev);
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+          
+               if (buf->pid == pid && buf_priv) {
+                       int used = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, 
+                                          I830_BUF_FREE);
+
+                       if (used == I830_BUF_CLIENT)
+                               DRM_DEBUG("reclaimed from client\n");
+                       if(buf_priv->currently_mapped == I830_BUF_MAPPED)
+                               buf_priv->currently_mapped = I830_BUF_UNMAPPED;
+               }
+       }
+}
+
+int i830_flush_ioctl(struct inode *inode, struct file *filp, 
+                    unsigned int cmd, unsigned long arg)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_device_t      *dev    = priv->dev;
+   
+       DRM_DEBUG("i830_flush_ioctl\n");
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_flush_ioctl called without lock held\n");
+               return -EINVAL;
+       }
+
+       i830_flush_queue(dev);
+       return 0;
+}
+
+int i830_dma_vertex(struct inode *inode, struct file *filp,
+              unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_device_dma_t *dma = dev->dma;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+       drm_i830_vertex_t vertex;
+
+       if (copy_from_user(&vertex, (drm_i830_vertex_t *)arg, sizeof(vertex)))
+               return -EFAULT;
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma_vertex called without lock held\n");
+               return -EINVAL;
+       }
+
+       DRM_DEBUG("i830 dma vertex, idx %d used %d discard %d\n",
+                 vertex.idx, vertex.used, vertex.discard);
+
+       if(vertex.idx < 0 || vertex.idx > dma->buf_count) return -EINVAL;
+
+       i830_dma_dispatch_vertex( dev, 
+                                 dma->buflist[ vertex.idx ], 
+                                 vertex.discard, vertex.used );
+
+       sarea_priv->last_enqueue = dev_priv->counter-1;
+       sarea_priv->last_dispatch = (int) hw_status[5];
+   
+       return 0;
+}
+
+int i830_clear_bufs(struct inode *inode, struct file *filp,
+                  unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_i830_clear_t clear;
+
+       if (copy_from_user(&clear, (drm_i830_clear_t *)arg, sizeof(clear)))
+               return -EFAULT;
+   
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_clear_bufs called without lock held\n");
+               return -EINVAL;
+       }
+
+       /* GH: Someone's doing nasty things... */
+       if (!dev->dev_private) {
+               return -EINVAL;
+       }
+
+       i830_dma_dispatch_clear( dev, clear.flags, 
+                                clear.clear_color, 
+                                clear.clear_depth,
+                                clear.clear_depthmask);
+       return 0;
+}
+
+int i830_swap_bufs(struct inode *inode, struct file *filp,
+                 unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+   
+       DRM_DEBUG("i830_swap_bufs\n");
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_swap_buf called without lock held\n");
+               return -EINVAL;
+       }
+
+       i830_dma_dispatch_swap( dev );
+       return 0;
+}
+
+int i830_getage(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+
+       sarea_priv->last_dispatch = (int) hw_status[5];
+       return 0;
+}
+
+int i830_getbuf(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       int               retcode   = 0;
+       drm_i830_dma_t    d;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+
+       DRM_DEBUG("getbuf\n");
+       if (copy_from_user(&d, (drm_i830_dma_t *)arg, sizeof(d)))
+               return -EFAULT;
+   
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma called without lock held\n");
+               return -EINVAL;
+       }
+       
+       d.granted = 0;
+
+       retcode = i830_dma_get_buffer(dev, &d, filp);
+
+       DRM_DEBUG("i830_dma: %d returning %d, granted = %d\n",
+                 current->pid, retcode, d.granted);
+
+       if (copy_to_user((drm_dma_t *)arg, &d, sizeof(d)))
+               return -EFAULT;
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       return retcode;
+}
+
+int i830_copybuf(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       drm_i830_copy_t   d;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+       drm_buf_t *buf;
+       drm_i830_buf_priv_t *buf_priv;
+       drm_device_dma_t *dma = dev->dma;
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma called without lock held\n");
+               return -EINVAL;
+       }
+   
+       if (copy_from_user(&d, (drm_i830_copy_t *)arg, sizeof(d)))
+               return -EFAULT;
+
+       if(d.idx < 0 || d.idx > dma->buf_count) return -EINVAL;
+       buf = dma->buflist[ d.idx ];
+       buf_priv = buf->dev_private;
+       if (buf_priv->currently_mapped != I830_BUF_MAPPED) return -EPERM;
+
+       if(d.used < 0 || d.used > buf->total) return -EINVAL;
+
+       if (copy_from_user(buf_priv->virtual, d.address, d.used))
+               return -EFAULT;
+
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       return 0;
+}
+
+int i830_docopy(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       if(VM_DONTCOPY == 0) return 1;
+       return 0;
+}
diff --git a/bsd/i830/i830_drv.c b/bsd/i830/i830_drv.c
new file mode 100644 (file)
index 0000000..904f366
--- /dev/null
@@ -0,0 +1,102 @@
+/* i830_drv.c -- I810 driver -*- linux-c -*-
+ * Created: Mon Dec 13 01:56:22 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Jeff Hartmann <jhartmann@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ *    Abraham vd Merwe <abraham@2d3d.co.za>
+ */
+
+#include <linux/config.h>
+#include "i830.h"
+#include "drmP.h"
+#include "i830_drv.h"
+
+#define DRIVER_AUTHOR          "VA Linux Systems Inc."
+
+#define DRIVER_NAME            "i830"
+#define DRIVER_DESC            "Intel 830M"
+#define DRIVER_DATE            "20011004"
+
+#define DRIVER_MAJOR           1
+#define DRIVER_MINOR           2
+#define DRIVER_PATCHLEVEL      0
+
+#define DRIVER_IOCTLS                                                      \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_INIT)]   = { i830_dma_init,    1, 1 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_VERTEX)] = { i830_dma_vertex,  1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_CLEAR)]  = { i830_clear_bufs,  1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_FLUSH)]  = { i830_flush_ioctl, 1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_GETAGE)] = { i830_getage,      1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_GETBUF)] = { i830_getbuf,      1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_SWAP)]   = { i830_swap_bufs,   1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_COPY)]   = { i830_copybuf,     1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_DOCOPY)] = { i830_docopy,      1, 0 },
+
+#define __HAVE_COUNTERS         4
+#define __HAVE_COUNTER6         _DRM_STAT_IRQ
+#define __HAVE_COUNTER7         _DRM_STAT_PRIMARY
+#define __HAVE_COUNTER8         _DRM_STAT_SECONDARY
+#define __HAVE_COUNTER9         _DRM_STAT_DMA
+
+
+#include "drm_agpsupport.h"
+#include "drm_auth.h"
+#include "drm_bufs.h"
+#include "drm_context.h"
+#include "drm_dma.h"
+#include "drm_drawable.h"
+#include "drm_drv.h"
+
+#ifndef MODULE
+/* DRM(options) is called by the kernel to parse command-line options
+ * passed via the boot-loader (e.g., LILO).  It calls the insmod option
+ * routine, drm_parse_drm.
+ */
+
+/* JH- We have to hand expand the string ourselves because of the cpp.  If
+ * anyone can think of a way that we can fit into the __setup macro without
+ * changing it, then please send the solution my way.
+ */
+static int __init i830_options( char *str )
+{
+   DRM(parse_options)( str );
+   return 1;
+}
+
+__setup( DRIVER_NAME "=", i830_options );
+#endif
+
+#include "drm_fops.h"
+#include "drm_init.h"
+#include "drm_ioctl.h"
+#include "drm_lock.h"
+#include "drm_lists.h"
+#include "drm_memory.h"
+#include "drm_proc.h"
+#include "drm_vm.h"
+#include "drm_stub.h"
diff --git a/bsd/i830/i830_drv.h b/bsd/i830/i830_drv.h
new file mode 100644 (file)
index 0000000..4e9d6c8
--- /dev/null
@@ -0,0 +1,213 @@
+/* i830_drv.h -- Private header for the I830 driver -*- linux-c -*-
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors: Rickard E. (Rik) Faith <faith@valinux.com>
+ *         Jeff Hartmann <jhartmann@valinux.com>
+ *
+ */
+
+#ifndef _I830_DRV_H_
+#define _I830_DRV_H_
+
+typedef struct drm_i830_buf_priv {
+       u32 *in_use;
+       int my_use_idx;
+       int currently_mapped;
+       void *virtual;
+       void *kernel_virtual;
+       int map_count;
+       struct vm_area_struct *vma;
+} drm_i830_buf_priv_t;
+
+typedef struct _drm_i830_ring_buffer{
+       int tail_mask;
+       unsigned long Start;
+       unsigned long End;
+       unsigned long Size;
+       u8 *virtual_start;
+       int head;
+       int tail;
+       int space;
+} drm_i830_ring_buffer_t;
+
+typedef struct drm_i830_private {
+       drm_map_t *sarea_map;
+       drm_map_t *buffer_map;
+       drm_map_t *mmio_map;
+
+       drm_i830_sarea_t *sarea_priv;
+       drm_i830_ring_buffer_t ring;
+
+       unsigned long hw_status_page;
+       unsigned long counter;
+
+       atomic_t flush_done;
+       wait_queue_head_t flush_queue;  /* Processes waiting until flush    */
+       drm_buf_t *mmap_buffer;
+       
+       u32 front_di1, back_di1, zi1;
+       
+       int back_offset;
+       int depth_offset;
+       int w, h;
+       int pitch;
+       int back_pitch;
+       int depth_pitch;
+       unsigned int cpp;
+} drm_i830_private_t;
+
+                               /* i830_dma.c */
+extern int  i830_dma_schedule(drm_device_t *dev, int locked);
+extern int  i830_getbuf(struct inode *inode, struct file *filp,
+                       unsigned int cmd, unsigned long arg);
+extern int  i830_dma_init(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+extern int  i830_flush_ioctl(struct inode *inode, struct file *filp,
+                            unsigned int cmd, unsigned long arg);
+extern void i830_reclaim_buffers(drm_device_t *dev, pid_t pid);
+extern int  i830_getage(struct inode *inode, struct file *filp, unsigned int cmd,
+                       unsigned long arg);
+extern int i830_mmap_buffers(struct file *filp, struct vm_area_struct *vma);
+extern int i830_copybuf(struct inode *inode, struct file *filp, 
+                       unsigned int cmd, unsigned long arg);
+extern int i830_docopy(struct inode *inode, struct file *filp, 
+                      unsigned int cmd, unsigned long arg);
+
+extern void i830_dma_quiescent(drm_device_t *dev);
+
+extern int i830_dma_vertex(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+
+extern int i830_swap_bufs(struct inode *inode, struct file *filp,
+                        unsigned int cmd, unsigned long arg);
+
+extern int i830_clear_bufs(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+
+#define I830_VERBOSE 0
+
+#define I830_BASE(reg)         ((unsigned long) \
+                               dev_priv->mmio_map->handle)
+#define I830_ADDR(reg)         (I830_BASE(reg) + reg)
+#define I830_DEREF(reg)                *(__volatile__ int *)I830_ADDR(reg)
+#define I830_READ(reg)         I830_DEREF(reg)
+#define I830_WRITE(reg,val)    do { I830_DEREF(reg) = val; } while (0)
+#define I830_DEREF16(reg)      *(__volatile__ u16 *)I830_ADDR(reg)
+#define I830_READ16(reg)       I830_DEREF16(reg)
+#define I830_WRITE16(reg,val)  do { I830_DEREF16(reg) = val; } while (0)
+
+#define GFX_OP_USER_INTERRUPT          ((0<<29)|(2<<23))
+#define GFX_OP_BREAKPOINT_INTERRUPT    ((0<<29)|(1<<23))
+#define CMD_REPORT_HEAD                        (7<<23)
+#define CMD_STORE_DWORD_IDX            ((0x21<<23) | 0x1)
+#define CMD_OP_BATCH_BUFFER  ((0x0<<29)|(0x30<<23)|0x1)
+
+#define INST_PARSER_CLIENT   0x00000000
+#define INST_OP_FLUSH        0x02000000
+#define INST_FLUSH_MAP_CACHE 0x00000001
+
+
+#define BB1_START_ADDR_MASK   (~0x7)
+#define BB1_PROTECTED         (1<<0)
+#define BB1_UNPROTECTED       (0<<0)
+#define BB2_END_ADDR_MASK     (~0x7)
+
+#define I830REG_HWSTAM         0x02098
+#define I830REG_INT_IDENTITY_R 0x020a4
+#define I830REG_INT_MASK_R     0x020a8
+#define I830REG_INT_ENABLE_R   0x020a0
+
+#define LP_RING                0x2030
+#define HP_RING                0x2040
+#define RING_TAIL                      0x00
+#define TAIL_ADDR              0x000FFFF8
+#define RING_HEAD                      0x04
+#define HEAD_WRAP_COUNT        0xFFE00000
+#define HEAD_WRAP_ONE          0x00200000
+#define HEAD_ADDR              0x001FFFFC
+#define RING_START                     0x08
+#define START_ADDR             0x00FFFFF8
+#define RING_LEN                       0x0C
+#define RING_NR_PAGES          0x000FF000 
+#define RING_REPORT_MASK       0x00000006
+#define RING_REPORT_64K        0x00000002
+#define RING_REPORT_128K       0x00000004
+#define RING_NO_REPORT         0x00000000
+#define RING_VALID_MASK        0x00000001
+#define RING_VALID             0x00000001
+#define RING_INVALID           0x00000000
+
+#define GFX_OP_SCISSOR         ((0x3<<29)|(0x1c<<24)|(0x10<<19))
+#define SC_UPDATE_SCISSOR       (0x1<<1)
+#define SC_ENABLE_MASK          (0x1<<0)
+#define SC_ENABLE               (0x1<<0)
+
+#define GFX_OP_SCISSOR_INFO    ((0x3<<29)|(0x1d<<24)|(0x81<<16)|(0x1))
+#define SCI_YMIN_MASK      (0xffff<<16)
+#define SCI_XMIN_MASK      (0xffff<<0)
+#define SCI_YMAX_MASK      (0xffff<<16)
+#define SCI_XMAX_MASK      (0xffff<<0)
+
+#define GFX_OP_SCISSOR_ENABLE   ((0x3<<29)|(0x1c<<24)|(0x10<<19))
+#define GFX_OP_SCISSOR_RECT     ((0x3<<29)|(0x1d<<24)|(0x81<<16)|1)
+#define GFX_OP_COLOR_FACTOR      ((0x3<<29)|(0x1d<<24)|(0x1<<16)|0x0)
+#define GFX_OP_STIPPLE           ((0x3<<29)|(0x1d<<24)|(0x83<<16))
+#define GFX_OP_MAP_INFO          ((0x3<<29)|(0x1d<<24)|0x4)
+#define GFX_OP_DESTBUFFER_VARS   ((0x3<<29)|(0x1d<<24)|(0x85<<16)|0x0)
+#define GFX_OP_DRAWRECT_INFO     ((0x3<<29)|(0x1d<<24)|(0x80<<16)|(0x3))
+#define GFX_OP_PRIMITIVE         ((0x3<<29)|(0x1f<<24))
+
+#define CMD_OP_DESTBUFFER_INFO  ((0x3<<29)|(0x1d<<24)|(0x8e<<16)|1)
+
+
+#define BR00_BITBLT_CLIENT   0x40000000
+#define BR00_OP_COLOR_BLT    0x10000000
+#define BR00_OP_SRC_COPY_BLT 0x10C00000
+#define BR13_SOLID_PATTERN   0x80000000
+
+#define BUF_3D_ID_COLOR_BACK    (0x3<<24)
+#define BUF_3D_ID_DEPTH         (0x7<<24)
+#define BUF_3D_USE_FENCE        (1<<23)
+#define BUF_3D_PITCH(x)         (((x)/4)<<2)
+
+#define CMD_OP_MAP_PALETTE_LOAD        ((3<<29)|(0x1d<<24)|(0x82<<16)|255)
+#define MAP_PALETTE_NUM(x)     ((x<<8) & (1<<8))
+#define MAP_PALETTE_BOTH       (1<<11)
+
+#define XY_COLOR_BLT_CMD               ((2<<29)|(0x50<<22)|0x4)
+#define XY_COLOR_BLT_WRITE_ALPHA       (1<<21)
+#define XY_COLOR_BLT_WRITE_RGB         (1<<20)
+
+#define XY_SRC_COPY_BLT_CMD             ((2<<29)|(0x53<<22)|6)
+#define XY_SRC_COPY_BLT_WRITE_ALPHA     (1<<21)
+#define XY_SRC_COPY_BLT_WRITE_RGB       (1<<20)
+
+#define MI_BATCH_BUFFER        ((0x30<<23)|1)
+#define MI_BATCH_NON_SECURE    (1)
+
+
+#endif
+
diff --git a/bsd/i830_drm.h b/bsd/i830_drm.h
new file mode 100644 (file)
index 0000000..e4a2a25
--- /dev/null
@@ -0,0 +1,238 @@
+#ifndef _I830_DRM_H_
+#define _I830_DRM_H_
+
+/* WARNING: These defines must be the same as what the Xserver uses.
+ * if you change them, you must change the defines in the Xserver.
+ */
+
+#ifndef _I830_DEFINES_
+#define _I830_DEFINES_
+
+#define I830_DMA_BUF_ORDER             12
+#define I830_DMA_BUF_SZ                (1<<I830_DMA_BUF_ORDER)
+#define I830_DMA_BUF_NR                256
+#define I830_NR_SAREA_CLIPRECTS        8
+
+/* Each region is a minimum of 64k, and there are at most 64 of them.
+ */
+#define I830_NR_TEX_REGIONS 64
+#define I830_LOG_MIN_TEX_REGION_SIZE 16
+
+/* if defining I830_ENABLE_4_TEXTURES, do it in i830_3d_reg.h, too */
+#if !defined(I830_ENABLE_4_TEXTURES)
+#define I830_TEXTURE_COUNT     2
+#define I830_TEXBLEND_COUNT    2       /* always same as TEXTURE_COUNT? */
+#else /* defined(I830_ENABLE_4_TEXTURES) */
+#define I830_TEXTURE_COUNT     4
+#define I830_TEXBLEND_COUNT    4       /* always same as TEXTURE_COUNT? */
+#endif /* I830_ENABLE_4_TEXTURES */
+
+#define I830_TEXBLEND_SIZE     12      /* (4 args + op) * 2 + COLOR_FACTOR */
+
+#define I830_UPLOAD_CTX                        0x1
+#define I830_UPLOAD_BUFFERS            0x2
+#define I830_UPLOAD_CLIPRECTS          0x4
+#define I830_UPLOAD_TEX0_IMAGE         0x100 /* handled clientside */
+#define I830_UPLOAD_TEX0_CUBE          0x200 /* handled clientside */
+#define I830_UPLOAD_TEX1_IMAGE         0x400 /* handled clientside */
+#define I830_UPLOAD_TEX1_CUBE          0x800 /* handled clientside */
+#define I830_UPLOAD_TEX2_IMAGE         0x1000 /* handled clientside */
+#define I830_UPLOAD_TEX2_CUBE          0x2000 /* handled clientside */
+#define I830_UPLOAD_TEX3_IMAGE         0x4000 /* handled clientside */
+#define I830_UPLOAD_TEX3_CUBE          0x8000 /* handled clientside */
+#define I830_UPLOAD_TEX_N_IMAGE(n)     (0x100 << (n * 2))
+#define I830_UPLOAD_TEX_N_CUBE(n)      (0x200 << (n * 2))
+#define I830_UPLOAD_TEXIMAGE_MASK      0xff00
+#define I830_UPLOAD_TEX0                       0x10000
+#define I830_UPLOAD_TEX1                       0x20000
+#define I830_UPLOAD_TEX2                       0x40000
+#define I830_UPLOAD_TEX3                       0x80000
+#define I830_UPLOAD_TEX_N(n)           (0x10000 << (n))
+#define I830_UPLOAD_TEX_MASK           0xf0000
+#define I830_UPLOAD_TEXBLEND0          0x100000
+#define I830_UPLOAD_TEXBLEND1          0x200000
+#define I830_UPLOAD_TEXBLEND2          0x400000
+#define I830_UPLOAD_TEXBLEND3          0x800000
+#define I830_UPLOAD_TEXBLEND_N(n)      (0x100000 << (n))
+#define I830_UPLOAD_TEXBLEND_MASK      0xf00000
+#define I830_UPLOAD_TEX_PALETTE_N(n)    (0x1000000 << (n))
+#define I830_UPLOAD_TEX_PALETTE_SHARED 0x4000000
+
+/* Indices into buf.Setup where various bits of state are mirrored per
+ * context and per buffer.  These can be fired at the card as a unit,
+ * or in a piecewise fashion as required.
+ */
+
+/* Destbuffer state 
+ *    - backbuffer linear offset and pitch -- invarient in the current dri
+ *    - zbuffer linear offset and pitch -- also invarient
+ *    - drawing origin in back and depth buffers.
+ *
+ * Keep the depth/back buffer state here to acommodate private buffers
+ * in the future.
+ */
+
+#define I830_DESTREG_CBUFADDR 0
+/* Invarient */
+#define I830_DESTREG_DBUFADDR 1
+#define I830_DESTREG_DV0 2
+#define I830_DESTREG_DV1 3
+#define I830_DESTREG_SENABLE 4
+#define I830_DESTREG_SR0 5
+#define I830_DESTREG_SR1 6
+#define I830_DESTREG_SR2 7
+#define I830_DESTREG_DR0 8
+#define I830_DESTREG_DR1 9
+#define I830_DESTREG_DR2 10
+#define I830_DESTREG_DR3 11
+#define I830_DESTREG_DR4 12
+#define I830_DEST_SETUP_SIZE 13
+
+/* Context state
+ */
+#define I830_CTXREG_STATE1             0
+#define I830_CTXREG_STATE2             1
+#define I830_CTXREG_STATE3             2
+#define I830_CTXREG_STATE4             3
+#define I830_CTXREG_STATE5             4
+#define I830_CTXREG_IALPHAB            5
+#define I830_CTXREG_STENCILTST         6
+#define I830_CTXREG_ENABLES_1          7
+#define I830_CTXREG_ENABLES_2          8
+#define I830_CTXREG_AA                 9
+#define I830_CTXREG_FOGCOLOR           10
+#define I830_CTXREG_BLENDCOLR0         11
+#define I830_CTXREG_BLENDCOLR          12 /* Dword 1 of 2 dword command */
+#define I830_CTXREG_VF                 13
+#define I830_CTXREG_VF2                        14
+#define I830_CTXREG_MCSB0              15
+#define I830_CTXREG_MCSB1              16
+#define I830_CTX_SETUP_SIZE            17
+
+/* Texture state (per tex unit)
+ */
+
+#define I830_TEXREG_MI0        0       /* GFX_OP_MAP_INFO (6 dwords) */
+#define I830_TEXREG_MI1        1
+#define I830_TEXREG_MI2        2
+#define I830_TEXREG_MI3        3
+#define I830_TEXREG_MI4        4
+#define I830_TEXREG_MI5        5
+#define I830_TEXREG_MF 6       /* GFX_OP_MAP_FILTER */
+#define I830_TEXREG_MLC        7       /* GFX_OP_MAP_LOD_CTL */
+#define I830_TEXREG_MLL        8       /* GFX_OP_MAP_LOD_LIMITS */
+#define I830_TEXREG_MCS        9       /* GFX_OP_MAP_COORD_SETS */
+#define I830_TEX_SETUP_SIZE 10
+
+#define I830_FRONT   0x1
+#define I830_BACK    0x2
+#define I830_DEPTH   0x4
+
+#endif /* _I830_DEFINES_ */
+
+typedef struct _drm_i830_init {
+       enum {
+               I830_INIT_DMA = 0x01,
+               I830_CLEANUP_DMA = 0x02
+       } func;
+       unsigned int mmio_offset;
+       unsigned int buffers_offset;
+       int sarea_priv_offset;
+       unsigned int ring_start;
+       unsigned int ring_end;
+       unsigned int ring_size;
+       unsigned int front_offset;
+       unsigned int back_offset;
+       unsigned int depth_offset;
+       unsigned int w;
+       unsigned int h;
+       unsigned int pitch;
+       unsigned int pitch_bits;
+       unsigned int back_pitch;
+       unsigned int depth_pitch;
+       unsigned int cpp;
+} drm_i830_init_t;
+
+/* Warning: If you change the SAREA structure you must change the Xserver
+ * structure as well */
+
+typedef struct _drm_i830_tex_region {
+       unsigned char next, prev; /* indices to form a circular LRU  */
+       unsigned char in_use;   /* owned by a client, or free? */
+       int age;                /* tracked by clients to update local LRU's */
+} drm_i830_tex_region_t;
+
+typedef struct _drm_i830_sarea {
+       unsigned int ContextState[I830_CTX_SETUP_SIZE];
+       unsigned int BufferState[I830_DEST_SETUP_SIZE];
+       unsigned int TexState[I830_TEXTURE_COUNT][I830_TEX_SETUP_SIZE];
+       unsigned int TexBlendState[I830_TEXBLEND_COUNT][I830_TEXBLEND_SIZE];
+       unsigned int TexBlendStateWordsUsed[I830_TEXBLEND_COUNT];
+       unsigned int Palette[2][256];
+       unsigned int dirty;
+
+       unsigned int nbox;
+       drm_clip_rect_t boxes[I830_NR_SAREA_CLIPRECTS];
+
+       /* Maintain an LRU of contiguous regions of texture space.  If
+        * you think you own a region of texture memory, and it has an
+        * age different to the one you set, then you are mistaken and
+        * it has been stolen by another client.  If global texAge
+        * hasn't changed, there is no need to walk the list.
+        *
+        * These regions can be used as a proxy for the fine-grained
+        * texture information of other clients - by maintaining them
+        * in the same lru which is used to age their own textures,
+        * clients have an approximate lru for the whole of global
+        * texture space, and can make informed decisions as to which
+        * areas to kick out.  There is no need to choose whether to
+        * kick out your own texture or someone else's - simply eject
+        * them all in LRU order.  
+        */
+
+       drm_i830_tex_region_t texList[I830_NR_TEX_REGIONS+1]; 
+                               /* Last elt is sentinal */
+        int texAge;            /* last time texture was uploaded */
+        int last_enqueue;      /* last time a buffer was enqueued */
+       int last_dispatch;      /* age of the most recently dispatched buffer */
+       int last_quiescent;     /*  */
+       int ctxOwner;           /* last context to upload state */
+
+       int vertex_prim;
+} drm_i830_sarea_t;
+
+typedef struct _drm_i830_clear {
+       int clear_color;
+       int clear_depth;
+       int flags;
+       unsigned int clear_colormask;
+       unsigned int clear_depthmask;
+} drm_i830_clear_t;
+
+
+
+/* These may be placeholders if we have more cliprects than
+ * I830_NR_SAREA_CLIPRECTS.  In that case, the client sets discard to
+ * false, indicating that the buffer will be dispatched again with a
+ * new set of cliprects.
+ */
+typedef struct _drm_i830_vertex {
+       int idx;                /* buffer index */
+       int used;               /* nr bytes in use */
+       int discard;            /* client is finished with the buffer? */
+} drm_i830_vertex_t;
+
+typedef struct _drm_i830_copy_t {
+       int idx;                /* buffer index */
+       int used;               /* nr bytes in use */
+       void *address;          /* Address to copy from */
+} drm_i830_copy_t;
+
+typedef struct drm_i830_dma {
+       void *virtual;
+       int request_idx;
+       int request_size;
+       int granted;
+} drm_i830_dma_t;
+
+#endif /* _I830_DRM_H_ */
diff --git a/bsd/mga/mga.h b/bsd/mga/mga.h
new file mode 100644 (file)
index 0000000..277aa20
--- /dev/null
@@ -0,0 +1,67 @@
+/* mga.h -- Matrox G200/G400 DRM template customization -*- linux-c -*-
+ * Created: Thu Jan 11 21:29:32 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __MGA_H__
+#define __MGA_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) mga_##x
+
+/* General customization:
+ */
+#define __HAVE_AGP             1
+#define __MUST_HAVE_AGP                1
+#define __HAVE_MTRR            1
+#define __HAVE_CTX_BITMAP      1
+
+/* Driver customization:
+ */
+#define DRIVER_PRETAKEDOWN() do {                                      \
+       if ( dev->dev_private ) mga_do_cleanup_dma( dev );              \
+} while (0)
+
+/* DMA customization:
+ */
+#define __HAVE_DMA             1
+
+#define __HAVE_DMA_QUIESCENT   1
+#define DRIVER_DMA_QUIESCENT() do {                                    \
+       drm_mga_private_t *dev_priv = dev->dev_private;                 \
+       return mga_do_wait_for_idle( dev_priv );                        \
+} while (0)
+
+/* Buffer customization:
+ */
+#define DRIVER_BUF_PRIV_T      drm_mga_buf_priv_t
+
+#define DRIVER_AGP_BUFFERS_MAP( dev )                                  \
+       ((drm_mga_private_t *)((dev)->dev_private))->buffers
+
+#endif
diff --git a/bsd/mga/mga_ucode.h b/bsd/mga/mga_ucode.h
new file mode 100644 (file)
index 0000000..fa0f82e
--- /dev/null
@@ -0,0 +1,11645 @@
+/* mga_ucode.h -- Matrox G200/G400 WARP engine microcode -*- linux-c -*-
+ * Created: Thu Jan 11 21:20:43 2001 by gareth@valinux.com
+ *
+ * Copyright 1999 Matrox Graphics Inc.
+ * 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, sublicense,
+ * 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 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * MATROX GRAPHICS INC., OR ANY OTHER CONTRIBUTORS 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.
+ *
+ * Kernel-based WARP engine management:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+/*
+ * WARP pipes are named according to the functions they perform, where:
+ *
+ *   - T stands for computation of texture stage 0
+ *   - T2 stands for computation of both texture stage 0 and texture stage 1
+ *   - G stands for computation of triangle intensity (Gouraud interpolation)
+ *   - Z stands for computation of Z buffer interpolation
+ *   - S stands for computation of specular highlight
+ *   - A stands for computation of the alpha channel
+ *   - F stands for computation of vertex fog interpolation
+ */
+
+static unsigned char warp_g200_tgz[] = {
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x98, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x81, 0x04,
+0x89, 0x04,
+0x01, 0x04,
+0x09, 0x04,
+
+0xC9, 0x41, 0xC0, 0xEC,
+0x11, 0x04,
+0x00, 0xE0,
+
+0x41, 0xCC, 0x41, 0xCD,
+0x49, 0xCC, 0x49, 0xCD,
+
+0xD1, 0x41, 0xC0, 0xEC,
+0x51, 0xCC, 0x51, 0xCD,
+
+0x80, 0x04,
+0x10, 0x04,
+0x08, 0x04,
+0x00, 0xE0,
+
+0x00, 0xCC, 0xC0, 0xCD,
+0xD1, 0x49, 0xC0, 0xEC,
+
+0x8A, 0x1F, 0x20, 0xE9,
+0x8B, 0x3F, 0x20, 0xE9,
+
+0x41, 0x3C, 0x41, 0xAD,
+0x49, 0x3C, 0x49, 0xAD,
+
+0x10, 0xCC, 0x10, 0xCD,
+0x08, 0xCC, 0x08, 0xCD,
+
+0xB9, 0x41, 0x49, 0xBB,
+0x1F, 0xF0, 0x41, 0xCD,
+
+0x51, 0x3C, 0x51, 0xAD,
+0x00, 0x98, 0x80, 0xE9,
+
+0x72, 0x80, 0x07, 0xEA,
+0x24, 0x1F, 0x20, 0xE9,
+
+0x15, 0x41, 0x49, 0xBD,
+0x1D, 0x41, 0x51, 0xBD,
+
+0x2E, 0x41, 0x2A, 0xB8,
+0x34, 0x53, 0xA0, 0xE8,
+
+0x15, 0x30,
+0x1D, 0x30,
+0x58, 0xE3,
+0x00, 0xE0,
+
+0xB5, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x24, 0x43, 0xA0, 0xE8,
+0x2C, 0x4B, 0xA0, 0xE8,
+
+0x15, 0x72,
+0x09, 0xE3,
+0x00, 0xE0,
+0x1D, 0x72,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0x97, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6C, 0x64, 0xC8, 0xEC,
+0x98, 0xE1,
+0xB5, 0x05,
+
+0xBD, 0x05,
+0x2E, 0x30,
+0x32, 0xC0, 0xA0, 0xE8,
+
+0x33, 0xC0, 0xA0, 0xE8,
+0x74, 0x64, 0xC8, 0xEC,
+
+0x40, 0x3C, 0x40, 0xAD,
+0x32, 0x6A,
+0x2A, 0x30,
+
+0x20, 0x73,
+0x33, 0x6A,
+0x00, 0xE0,
+0x28, 0x73,
+
+0x1C, 0x72,
+0x83, 0xE2,
+0x60, 0x80, 0x15, 0xEA,
+
+0xB8, 0x3D, 0x28, 0xDF,
+0x30, 0x35, 0x20, 0xDF,
+
+0x40, 0x30,
+0x00, 0xE0,
+0xCC, 0xE2,
+0x64, 0x72,
+
+0x25, 0x42, 0x52, 0xBF,
+0x2D, 0x42, 0x4A, 0xBF,
+
+0x30, 0x2E, 0x30, 0xDF,
+0x38, 0x2E, 0x38, 0xDF,
+
+0x18, 0x1D, 0x45, 0xE9,
+0x1E, 0x15, 0x45, 0xE9,
+
+0x2B, 0x49, 0x51, 0xBD,
+0x00, 0xE0,
+0x1F, 0x73,
+
+0x38, 0x38, 0x40, 0xAF,
+0x30, 0x30, 0x40, 0xAF,
+
+0x24, 0x1F, 0x24, 0xDF,
+0x1D, 0x32, 0x20, 0xE9,
+
+0x2C, 0x1F, 0x2C, 0xDF,
+0x1A, 0x33, 0x20, 0xE9,
+
+0xB0, 0x10,
+0x08, 0xE3,
+0x40, 0x10,
+0xB8, 0x10,
+
+0x26, 0xF0, 0x30, 0xCD,
+0x2F, 0xF0, 0x38, 0xCD,
+
+0x2B, 0x80, 0x20, 0xE9,
+0x2A, 0x80, 0x20, 0xE9,
+
+0xA6, 0x20,
+0x88, 0xE2,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x28, 0x2A, 0x26, 0xAF,
+0x20, 0x2A, 0xC0, 0xAF,
+
+0x34, 0x1F, 0x34, 0xDF,
+0x46, 0x24, 0x46, 0xDF,
+
+0x28, 0x30, 0x80, 0xBF,
+0x20, 0x38, 0x80, 0xBF,
+
+0x47, 0x24, 0x47, 0xDF,
+0x4E, 0x2C, 0x4E, 0xDF,
+
+0x4F, 0x2C, 0x4F, 0xDF,
+0x56, 0x34, 0x56, 0xDF,
+
+0x28, 0x15, 0x28, 0xDF,
+0x20, 0x1D, 0x20, 0xDF,
+
+0x57, 0x34, 0x57, 0xDF,
+0x00, 0xE0,
+0x1D, 0x05,
+
+0x04, 0x80, 0x10, 0xEA,
+0x89, 0xE2,
+0x2B, 0x30,
+
+0x3F, 0xC1, 0x1D, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x68,
+0xBF, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x20, 0xC0, 0x20, 0xAF,
+0x28, 0x05,
+0x97, 0x74,
+
+0x00, 0xE0,
+0x2A, 0x10,
+0x16, 0xC0, 0x20, 0xE9,
+
+0x04, 0x80, 0x10, 0xEA,
+0x8C, 0xE2,
+0x95, 0x05,
+
+0x28, 0xC1, 0x28, 0xAD,
+0x1F, 0xC1, 0x15, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA8, 0x67,
+0x9F, 0x6B,
+0x00, 0x80, 0x00, 0xE8,
+
+0x28, 0xC0, 0x28, 0xAD,
+0x1D, 0x25,
+0x20, 0x05,
+
+0x28, 0x32, 0x80, 0xAD,
+0x40, 0x2A, 0x40, 0xBD,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x20, 0x33, 0x20, 0xAD,
+
+0x20, 0x73,
+0x00, 0xE0,
+0xB6, 0x49, 0x51, 0xBB,
+
+0x26, 0x2F, 0xB0, 0xE8,
+0x19, 0x20, 0x20, 0xE9,
+
+0x35, 0x20, 0x35, 0xDF,
+0x3D, 0x20, 0x3D, 0xDF,
+
+0x15, 0x20, 0x15, 0xDF,
+0x1D, 0x20, 0x1D, 0xDF,
+
+0x26, 0xD0, 0x26, 0xCD,
+0x29, 0x49, 0x2A, 0xB8,
+
+0x26, 0x40, 0x80, 0xBD,
+0x3B, 0x48, 0x50, 0xBD,
+
+0x3E, 0x54, 0x57, 0x9F,
+0x00, 0xE0,
+0x82, 0xE1,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x26, 0x30,
+0x29, 0x30,
+0x48, 0x3C, 0x48, 0xAD,
+
+0x2B, 0x72,
+0xC2, 0xE1,
+0x2C, 0xC0, 0x44, 0xC2,
+
+0x05, 0x24, 0x34, 0xBF,
+0x0D, 0x24, 0x2C, 0xBF,
+
+0x2D, 0x46, 0x4E, 0xBF,
+0x25, 0x46, 0x56, 0xBF,
+
+0x20, 0x1D, 0x6F, 0x8F,
+0x32, 0x3E, 0x5F, 0xE9,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x30,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x33, 0x1E, 0x5F, 0xE9,
+
+0x05, 0x44, 0x54, 0xB2,
+0x0D, 0x44, 0x4C, 0xB2,
+
+0x19, 0xC0, 0xB0, 0xE8,
+0x34, 0xC0, 0x44, 0xC4,
+
+0x33, 0x73,
+0x00, 0xE0,
+0x3E, 0x62, 0x57, 0x9F,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0xE0,
+0x0D, 0x20,
+
+0x84, 0x3E, 0x58, 0xE9,
+0x28, 0x1D, 0x6F, 0x8F,
+
+0x05, 0x20,
+0x00, 0xE0,
+0x85, 0x1E, 0x58, 0xE9,
+
+0x9B, 0x3B, 0x33, 0xDF,
+0x20, 0x20, 0x42, 0xAF,
+
+0x30, 0x42, 0x56, 0x9F,
+0x80, 0x3E, 0x57, 0xE9,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x30, 0x80, 0x5F, 0xE9,
+
+0x28, 0x28, 0x24, 0xAF,
+0x81, 0x1E, 0x57, 0xE9,
+
+0x05, 0x47, 0x57, 0xBF,
+0x0D, 0x47, 0x4F, 0xBF,
+
+0x88, 0x80, 0x58, 0xE9,
+0x1B, 0x29, 0x1B, 0xDF,
+
+0x30, 0x1D, 0x6F, 0x8F,
+0x3A, 0x30, 0x4F, 0xE9,
+
+0x1C, 0x30, 0x26, 0xDF,
+0x09, 0xE3,
+0x3B, 0x05,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x3B, 0x3F, 0x4F, 0xE9,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x00, 0xE0,
+0xAC, 0x20,
+
+0x2D, 0x44, 0x4C, 0xB4,
+0x2C, 0x1C, 0xC0, 0xAF,
+
+0x25, 0x44, 0x54, 0xB4,
+0x00, 0xE0,
+0xC8, 0x30,
+
+0x30, 0x46, 0x30, 0xAF,
+0x1B, 0x1B, 0x48, 0xAF,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x38, 0x2C, 0x4F, 0xE9,
+
+0x86, 0x80, 0x57, 0xE9,
+0x38, 0x1D, 0x6F, 0x8F,
+
+0x28, 0x74,
+0x00, 0xE0,
+0x0D, 0x44, 0x4C, 0xB0,
+
+0x05, 0x44, 0x54, 0xB0,
+0x2D, 0x20,
+0x9B, 0x10,
+
+0x82, 0x3E, 0x57, 0xE9,
+0x32, 0xF0, 0x1B, 0xCD,
+
+0x1E, 0xBD, 0x59, 0x9F,
+0x83, 0x1E, 0x57, 0xE9,
+
+0x38, 0x47, 0x38, 0xAF,
+0x34, 0x20,
+0x2A, 0x30,
+
+0x00, 0xE0,
+0x0D, 0x20,
+0x32, 0x20,
+0x05, 0x20,
+
+0x87, 0x80, 0x57, 0xE9,
+0x1F, 0x54, 0x57, 0x9F,
+
+0x17, 0x42, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x6A,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x37, 0x1E, 0x4F, 0xE9,
+
+0x37, 0x32, 0x2A, 0xAF,
+0x00, 0xE0,
+0x32, 0x00,
+
+0x00, 0x80, 0x00, 0xE8,
+0x27, 0xC0, 0x44, 0xC0,
+
+0x36, 0x1F, 0x4F, 0xE9,
+0x1F, 0x1F, 0x26, 0xDF,
+
+0x37, 0x1B, 0x37, 0xBF,
+0x17, 0x26, 0x17, 0xDF,
+
+0x3E, 0x17, 0x4F, 0xE9,
+0x3F, 0x3F, 0x4F, 0xE9,
+
+0x34, 0x1F, 0x34, 0xAF,
+0x2B, 0x05,
+0xA7, 0x20,
+
+0x33, 0x2B, 0x37, 0xDF,
+0x27, 0x17, 0xC0, 0xAF,
+
+0x34, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x03, 0x80, 0x0A, 0xEA,
+0x17, 0xC1, 0x2B, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB3, 0x68,
+0x97, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0xC0, 0x33, 0xAF,
+0x3C, 0x27, 0x4F, 0xE9,
+
+0x57, 0x39, 0x20, 0xE9,
+0x28, 0x19, 0x60, 0xEC,
+
+0x2B, 0x32, 0x20, 0xE9,
+0x1D, 0x3B, 0x20, 0xE9,
+
+0xB3, 0x05,
+0x00, 0xE0,
+0x16, 0x28, 0x20, 0xE9,
+
+0x23, 0x3B, 0x33, 0xAD,
+0x1E, 0x2B, 0x20, 0xE9,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x57, 0x36, 0x20, 0xE9,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x90, 0xE2,
+0x00, 0xE0,
+
+0x85, 0xFF, 0x20, 0xEA,
+0x19, 0xC8, 0xC1, 0xCD,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x9F, 0x41, 0x49, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x41, 0x49, 0xBD,
+0x2D, 0x41, 0x51, 0xBD,
+
+0x0D, 0x80, 0x07, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x35, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x25, 0x30,
+0x2D, 0x30,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0xA7, 0x5B, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x84, 0xFF, 0x0A, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC9, 0x41, 0xC8, 0xEC,
+0x42, 0xE1,
+0x00, 0xE0,
+
+0x82, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC8, 0x40, 0xC0, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x7F, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+};
+
+static unsigned char warp_g200_tgza[] = {
+
+0x00, 0x98, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x81, 0x04,
+0x89, 0x04,
+0x01, 0x04,
+0x09, 0x04,
+
+0xC9, 0x41, 0xC0, 0xEC,
+0x11, 0x04,
+0x00, 0xE0,
+
+0x41, 0xCC, 0x41, 0xCD,
+0x49, 0xCC, 0x49, 0xCD,
+
+0xD1, 0x41, 0xC0, 0xEC,
+0x51, 0xCC, 0x51, 0xCD,
+
+0x80, 0x04,
+0x10, 0x04,
+0x08, 0x04,
+0x00, 0xE0,
+
+0x00, 0xCC, 0xC0, 0xCD,
+0xD1, 0x49, 0xC0, 0xEC,
+
+0x8A, 0x1F, 0x20, 0xE9,
+0x8B, 0x3F, 0x20, 0xE9,
+
+0x41, 0x3C, 0x41, 0xAD,
+0x49, 0x3C, 0x49, 0xAD,
+
+0x10, 0xCC, 0x10, 0xCD,
+0x08, 0xCC, 0x08, 0xCD,
+
+0xB9, 0x41, 0x49, 0xBB,
+0x1F, 0xF0, 0x41, 0xCD,
+
+0x51, 0x3C, 0x51, 0xAD,
+0x00, 0x98, 0x80, 0xE9,
+
+0x7D, 0x80, 0x07, 0xEA,
+0x24, 0x1F, 0x20, 0xE9,
+
+0x15, 0x41, 0x49, 0xBD,
+0x1D, 0x41, 0x51, 0xBD,
+
+0x2E, 0x41, 0x2A, 0xB8,
+0x34, 0x53, 0xA0, 0xE8,
+
+0x15, 0x30,
+0x1D, 0x30,
+0x58, 0xE3,
+0x00, 0xE0,
+
+0xB5, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x24, 0x43, 0xA0, 0xE8,
+0x2C, 0x4B, 0xA0, 0xE8,
+
+0x15, 0x72,
+0x09, 0xE3,
+0x00, 0xE0,
+0x1D, 0x72,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0x97, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6C, 0x64, 0xC8, 0xEC,
+0x98, 0xE1,
+0xB5, 0x05,
+
+0xBD, 0x05,
+0x2E, 0x30,
+0x32, 0xC0, 0xA0, 0xE8,
+
+0x33, 0xC0, 0xA0, 0xE8,
+0x74, 0x64, 0xC8, 0xEC,
+
+0x40, 0x3C, 0x40, 0xAD,
+0x32, 0x6A,
+0x2A, 0x30,
+
+0x20, 0x73,
+0x33, 0x6A,
+0x00, 0xE0,
+0x28, 0x73,
+
+0x1C, 0x72,
+0x83, 0xE2,
+0x6B, 0x80, 0x15, 0xEA,
+
+0xB8, 0x3D, 0x28, 0xDF,
+0x30, 0x35, 0x20, 0xDF,
+
+0x40, 0x30,
+0x00, 0xE0,
+0xCC, 0xE2,
+0x64, 0x72,
+
+0x25, 0x42, 0x52, 0xBF,
+0x2D, 0x42, 0x4A, 0xBF,
+
+0x30, 0x2E, 0x30, 0xDF,
+0x38, 0x2E, 0x38, 0xDF,
+
+0x18, 0x1D, 0x45, 0xE9,
+0x1E, 0x15, 0x45, 0xE9,
+
+0x2B, 0x49, 0x51, 0xBD,
+0x00, 0xE0,
+0x1F, 0x73,
+
+0x38, 0x38, 0x40, 0xAF,
+0x30, 0x30, 0x40, 0xAF,
+
+0x24, 0x1F, 0x24, 0xDF,
+0x1D, 0x32, 0x20, 0xE9,
+
+0x2C, 0x1F, 0x2C, 0xDF,
+0x1A, 0x33, 0x20, 0xE9,
+
+0xB0, 0x10,
+0x08, 0xE3,
+0x40, 0x10,
+0xB8, 0x10,
+
+0x26, 0xF0, 0x30, 0xCD,
+0x2F, 0xF0, 0x38, 0xCD,
+
+0x2B, 0x80, 0x20, 0xE9,
+0x2A, 0x80, 0x20, 0xE9,
+
+0xA6, 0x20,
+0x88, 0xE2,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x28, 0x2A, 0x26, 0xAF,
+0x20, 0x2A, 0xC0, 0xAF,
+
+0x34, 0x1F, 0x34, 0xDF,
+0x46, 0x24, 0x46, 0xDF,
+
+0x28, 0x30, 0x80, 0xBF,
+0x20, 0x38, 0x80, 0xBF,
+
+0x47, 0x24, 0x47, 0xDF,
+0x4E, 0x2C, 0x4E, 0xDF,
+
+0x4F, 0x2C, 0x4F, 0xDF,
+0x56, 0x34, 0x56, 0xDF,
+
+0x28, 0x15, 0x28, 0xDF,
+0x20, 0x1D, 0x20, 0xDF,
+
+0x57, 0x34, 0x57, 0xDF,
+0x00, 0xE0,
+0x1D, 0x05,
+
+0x04, 0x80, 0x10, 0xEA,
+0x89, 0xE2,
+0x2B, 0x30,
+
+0x3F, 0xC1, 0x1D, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x68,
+0xBF, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x20, 0xC0, 0x20, 0xAF,
+0x28, 0x05,
+0x97, 0x74,
+
+0x00, 0xE0,
+0x2A, 0x10,
+0x16, 0xC0, 0x20, 0xE9,
+
+0x04, 0x80, 0x10, 0xEA,
+0x8C, 0xE2,
+0x95, 0x05,
+
+0x28, 0xC1, 0x28, 0xAD,
+0x1F, 0xC1, 0x15, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA8, 0x67,
+0x9F, 0x6B,
+0x00, 0x80, 0x00, 0xE8,
+
+0x28, 0xC0, 0x28, 0xAD,
+0x1D, 0x25,
+0x20, 0x05,
+
+0x28, 0x32, 0x80, 0xAD,
+0x40, 0x2A, 0x40, 0xBD,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x20, 0x33, 0x20, 0xAD,
+
+0x20, 0x73,
+0x00, 0xE0,
+0xB6, 0x49, 0x51, 0xBB,
+
+0x26, 0x2F, 0xB0, 0xE8,
+0x19, 0x20, 0x20, 0xE9,
+
+0x35, 0x20, 0x35, 0xDF,
+0x3D, 0x20, 0x3D, 0xDF,
+
+0x15, 0x20, 0x15, 0xDF,
+0x1D, 0x20, 0x1D, 0xDF,
+
+0x26, 0xD0, 0x26, 0xCD,
+0x29, 0x49, 0x2A, 0xB8,
+
+0x26, 0x40, 0x80, 0xBD,
+0x3B, 0x48, 0x50, 0xBD,
+
+0x3E, 0x54, 0x57, 0x9F,
+0x00, 0xE0,
+0x82, 0xE1,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x26, 0x30,
+0x29, 0x30,
+0x48, 0x3C, 0x48, 0xAD,
+
+0x2B, 0x72,
+0xC2, 0xE1,
+0x2C, 0xC0, 0x44, 0xC2,
+
+0x05, 0x24, 0x34, 0xBF,
+0x0D, 0x24, 0x2C, 0xBF,
+
+0x2D, 0x46, 0x4E, 0xBF,
+0x25, 0x46, 0x56, 0xBF,
+
+0x20, 0x1D, 0x6F, 0x8F,
+0x32, 0x3E, 0x5F, 0xE9,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x30,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x33, 0x1E, 0x5F, 0xE9,
+
+0x05, 0x44, 0x54, 0xB2,
+0x0D, 0x44, 0x4C, 0xB2,
+
+0x19, 0xC0, 0xB0, 0xE8,
+0x34, 0xC0, 0x44, 0xC4,
+
+0x33, 0x73,
+0x00, 0xE0,
+0x3E, 0x62, 0x57, 0x9F,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0xE0,
+0x0D, 0x20,
+
+0x84, 0x3E, 0x58, 0xE9,
+0x28, 0x1D, 0x6F, 0x8F,
+
+0x05, 0x20,
+0x00, 0xE0,
+0x85, 0x1E, 0x58, 0xE9,
+
+0x9B, 0x3B, 0x33, 0xDF,
+0x20, 0x20, 0x42, 0xAF,
+
+0x30, 0x42, 0x56, 0x9F,
+0x80, 0x3E, 0x57, 0xE9,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x30, 0x80, 0x5F, 0xE9,
+
+0x28, 0x28, 0x24, 0xAF,
+0x81, 0x1E, 0x57, 0xE9,
+
+0x05, 0x47, 0x57, 0xBF,
+0x0D, 0x47, 0x4F, 0xBF,
+
+0x88, 0x80, 0x58, 0xE9,
+0x1B, 0x29, 0x1B, 0xDF,
+
+0x30, 0x1D, 0x6F, 0x8F,
+0x3A, 0x30, 0x4F, 0xE9,
+
+0x1C, 0x30, 0x26, 0xDF,
+0x09, 0xE3,
+0x3B, 0x05,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x3B, 0x3F, 0x4F, 0xE9,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x00, 0xE0,
+0xAC, 0x20,
+
+0x2D, 0x44, 0x4C, 0xB4,
+0x2C, 0x1C, 0xC0, 0xAF,
+
+0x25, 0x44, 0x54, 0xB4,
+0x00, 0xE0,
+0xC8, 0x30,
+
+0x30, 0x46, 0x30, 0xAF,
+0x1B, 0x1B, 0x48, 0xAF,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x38, 0x2C, 0x4F, 0xE9,
+
+0x86, 0x80, 0x57, 0xE9,
+0x38, 0x1D, 0x6F, 0x8F,
+
+0x28, 0x74,
+0x00, 0xE0,
+0x0D, 0x44, 0x4C, 0xB0,
+
+0x05, 0x44, 0x54, 0xB0,
+0x2D, 0x20,
+0x9B, 0x10,
+
+0x82, 0x3E, 0x57, 0xE9,
+0x32, 0xF0, 0x1B, 0xCD,
+
+0x1E, 0xBD, 0x59, 0x9F,
+0x83, 0x1E, 0x57, 0xE9,
+
+0x38, 0x47, 0x38, 0xAF,
+0x34, 0x20,
+0x2A, 0x30,
+
+0x00, 0xE0,
+0x0D, 0x20,
+0x32, 0x20,
+0x05, 0x20,
+
+0x87, 0x80, 0x57, 0xE9,
+0x1F, 0x54, 0x57, 0x9F,
+
+0x17, 0x42, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x6A,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x37, 0x1E, 0x4F, 0xE9,
+
+0x37, 0x32, 0x2A, 0xAF,
+0x00, 0xE0,
+0x32, 0x00,
+
+0x00, 0x80, 0x00, 0xE8,
+0x27, 0xC0, 0x44, 0xC0,
+
+0x36, 0x1F, 0x4F, 0xE9,
+0x1F, 0x1F, 0x26, 0xDF,
+
+0x37, 0x1B, 0x37, 0xBF,
+0x17, 0x26, 0x17, 0xDF,
+
+0x3E, 0x17, 0x4F, 0xE9,
+0x3F, 0x3F, 0x4F, 0xE9,
+
+0x34, 0x1F, 0x34, 0xAF,
+0x2B, 0x05,
+0xA7, 0x20,
+
+0x33, 0x2B, 0x37, 0xDF,
+0x27, 0x17, 0xC0, 0xAF,
+
+0x34, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2D, 0x44, 0x4C, 0xB6,
+0x25, 0x44, 0x54, 0xB6,
+
+0x03, 0x80, 0x2A, 0xEA,
+0x17, 0xC1, 0x2B, 0xBD,
+
+0x2D, 0x20,
+0x25, 0x20,
+0x07, 0xC0, 0x44, 0xC6,
+
+0xB3, 0x68,
+0x97, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0xC0, 0x33, 0xAF,
+0x3C, 0x27, 0x4F, 0xE9,
+
+0x1F, 0x62, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x3F, 0x3D, 0x5D, 0x9F,
+0x00, 0xE0,
+0x07, 0x20,
+
+0x00, 0x80, 0x00, 0xE8,
+0x28, 0x19, 0x60, 0xEC,
+
+0xB3, 0x05,
+0x00, 0xE0,
+0x00, 0x80, 0x00, 0xE8,
+
+0x23, 0x3B, 0x33, 0xAD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0x26, 0x1F, 0xDF,
+0x9D, 0x1F, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x9E, 0x3F, 0x4F, 0xE9,
+
+0x07, 0x07, 0x1F, 0xAF,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x9C, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x57, 0x39, 0x20, 0xE9,
+
+0x16, 0x28, 0x20, 0xE9,
+0x1D, 0x3B, 0x20, 0xE9,
+
+0x1E, 0x2B, 0x20, 0xE9,
+0x2B, 0x32, 0x20, 0xE9,
+
+0x1C, 0x23, 0x20, 0xE9,
+0x57, 0x36, 0x20, 0xE9,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x90, 0xE2,
+0x00, 0xE0,
+
+0x7A, 0xFF, 0x20, 0xEA,
+0x19, 0xC8, 0xC1, 0xCD,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x9F, 0x41, 0x49, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x41, 0x49, 0xBD,
+0x2D, 0x41, 0x51, 0xBD,
+
+0x0D, 0x80, 0x07, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x35, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x25, 0x30,
+0x2D, 0x30,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0xA7, 0x5B, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x79, 0xFF, 0x0A, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC9, 0x41, 0xC8, 0xEC,
+0x42, 0xE1,
+0x00, 0xE0,
+
+0x77, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC8, 0x40, 0xC0, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x74, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+};
+
+static unsigned char warp_g200_tgzaf[] = {
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x98, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x81, 0x04,
+0x89, 0x04,
+0x01, 0x04,
+0x09, 0x04,
+
+0xC9, 0x41, 0xC0, 0xEC,
+0x11, 0x04,
+0x00, 0xE0,
+
+0x41, 0xCC, 0x41, 0xCD,
+0x49, 0xCC, 0x49, 0xCD,
+
+0xD1, 0x41, 0xC0, 0xEC,
+0x51, 0xCC, 0x51, 0xCD,
+
+0x80, 0x04,
+0x10, 0x04,
+0x08, 0x04,
+0x00, 0xE0,
+
+0x00, 0xCC, 0xC0, 0xCD,
+0xD1, 0x49, 0xC0, 0xEC,
+
+0x8A, 0x1F, 0x20, 0xE9,
+0x8B, 0x3F, 0x20, 0xE9,
+
+0x41, 0x3C, 0x41, 0xAD,
+0x49, 0x3C, 0x49, 0xAD,
+
+0x10, 0xCC, 0x10, 0xCD,
+0x08, 0xCC, 0x08, 0xCD,
+
+0xB9, 0x41, 0x49, 0xBB,
+0x1F, 0xF0, 0x41, 0xCD,
+
+0x51, 0x3C, 0x51, 0xAD,
+0x00, 0x98, 0x80, 0xE9,
+
+0x83, 0x80, 0x07, 0xEA,
+0x24, 0x1F, 0x20, 0xE9,
+
+0x21, 0x45, 0x80, 0xE8,
+0x1A, 0x4D, 0x80, 0xE8,
+
+0x31, 0x55, 0x80, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0x41, 0x49, 0xBD,
+0x1D, 0x41, 0x51, 0xBD,
+
+0x2E, 0x41, 0x2A, 0xB8,
+0x34, 0x53, 0xA0, 0xE8,
+
+0x15, 0x30,
+0x1D, 0x30,
+0x58, 0xE3,
+0x00, 0xE0,
+
+0xB5, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x24, 0x43, 0xA0, 0xE8,
+0x2C, 0x4B, 0xA0, 0xE8,
+
+0x15, 0x72,
+0x09, 0xE3,
+0x00, 0xE0,
+0x1D, 0x72,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0x97, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6C, 0x64, 0xC8, 0xEC,
+0x98, 0xE1,
+0xB5, 0x05,
+
+0xBD, 0x05,
+0x2E, 0x30,
+0x32, 0xC0, 0xA0, 0xE8,
+
+0x33, 0xC0, 0xA0, 0xE8,
+0x74, 0x64, 0xC8, 0xEC,
+
+0x40, 0x3C, 0x40, 0xAD,
+0x32, 0x6A,
+0x2A, 0x30,
+
+0x20, 0x73,
+0x33, 0x6A,
+0x00, 0xE0,
+0x28, 0x73,
+
+0x1C, 0x72,
+0x83, 0xE2,
+0x6F, 0x80, 0x15, 0xEA,
+
+0xB8, 0x3D, 0x28, 0xDF,
+0x30, 0x35, 0x20, 0xDF,
+
+0x40, 0x30,
+0x00, 0xE0,
+0xCC, 0xE2,
+0x64, 0x72,
+
+0x25, 0x42, 0x52, 0xBF,
+0x2D, 0x42, 0x4A, 0xBF,
+
+0x30, 0x2E, 0x30, 0xDF,
+0x38, 0x2E, 0x38, 0xDF,
+
+0x18, 0x1D, 0x45, 0xE9,
+0x1E, 0x15, 0x45, 0xE9,
+
+0x2B, 0x49, 0x51, 0xBD,
+0x00, 0xE0,
+0x1F, 0x73,
+
+0x38, 0x38, 0x40, 0xAF,
+0x30, 0x30, 0x40, 0xAF,
+
+0x24, 0x1F, 0x24, 0xDF,
+0x1D, 0x32, 0x20, 0xE9,
+
+0x2C, 0x1F, 0x2C, 0xDF,
+0x1A, 0x33, 0x20, 0xE9,
+
+0xB0, 0x10,
+0x08, 0xE3,
+0x40, 0x10,
+0xB8, 0x10,
+
+0x26, 0xF0, 0x30, 0xCD,
+0x2F, 0xF0, 0x38, 0xCD,
+
+0x2B, 0x80, 0x20, 0xE9,
+0x2A, 0x80, 0x20, 0xE9,
+
+0xA6, 0x20,
+0x88, 0xE2,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x28, 0x2A, 0x26, 0xAF,
+0x20, 0x2A, 0xC0, 0xAF,
+
+0x34, 0x1F, 0x34, 0xDF,
+0x46, 0x24, 0x46, 0xDF,
+
+0x28, 0x30, 0x80, 0xBF,
+0x20, 0x38, 0x80, 0xBF,
+
+0x47, 0x24, 0x47, 0xDF,
+0x4E, 0x2C, 0x4E, 0xDF,
+
+0x4F, 0x2C, 0x4F, 0xDF,
+0x56, 0x34, 0x56, 0xDF,
+
+0x28, 0x15, 0x28, 0xDF,
+0x20, 0x1D, 0x20, 0xDF,
+
+0x57, 0x34, 0x57, 0xDF,
+0x00, 0xE0,
+0x1D, 0x05,
+
+0x04, 0x80, 0x10, 0xEA,
+0x89, 0xE2,
+0x2B, 0x30,
+
+0x3F, 0xC1, 0x1D, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x68,
+0xBF, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x20, 0xC0, 0x20, 0xAF,
+0x28, 0x05,
+0x97, 0x74,
+
+0x00, 0xE0,
+0x2A, 0x10,
+0x16, 0xC0, 0x20, 0xE9,
+
+0x04, 0x80, 0x10, 0xEA,
+0x8C, 0xE2,
+0x95, 0x05,
+
+0x28, 0xC1, 0x28, 0xAD,
+0x1F, 0xC1, 0x15, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA8, 0x67,
+0x9F, 0x6B,
+0x00, 0x80, 0x00, 0xE8,
+
+0x28, 0xC0, 0x28, 0xAD,
+0x1D, 0x25,
+0x20, 0x05,
+
+0x28, 0x32, 0x80, 0xAD,
+0x40, 0x2A, 0x40, 0xBD,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x20, 0x33, 0x20, 0xAD,
+
+0x20, 0x73,
+0x00, 0xE0,
+0xB6, 0x49, 0x51, 0xBB,
+
+0x26, 0x2F, 0xB0, 0xE8,
+0x19, 0x20, 0x20, 0xE9,
+
+0x35, 0x20, 0x35, 0xDF,
+0x3D, 0x20, 0x3D, 0xDF,
+
+0x15, 0x20, 0x15, 0xDF,
+0x1D, 0x20, 0x1D, 0xDF,
+
+0x26, 0xD0, 0x26, 0xCD,
+0x29, 0x49, 0x2A, 0xB8,
+
+0x26, 0x40, 0x80, 0xBD,
+0x3B, 0x48, 0x50, 0xBD,
+
+0x3E, 0x54, 0x57, 0x9F,
+0x00, 0xE0,
+0x82, 0xE1,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x26, 0x30,
+0x29, 0x30,
+0x48, 0x3C, 0x48, 0xAD,
+
+0x2B, 0x72,
+0xC2, 0xE1,
+0x2C, 0xC0, 0x44, 0xC2,
+
+0x05, 0x24, 0x34, 0xBF,
+0x0D, 0x24, 0x2C, 0xBF,
+
+0x2D, 0x46, 0x4E, 0xBF,
+0x25, 0x46, 0x56, 0xBF,
+
+0x20, 0x1D, 0x6F, 0x8F,
+0x32, 0x3E, 0x5F, 0xE9,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x30,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x33, 0x1E, 0x5F, 0xE9,
+
+0x05, 0x44, 0x54, 0xB2,
+0x0D, 0x44, 0x4C, 0xB2,
+
+0x19, 0xC0, 0xB0, 0xE8,
+0x34, 0xC0, 0x44, 0xC4,
+
+0x33, 0x73,
+0x00, 0xE0,
+0x3E, 0x62, 0x57, 0x9F,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0xE0,
+0x0D, 0x20,
+
+0x84, 0x3E, 0x58, 0xE9,
+0x28, 0x1D, 0x6F, 0x8F,
+
+0x05, 0x20,
+0x00, 0xE0,
+0x85, 0x1E, 0x58, 0xE9,
+
+0x9B, 0x3B, 0x33, 0xDF,
+0x20, 0x20, 0x42, 0xAF,
+
+0x30, 0x42, 0x56, 0x9F,
+0x80, 0x3E, 0x57, 0xE9,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x30, 0x80, 0x5F, 0xE9,
+
+0x28, 0x28, 0x24, 0xAF,
+0x81, 0x1E, 0x57, 0xE9,
+
+0x05, 0x47, 0x57, 0xBF,
+0x0D, 0x47, 0x4F, 0xBF,
+
+0x88, 0x80, 0x58, 0xE9,
+0x1B, 0x29, 0x1B, 0xDF,
+
+0x30, 0x1D, 0x6F, 0x8F,
+0x3A, 0x30, 0x4F, 0xE9,
+
+0x1C, 0x30, 0x26, 0xDF,
+0x09, 0xE3,
+0x3B, 0x05,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x3B, 0x3F, 0x4F, 0xE9,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x00, 0xE0,
+0xAC, 0x20,
+
+0x2D, 0x44, 0x4C, 0xB4,
+0x2C, 0x1C, 0xC0, 0xAF,
+
+0x25, 0x44, 0x54, 0xB4,
+0x00, 0xE0,
+0xC8, 0x30,
+
+0x30, 0x46, 0x30, 0xAF,
+0x1B, 0x1B, 0x48, 0xAF,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x38, 0x2C, 0x4F, 0xE9,
+
+0x86, 0x80, 0x57, 0xE9,
+0x38, 0x1D, 0x6F, 0x8F,
+
+0x28, 0x74,
+0x00, 0xE0,
+0x0D, 0x44, 0x4C, 0xB0,
+
+0x05, 0x44, 0x54, 0xB0,
+0x2D, 0x20,
+0x9B, 0x10,
+
+0x82, 0x3E, 0x57, 0xE9,
+0x32, 0xF0, 0x1B, 0xCD,
+
+0x1E, 0xBD, 0x59, 0x9F,
+0x83, 0x1E, 0x57, 0xE9,
+
+0x38, 0x47, 0x38, 0xAF,
+0x34, 0x20,
+0x2A, 0x30,
+
+0x00, 0xE0,
+0x0D, 0x20,
+0x32, 0x20,
+0x05, 0x20,
+
+0x87, 0x80, 0x57, 0xE9,
+0x1F, 0x54, 0x57, 0x9F,
+
+0x17, 0x42, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x6A,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x37, 0x1E, 0x4F, 0xE9,
+
+0x37, 0x32, 0x2A, 0xAF,
+0x00, 0xE0,
+0x32, 0x00,
+
+0x00, 0x80, 0x00, 0xE8,
+0x27, 0xC0, 0x44, 0xC0,
+
+0x36, 0x1F, 0x4F, 0xE9,
+0x1F, 0x1F, 0x26, 0xDF,
+
+0x37, 0x1B, 0x37, 0xBF,
+0x17, 0x26, 0x17, 0xDF,
+
+0x3E, 0x17, 0x4F, 0xE9,
+0x3F, 0x3F, 0x4F, 0xE9,
+
+0x34, 0x1F, 0x34, 0xAF,
+0x2B, 0x05,
+0xA7, 0x20,
+
+0x33, 0x2B, 0x37, 0xDF,
+0x27, 0x17, 0xC0, 0xAF,
+
+0x34, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0D, 0x21, 0x1A, 0xB6,
+0x05, 0x21, 0x31, 0xB6,
+
+0x2D, 0x44, 0x4C, 0xB6,
+0x25, 0x44, 0x54, 0xB6,
+
+0x03, 0x80, 0x2A, 0xEA,
+0x17, 0xC1, 0x2B, 0xBD,
+
+0x0D, 0x20,
+0x05, 0x20,
+0x2F, 0xC0, 0x21, 0xC6,
+
+0xB3, 0x68,
+0x97, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0xC0, 0x33, 0xAF,
+0x3C, 0x27, 0x4F, 0xE9,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x07, 0xC0, 0x44, 0xC6,
+
+0x17, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x2D, 0x20,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0xE0,
+0x2F, 0x20,
+
+0x1F, 0x62, 0x57, 0x9F,
+0x00, 0xE0,
+0x07, 0x20,
+
+0x3F, 0x3D, 0x5D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x28, 0x19, 0x60, 0xEC,
+
+0xB3, 0x05,
+0x00, 0xE0,
+0x17, 0x26, 0x17, 0xDF,
+
+0x23, 0x3B, 0x33, 0xAD,
+0x35, 0x17, 0x4F, 0xE9,
+
+0x1F, 0x26, 0x1F, 0xDF,
+0x9D, 0x1F, 0x4F, 0xE9,
+
+0x9E, 0x3F, 0x4F, 0xE9,
+0x39, 0x37, 0x4F, 0xE9,
+
+0x2F, 0x2F, 0x17, 0xAF,
+0x00, 0x80, 0x00, 0xE8,
+
+0x07, 0x07, 0x1F, 0xAF,
+0x00, 0x80, 0x00, 0xE8,
+
+0x31, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x9C, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x57, 0x39, 0x20, 0xE9,
+
+0x16, 0x28, 0x20, 0xE9,
+0x1D, 0x3B, 0x20, 0xE9,
+
+0x1E, 0x2B, 0x20, 0xE9,
+0x2B, 0x32, 0x20, 0xE9,
+
+0x1C, 0x23, 0x20, 0xE9,
+0x57, 0x36, 0x20, 0xE9,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x90, 0xE2,
+0x00, 0xE0,
+
+0x74, 0xFF, 0x20, 0xEA,
+0x19, 0xC8, 0xC1, 0xCD,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x9F, 0x41, 0x49, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x41, 0x49, 0xBD,
+0x2D, 0x41, 0x51, 0xBD,
+
+0x0D, 0x80, 0x07, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x35, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x25, 0x30,
+0x2D, 0x30,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0xA7, 0x5B, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x73, 0xFF, 0x0A, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC9, 0x41, 0xC8, 0xEC,
+0x42, 0xE1,
+0x00, 0xE0,
+
+0x71, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC8, 0x40, 0xC0, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6E, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+};
+
+static unsigned char warp_g200_tgzf[] = {
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x98, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x81, 0x04,
+0x89, 0x04,
+0x01, 0x04,
+0x09, 0x04,
+
+0xC9, 0x41, 0xC0, 0xEC,
+0x11, 0x04,
+0x00, 0xE0,
+
+0x41, 0xCC, 0x41, 0xCD,
+0x49, 0xCC, 0x49, 0xCD,
+
+0xD1, 0x41, 0xC0, 0xEC,
+0x51, 0xCC, 0x51, 0xCD,
+
+0x80, 0x04,
+0x10, 0x04,
+0x08, 0x04,
+0x00, 0xE0,
+
+0x00, 0xCC, 0xC0, 0xCD,
+0xD1, 0x49, 0xC0, 0xEC,
+
+0x8A, 0x1F, 0x20, 0xE9,
+0x8B, 0x3F, 0x20, 0xE9,
+
+0x41, 0x3C, 0x41, 0xAD,
+0x49, 0x3C, 0x49, 0xAD,
+
+0x10, 0xCC, 0x10, 0xCD,
+0x08, 0xCC, 0x08, 0xCD,
+
+0xB9, 0x41, 0x49, 0xBB,
+0x1F, 0xF0, 0x41, 0xCD,
+
+0x51, 0x3C, 0x51, 0xAD,
+0x00, 0x98, 0x80, 0xE9,
+
+0x7F, 0x80, 0x07, 0xEA,
+0x24, 0x1F, 0x20, 0xE9,
+
+0x21, 0x45, 0x80, 0xE8,
+0x1A, 0x4D, 0x80, 0xE8,
+
+0x31, 0x55, 0x80, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0x41, 0x49, 0xBD,
+0x1D, 0x41, 0x51, 0xBD,
+
+0x2E, 0x41, 0x2A, 0xB8,
+0x34, 0x53, 0xA0, 0xE8,
+
+0x15, 0x30,
+0x1D, 0x30,
+0x58, 0xE3,
+0x00, 0xE0,
+
+0xB5, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x24, 0x43, 0xA0, 0xE8,
+0x2C, 0x4B, 0xA0, 0xE8,
+
+0x15, 0x72,
+0x09, 0xE3,
+0x00, 0xE0,
+0x1D, 0x72,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0x97, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6C, 0x64, 0xC8, 0xEC,
+0x98, 0xE1,
+0xB5, 0x05,
+
+0xBD, 0x05,
+0x2E, 0x30,
+0x32, 0xC0, 0xA0, 0xE8,
+
+0x33, 0xC0, 0xA0, 0xE8,
+0x74, 0x64, 0xC8, 0xEC,
+
+0x40, 0x3C, 0x40, 0xAD,
+0x32, 0x6A,
+0x2A, 0x30,
+
+0x20, 0x73,
+0x33, 0x6A,
+0x00, 0xE0,
+0x28, 0x73,
+
+0x1C, 0x72,
+0x83, 0xE2,
+0x6B, 0x80, 0x15, 0xEA,
+
+0xB8, 0x3D, 0x28, 0xDF,
+0x30, 0x35, 0x20, 0xDF,
+
+0x40, 0x30,
+0x00, 0xE0,
+0xCC, 0xE2,
+0x64, 0x72,
+
+0x25, 0x42, 0x52, 0xBF,
+0x2D, 0x42, 0x4A, 0xBF,
+
+0x30, 0x2E, 0x30, 0xDF,
+0x38, 0x2E, 0x38, 0xDF,
+
+0x18, 0x1D, 0x45, 0xE9,
+0x1E, 0x15, 0x45, 0xE9,
+
+0x2B, 0x49, 0x51, 0xBD,
+0x00, 0xE0,
+0x1F, 0x73,
+
+0x38, 0x38, 0x40, 0xAF,
+0x30, 0x30, 0x40, 0xAF,
+
+0x24, 0x1F, 0x24, 0xDF,
+0x1D, 0x32, 0x20, 0xE9,
+
+0x2C, 0x1F, 0x2C, 0xDF,
+0x1A, 0x33, 0x20, 0xE9,
+
+0xB0, 0x10,
+0x08, 0xE3,
+0x40, 0x10,
+0xB8, 0x10,
+
+0x26, 0xF0, 0x30, 0xCD,
+0x2F, 0xF0, 0x38, 0xCD,
+
+0x2B, 0x80, 0x20, 0xE9,
+0x2A, 0x80, 0x20, 0xE9,
+
+0xA6, 0x20,
+0x88, 0xE2,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x28, 0x2A, 0x26, 0xAF,
+0x20, 0x2A, 0xC0, 0xAF,
+
+0x34, 0x1F, 0x34, 0xDF,
+0x46, 0x24, 0x46, 0xDF,
+
+0x28, 0x30, 0x80, 0xBF,
+0x20, 0x38, 0x80, 0xBF,
+
+0x47, 0x24, 0x47, 0xDF,
+0x4E, 0x2C, 0x4E, 0xDF,
+
+0x4F, 0x2C, 0x4F, 0xDF,
+0x56, 0x34, 0x56, 0xDF,
+
+0x28, 0x15, 0x28, 0xDF,
+0x20, 0x1D, 0x20, 0xDF,
+
+0x57, 0x34, 0x57, 0xDF,
+0x00, 0xE0,
+0x1D, 0x05,
+
+0x04, 0x80, 0x10, 0xEA,
+0x89, 0xE2,
+0x2B, 0x30,
+
+0x3F, 0xC1, 0x1D, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x68,
+0xBF, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x20, 0xC0, 0x20, 0xAF,
+0x28, 0x05,
+0x97, 0x74,
+
+0x00, 0xE0,
+0x2A, 0x10,
+0x16, 0xC0, 0x20, 0xE9,
+
+0x04, 0x80, 0x10, 0xEA,
+0x8C, 0xE2,
+0x95, 0x05,
+
+0x28, 0xC1, 0x28, 0xAD,
+0x1F, 0xC1, 0x15, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA8, 0x67,
+0x9F, 0x6B,
+0x00, 0x80, 0x00, 0xE8,
+
+0x28, 0xC0, 0x28, 0xAD,
+0x1D, 0x25,
+0x20, 0x05,
+
+0x28, 0x32, 0x80, 0xAD,
+0x40, 0x2A, 0x40, 0xBD,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x20, 0x33, 0x20, 0xAD,
+
+0x20, 0x73,
+0x00, 0xE0,
+0xB6, 0x49, 0x51, 0xBB,
+
+0x26, 0x2F, 0xB0, 0xE8,
+0x19, 0x20, 0x20, 0xE9,
+
+0x35, 0x20, 0x35, 0xDF,
+0x3D, 0x20, 0x3D, 0xDF,
+
+0x15, 0x20, 0x15, 0xDF,
+0x1D, 0x20, 0x1D, 0xDF,
+
+0x26, 0xD0, 0x26, 0xCD,
+0x29, 0x49, 0x2A, 0xB8,
+
+0x26, 0x40, 0x80, 0xBD,
+0x3B, 0x48, 0x50, 0xBD,
+
+0x3E, 0x54, 0x57, 0x9F,
+0x00, 0xE0,
+0x82, 0xE1,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x26, 0x30,
+0x29, 0x30,
+0x48, 0x3C, 0x48, 0xAD,
+
+0x2B, 0x72,
+0xC2, 0xE1,
+0x2C, 0xC0, 0x44, 0xC2,
+
+0x05, 0x24, 0x34, 0xBF,
+0x0D, 0x24, 0x2C, 0xBF,
+
+0x2D, 0x46, 0x4E, 0xBF,
+0x25, 0x46, 0x56, 0xBF,
+
+0x20, 0x1D, 0x6F, 0x8F,
+0x32, 0x3E, 0x5F, 0xE9,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x30,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x33, 0x1E, 0x5F, 0xE9,
+
+0x05, 0x44, 0x54, 0xB2,
+0x0D, 0x44, 0x4C, 0xB2,
+
+0x19, 0xC0, 0xB0, 0xE8,
+0x34, 0xC0, 0x44, 0xC4,
+
+0x33, 0x73,
+0x00, 0xE0,
+0x3E, 0x62, 0x57, 0x9F,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0xE0,
+0x0D, 0x20,
+
+0x84, 0x3E, 0x58, 0xE9,
+0x28, 0x1D, 0x6F, 0x8F,
+
+0x05, 0x20,
+0x00, 0xE0,
+0x85, 0x1E, 0x58, 0xE9,
+
+0x9B, 0x3B, 0x33, 0xDF,
+0x20, 0x20, 0x42, 0xAF,
+
+0x30, 0x42, 0x56, 0x9F,
+0x80, 0x3E, 0x57, 0xE9,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x30, 0x80, 0x5F, 0xE9,
+
+0x28, 0x28, 0x24, 0xAF,
+0x81, 0x1E, 0x57, 0xE9,
+
+0x05, 0x47, 0x57, 0xBF,
+0x0D, 0x47, 0x4F, 0xBF,
+
+0x88, 0x80, 0x58, 0xE9,
+0x1B, 0x29, 0x1B, 0xDF,
+
+0x30, 0x1D, 0x6F, 0x8F,
+0x3A, 0x30, 0x4F, 0xE9,
+
+0x1C, 0x30, 0x26, 0xDF,
+0x09, 0xE3,
+0x3B, 0x05,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x3B, 0x3F, 0x4F, 0xE9,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x00, 0xE0,
+0xAC, 0x20,
+
+0x2D, 0x44, 0x4C, 0xB4,
+0x2C, 0x1C, 0xC0, 0xAF,
+
+0x25, 0x44, 0x54, 0xB4,
+0x00, 0xE0,
+0xC8, 0x30,
+
+0x30, 0x46, 0x30, 0xAF,
+0x1B, 0x1B, 0x48, 0xAF,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x38, 0x2C, 0x4F, 0xE9,
+
+0x86, 0x80, 0x57, 0xE9,
+0x38, 0x1D, 0x6F, 0x8F,
+
+0x28, 0x74,
+0x00, 0xE0,
+0x0D, 0x44, 0x4C, 0xB0,
+
+0x05, 0x44, 0x54, 0xB0,
+0x2D, 0x20,
+0x9B, 0x10,
+
+0x82, 0x3E, 0x57, 0xE9,
+0x32, 0xF0, 0x1B, 0xCD,
+
+0x1E, 0xBD, 0x59, 0x9F,
+0x83, 0x1E, 0x57, 0xE9,
+
+0x38, 0x47, 0x38, 0xAF,
+0x34, 0x20,
+0x2A, 0x30,
+
+0x00, 0xE0,
+0x0D, 0x20,
+0x32, 0x20,
+0x05, 0x20,
+
+0x87, 0x80, 0x57, 0xE9,
+0x1F, 0x54, 0x57, 0x9F,
+
+0x17, 0x42, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x6A,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x37, 0x1E, 0x4F, 0xE9,
+
+0x37, 0x32, 0x2A, 0xAF,
+0x00, 0xE0,
+0x32, 0x00,
+
+0x00, 0x80, 0x00, 0xE8,
+0x27, 0xC0, 0x44, 0xC0,
+
+0x36, 0x1F, 0x4F, 0xE9,
+0x1F, 0x1F, 0x26, 0xDF,
+
+0x37, 0x1B, 0x37, 0xBF,
+0x17, 0x26, 0x17, 0xDF,
+
+0x3E, 0x17, 0x4F, 0xE9,
+0x3F, 0x3F, 0x4F, 0xE9,
+
+0x34, 0x1F, 0x34, 0xAF,
+0x2B, 0x05,
+0xA7, 0x20,
+
+0x33, 0x2B, 0x37, 0xDF,
+0x27, 0x17, 0xC0, 0xAF,
+
+0x34, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0D, 0x21, 0x1A, 0xB6,
+0x05, 0x21, 0x31, 0xB6,
+
+0x03, 0x80, 0x2A, 0xEA,
+0x17, 0xC1, 0x2B, 0xBD,
+
+0x0D, 0x20,
+0x05, 0x20,
+0x2F, 0xC0, 0x21, 0xC6,
+
+0xB3, 0x68,
+0x97, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0xC0, 0x33, 0xAF,
+0x3C, 0x27, 0x4F, 0xE9,
+
+0x17, 0x50, 0x56, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0xE0,
+0x2F, 0x20,
+
+0x00, 0x80, 0x00, 0xE8,
+0x28, 0x19, 0x60, 0xEC,
+
+0xB3, 0x05,
+0x00, 0xE0,
+0x00, 0x80, 0x00, 0xE8,
+
+0x23, 0x3B, 0x33, 0xAD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x17, 0x26, 0x17, 0xDF,
+0x35, 0x17, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x39, 0x37, 0x4F, 0xE9,
+
+0x2F, 0x2F, 0x17, 0xAF,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x31, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x57, 0x39, 0x20, 0xE9,
+
+0x16, 0x28, 0x20, 0xE9,
+0x1D, 0x3B, 0x20, 0xE9,
+
+0x1E, 0x2B, 0x20, 0xE9,
+0x2B, 0x32, 0x20, 0xE9,
+
+0x1C, 0x23, 0x20, 0xE9,
+0x57, 0x36, 0x20, 0xE9,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x90, 0xE2,
+0x00, 0xE0,
+
+0x78, 0xFF, 0x20, 0xEA,
+0x19, 0xC8, 0xC1, 0xCD,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x9F, 0x41, 0x49, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x41, 0x49, 0xBD,
+0x2D, 0x41, 0x51, 0xBD,
+
+0x0D, 0x80, 0x07, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x35, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x25, 0x30,
+0x2D, 0x30,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0xA7, 0x5B, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x77, 0xFF, 0x0A, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC9, 0x41, 0xC8, 0xEC,
+0x42, 0xE1,
+0x00, 0xE0,
+
+0x75, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC8, 0x40, 0xC0, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x72, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+};
+
+static unsigned char warp_g200_tgzs[] = {
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x98, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x81, 0x04,
+0x89, 0x04,
+0x01, 0x04,
+0x09, 0x04,
+
+0xC9, 0x41, 0xC0, 0xEC,
+0x11, 0x04,
+0x00, 0xE0,
+
+0x41, 0xCC, 0x41, 0xCD,
+0x49, 0xCC, 0x49, 0xCD,
+
+0xD1, 0x41, 0xC0, 0xEC,
+0x51, 0xCC, 0x51, 0xCD,
+
+0x80, 0x04,
+0x10, 0x04,
+0x08, 0x04,
+0x00, 0xE0,
+
+0x00, 0xCC, 0xC0, 0xCD,
+0xD1, 0x49, 0xC0, 0xEC,
+
+0x8A, 0x1F, 0x20, 0xE9,
+0x8B, 0x3F, 0x20, 0xE9,
+
+0x41, 0x3C, 0x41, 0xAD,
+0x49, 0x3C, 0x49, 0xAD,
+
+0x10, 0xCC, 0x10, 0xCD,
+0x08, 0xCC, 0x08, 0xCD,
+
+0xB9, 0x41, 0x49, 0xBB,
+0x1F, 0xF0, 0x41, 0xCD,
+
+0x51, 0x3C, 0x51, 0xAD,
+0x00, 0x98, 0x80, 0xE9,
+
+0x8B, 0x80, 0x07, 0xEA,
+0x24, 0x1F, 0x20, 0xE9,
+
+0x21, 0x45, 0x80, 0xE8,
+0x1A, 0x4D, 0x80, 0xE8,
+
+0x31, 0x55, 0x80, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0x41, 0x49, 0xBD,
+0x1D, 0x41, 0x51, 0xBD,
+
+0x2E, 0x41, 0x2A, 0xB8,
+0x34, 0x53, 0xA0, 0xE8,
+
+0x15, 0x30,
+0x1D, 0x30,
+0x58, 0xE3,
+0x00, 0xE0,
+
+0xB5, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x24, 0x43, 0xA0, 0xE8,
+0x2C, 0x4B, 0xA0, 0xE8,
+
+0x15, 0x72,
+0x09, 0xE3,
+0x00, 0xE0,
+0x1D, 0x72,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0x97, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6C, 0x64, 0xC8, 0xEC,
+0x98, 0xE1,
+0xB5, 0x05,
+
+0xBD, 0x05,
+0x2E, 0x30,
+0x32, 0xC0, 0xA0, 0xE8,
+
+0x33, 0xC0, 0xA0, 0xE8,
+0x74, 0x64, 0xC8, 0xEC,
+
+0x40, 0x3C, 0x40, 0xAD,
+0x32, 0x6A,
+0x2A, 0x30,
+
+0x20, 0x73,
+0x33, 0x6A,
+0x00, 0xE0,
+0x28, 0x73,
+
+0x1C, 0x72,
+0x83, 0xE2,
+0x77, 0x80, 0x15, 0xEA,
+
+0xB8, 0x3D, 0x28, 0xDF,
+0x30, 0x35, 0x20, 0xDF,
+
+0x40, 0x30,
+0x00, 0xE0,
+0xCC, 0xE2,
+0x64, 0x72,
+
+0x25, 0x42, 0x52, 0xBF,
+0x2D, 0x42, 0x4A, 0xBF,
+
+0x30, 0x2E, 0x30, 0xDF,
+0x38, 0x2E, 0x38, 0xDF,
+
+0x18, 0x1D, 0x45, 0xE9,
+0x1E, 0x15, 0x45, 0xE9,
+
+0x2B, 0x49, 0x51, 0xBD,
+0x00, 0xE0,
+0x1F, 0x73,
+
+0x38, 0x38, 0x40, 0xAF,
+0x30, 0x30, 0x40, 0xAF,
+
+0x24, 0x1F, 0x24, 0xDF,
+0x1D, 0x32, 0x20, 0xE9,
+
+0x2C, 0x1F, 0x2C, 0xDF,
+0x1A, 0x33, 0x20, 0xE9,
+
+0xB0, 0x10,
+0x08, 0xE3,
+0x40, 0x10,
+0xB8, 0x10,
+
+0x26, 0xF0, 0x30, 0xCD,
+0x2F, 0xF0, 0x38, 0xCD,
+
+0x2B, 0x80, 0x20, 0xE9,
+0x2A, 0x80, 0x20, 0xE9,
+
+0xA6, 0x20,
+0x88, 0xE2,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x28, 0x2A, 0x26, 0xAF,
+0x20, 0x2A, 0xC0, 0xAF,
+
+0x34, 0x1F, 0x34, 0xDF,
+0x46, 0x24, 0x46, 0xDF,
+
+0x28, 0x30, 0x80, 0xBF,
+0x20, 0x38, 0x80, 0xBF,
+
+0x47, 0x24, 0x47, 0xDF,
+0x4E, 0x2C, 0x4E, 0xDF,
+
+0x4F, 0x2C, 0x4F, 0xDF,
+0x56, 0x34, 0x56, 0xDF,
+
+0x28, 0x15, 0x28, 0xDF,
+0x20, 0x1D, 0x20, 0xDF,
+
+0x57, 0x34, 0x57, 0xDF,
+0x00, 0xE0,
+0x1D, 0x05,
+
+0x04, 0x80, 0x10, 0xEA,
+0x89, 0xE2,
+0x2B, 0x30,
+
+0x3F, 0xC1, 0x1D, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x68,
+0xBF, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x20, 0xC0, 0x20, 0xAF,
+0x28, 0x05,
+0x97, 0x74,
+
+0x00, 0xE0,
+0x2A, 0x10,
+0x16, 0xC0, 0x20, 0xE9,
+
+0x04, 0x80, 0x10, 0xEA,
+0x8C, 0xE2,
+0x95, 0x05,
+
+0x28, 0xC1, 0x28, 0xAD,
+0x1F, 0xC1, 0x15, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA8, 0x67,
+0x9F, 0x6B,
+0x00, 0x80, 0x00, 0xE8,
+
+0x28, 0xC0, 0x28, 0xAD,
+0x1D, 0x25,
+0x20, 0x05,
+
+0x28, 0x32, 0x80, 0xAD,
+0x40, 0x2A, 0x40, 0xBD,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x20, 0x33, 0x20, 0xAD,
+
+0x20, 0x73,
+0x00, 0xE0,
+0xB6, 0x49, 0x51, 0xBB,
+
+0x26, 0x2F, 0xB0, 0xE8,
+0x19, 0x20, 0x20, 0xE9,
+
+0x35, 0x20, 0x35, 0xDF,
+0x3D, 0x20, 0x3D, 0xDF,
+
+0x15, 0x20, 0x15, 0xDF,
+0x1D, 0x20, 0x1D, 0xDF,
+
+0x26, 0xD0, 0x26, 0xCD,
+0x29, 0x49, 0x2A, 0xB8,
+
+0x26, 0x40, 0x80, 0xBD,
+0x3B, 0x48, 0x50, 0xBD,
+
+0x3E, 0x54, 0x57, 0x9F,
+0x00, 0xE0,
+0x82, 0xE1,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x26, 0x30,
+0x29, 0x30,
+0x48, 0x3C, 0x48, 0xAD,
+
+0x2B, 0x72,
+0xC2, 0xE1,
+0x2C, 0xC0, 0x44, 0xC2,
+
+0x05, 0x24, 0x34, 0xBF,
+0x0D, 0x24, 0x2C, 0xBF,
+
+0x2D, 0x46, 0x4E, 0xBF,
+0x25, 0x46, 0x56, 0xBF,
+
+0x20, 0x1D, 0x6F, 0x8F,
+0x32, 0x3E, 0x5F, 0xE9,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x30,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x33, 0x1E, 0x5F, 0xE9,
+
+0x05, 0x44, 0x54, 0xB2,
+0x0D, 0x44, 0x4C, 0xB2,
+
+0x19, 0xC0, 0xB0, 0xE8,
+0x34, 0xC0, 0x44, 0xC4,
+
+0x33, 0x73,
+0x00, 0xE0,
+0x3E, 0x62, 0x57, 0x9F,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0xE0,
+0x0D, 0x20,
+
+0x84, 0x3E, 0x58, 0xE9,
+0x28, 0x1D, 0x6F, 0x8F,
+
+0x05, 0x20,
+0x00, 0xE0,
+0x85, 0x1E, 0x58, 0xE9,
+
+0x9B, 0x3B, 0x33, 0xDF,
+0x20, 0x20, 0x42, 0xAF,
+
+0x30, 0x42, 0x56, 0x9F,
+0x80, 0x3E, 0x57, 0xE9,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x30, 0x80, 0x5F, 0xE9,
+
+0x28, 0x28, 0x24, 0xAF,
+0x81, 0x1E, 0x57, 0xE9,
+
+0x05, 0x47, 0x57, 0xBF,
+0x0D, 0x47, 0x4F, 0xBF,
+
+0x88, 0x80, 0x58, 0xE9,
+0x1B, 0x29, 0x1B, 0xDF,
+
+0x30, 0x1D, 0x6F, 0x8F,
+0x3A, 0x30, 0x4F, 0xE9,
+
+0x1C, 0x30, 0x26, 0xDF,
+0x09, 0xE3,
+0x3B, 0x05,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x3B, 0x3F, 0x4F, 0xE9,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x00, 0xE0,
+0xAC, 0x20,
+
+0x2D, 0x44, 0x4C, 0xB4,
+0x2C, 0x1C, 0xC0, 0xAF,
+
+0x25, 0x44, 0x54, 0xB4,
+0x00, 0xE0,
+0xC8, 0x30,
+
+0x30, 0x46, 0x30, 0xAF,
+0x1B, 0x1B, 0x48, 0xAF,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x38, 0x2C, 0x4F, 0xE9,
+
+0x86, 0x80, 0x57, 0xE9,
+0x38, 0x1D, 0x6F, 0x8F,
+
+0x28, 0x74,
+0x00, 0xE0,
+0x0D, 0x44, 0x4C, 0xB0,
+
+0x05, 0x44, 0x54, 0xB0,
+0x2D, 0x20,
+0x9B, 0x10,
+
+0x82, 0x3E, 0x57, 0xE9,
+0x32, 0xF0, 0x1B, 0xCD,
+
+0x1E, 0xBD, 0x59, 0x9F,
+0x83, 0x1E, 0x57, 0xE9,
+
+0x38, 0x47, 0x38, 0xAF,
+0x34, 0x20,
+0x2A, 0x30,
+
+0x00, 0xE0,
+0x0D, 0x20,
+0x32, 0x20,
+0x05, 0x20,
+
+0x87, 0x80, 0x57, 0xE9,
+0x1F, 0x54, 0x57, 0x9F,
+
+0x17, 0x42, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x6A,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x37, 0x1E, 0x4F, 0xE9,
+
+0x37, 0x32, 0x2A, 0xAF,
+0x00, 0xE0,
+0x32, 0x00,
+
+0x00, 0x80, 0x00, 0xE8,
+0x27, 0xC0, 0x44, 0xC0,
+
+0x36, 0x1F, 0x4F, 0xE9,
+0x1F, 0x1F, 0x26, 0xDF,
+
+0x37, 0x1B, 0x37, 0xBF,
+0x17, 0x26, 0x17, 0xDF,
+
+0x3E, 0x17, 0x4F, 0xE9,
+0x3F, 0x3F, 0x4F, 0xE9,
+
+0x34, 0x1F, 0x34, 0xAF,
+0x2B, 0x05,
+0xA7, 0x20,
+
+0x33, 0x2B, 0x37, 0xDF,
+0x27, 0x17, 0xC0, 0xAF,
+
+0x34, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2D, 0x21, 0x1A, 0xB0,
+0x25, 0x21, 0x31, 0xB0,
+
+0x0D, 0x21, 0x1A, 0xB2,
+0x05, 0x21, 0x31, 0xB2,
+
+0x03, 0x80, 0x2A, 0xEA,
+0x17, 0xC1, 0x2B, 0xBD,
+
+0x2D, 0x20,
+0x25, 0x20,
+0x05, 0x20,
+0x0D, 0x20,
+
+0xB3, 0x68,
+0x97, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0xC0, 0x33, 0xAF,
+0x2F, 0xC0, 0x21, 0xC0,
+
+0x16, 0x42, 0x56, 0x9F,
+0x3C, 0x27, 0x4F, 0xE9,
+
+0x1E, 0x62, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x21, 0x31, 0xB4,
+0x2D, 0x21, 0x1A, 0xB4,
+
+0x3F, 0x2F, 0x5D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0x05,
+0x00, 0xE0,
+0x28, 0x19, 0x60, 0xEC,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0xE0,
+0x2F, 0x20,
+
+0x23, 0x3B, 0x33, 0xAD,
+0x1E, 0x26, 0x1E, 0xDF,
+
+0xA7, 0x1E, 0x4F, 0xE9,
+0x17, 0x26, 0x16, 0xDF,
+
+0x2D, 0x20,
+0x00, 0xE0,
+0xA8, 0x3F, 0x4F, 0xE9,
+
+0x2F, 0x2F, 0x1E, 0xAF,
+0x25, 0x20,
+0x00, 0xE0,
+
+0xA4, 0x16, 0x4F, 0xE9,
+0x0F, 0xC0, 0x21, 0xC2,
+
+0xA6, 0x80, 0x4F, 0xE9,
+0x1F, 0x62, 0x57, 0x9F,
+
+0x3F, 0x2F, 0x5D, 0x9F,
+0x00, 0xE0,
+0x8F, 0x20,
+
+0xA5, 0x37, 0x4F, 0xE9,
+0x0F, 0x17, 0x0F, 0xAF,
+
+0x06, 0xC0, 0x21, 0xC4,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0xA3, 0x80, 0x4F, 0xE9,
+
+0x06, 0x20,
+0x00, 0xE0,
+0x1F, 0x26, 0x1F, 0xDF,
+
+0xA1, 0x1F, 0x4F, 0xE9,
+0xA2, 0x3F, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x06, 0x06, 0x1F, 0xAF,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x57, 0x39, 0x20, 0xE9,
+
+0x16, 0x28, 0x20, 0xE9,
+0x1D, 0x3B, 0x20, 0xE9,
+
+0x1E, 0x2B, 0x20, 0xE9,
+0x2B, 0x32, 0x20, 0xE9,
+
+0x1C, 0x23, 0x20, 0xE9,
+0x57, 0x36, 0x20, 0xE9,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x90, 0xE2,
+0x00, 0xE0,
+
+0x6C, 0xFF, 0x20, 0xEA,
+0x19, 0xC8, 0xC1, 0xCD,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x9F, 0x41, 0x49, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x41, 0x49, 0xBD,
+0x2D, 0x41, 0x51, 0xBD,
+
+0x0D, 0x80, 0x07, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x35, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x25, 0x30,
+0x2D, 0x30,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0xA7, 0x5B, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6B, 0xFF, 0x0A, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC9, 0x41, 0xC8, 0xEC,
+0x42, 0xE1,
+0x00, 0xE0,
+
+0x69, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC8, 0x40, 0xC0, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+};
+
+static unsigned char warp_g200_tgzsa[] = {
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x98, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x81, 0x04,
+0x89, 0x04,
+0x01, 0x04,
+0x09, 0x04,
+
+0xC9, 0x41, 0xC0, 0xEC,
+0x11, 0x04,
+0x00, 0xE0,
+
+0x41, 0xCC, 0x41, 0xCD,
+0x49, 0xCC, 0x49, 0xCD,
+
+0xD1, 0x41, 0xC0, 0xEC,
+0x51, 0xCC, 0x51, 0xCD,
+
+0x80, 0x04,
+0x10, 0x04,
+0x08, 0x04,
+0x00, 0xE0,
+
+0x00, 0xCC, 0xC0, 0xCD,
+0xD1, 0x49, 0xC0, 0xEC,
+
+0x8A, 0x1F, 0x20, 0xE9,
+0x8B, 0x3F, 0x20, 0xE9,
+
+0x41, 0x3C, 0x41, 0xAD,
+0x49, 0x3C, 0x49, 0xAD,
+
+0x10, 0xCC, 0x10, 0xCD,
+0x08, 0xCC, 0x08, 0xCD,
+
+0xB9, 0x41, 0x49, 0xBB,
+0x1F, 0xF0, 0x41, 0xCD,
+
+0x51, 0x3C, 0x51, 0xAD,
+0x00, 0x98, 0x80, 0xE9,
+
+0x8F, 0x80, 0x07, 0xEA,
+0x24, 0x1F, 0x20, 0xE9,
+
+0x21, 0x45, 0x80, 0xE8,
+0x1A, 0x4D, 0x80, 0xE8,
+
+0x31, 0x55, 0x80, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0x41, 0x49, 0xBD,
+0x1D, 0x41, 0x51, 0xBD,
+
+0x2E, 0x41, 0x2A, 0xB8,
+0x34, 0x53, 0xA0, 0xE8,
+
+0x15, 0x30,
+0x1D, 0x30,
+0x58, 0xE3,
+0x00, 0xE0,
+
+0xB5, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x24, 0x43, 0xA0, 0xE8,
+0x2C, 0x4B, 0xA0, 0xE8,
+
+0x15, 0x72,
+0x09, 0xE3,
+0x00, 0xE0,
+0x1D, 0x72,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0x97, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6C, 0x64, 0xC8, 0xEC,
+0x98, 0xE1,
+0xB5, 0x05,
+
+0xBD, 0x05,
+0x2E, 0x30,
+0x32, 0xC0, 0xA0, 0xE8,
+
+0x33, 0xC0, 0xA0, 0xE8,
+0x74, 0x64, 0xC8, 0xEC,
+
+0x40, 0x3C, 0x40, 0xAD,
+0x32, 0x6A,
+0x2A, 0x30,
+
+0x20, 0x73,
+0x33, 0x6A,
+0x00, 0xE0,
+0x28, 0x73,
+
+0x1C, 0x72,
+0x83, 0xE2,
+0x7B, 0x80, 0x15, 0xEA,
+
+0xB8, 0x3D, 0x28, 0xDF,
+0x30, 0x35, 0x20, 0xDF,
+
+0x40, 0x30,
+0x00, 0xE0,
+0xCC, 0xE2,
+0x64, 0x72,
+
+0x25, 0x42, 0x52, 0xBF,
+0x2D, 0x42, 0x4A, 0xBF,
+
+0x30, 0x2E, 0x30, 0xDF,
+0x38, 0x2E, 0x38, 0xDF,
+
+0x18, 0x1D, 0x45, 0xE9,
+0x1E, 0x15, 0x45, 0xE9,
+
+0x2B, 0x49, 0x51, 0xBD,
+0x00, 0xE0,
+0x1F, 0x73,
+
+0x38, 0x38, 0x40, 0xAF,
+0x30, 0x30, 0x40, 0xAF,
+
+0x24, 0x1F, 0x24, 0xDF,
+0x1D, 0x32, 0x20, 0xE9,
+
+0x2C, 0x1F, 0x2C, 0xDF,
+0x1A, 0x33, 0x20, 0xE9,
+
+0xB0, 0x10,
+0x08, 0xE3,
+0x40, 0x10,
+0xB8, 0x10,
+
+0x26, 0xF0, 0x30, 0xCD,
+0x2F, 0xF0, 0x38, 0xCD,
+
+0x2B, 0x80, 0x20, 0xE9,
+0x2A, 0x80, 0x20, 0xE9,
+
+0xA6, 0x20,
+0x88, 0xE2,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x28, 0x2A, 0x26, 0xAF,
+0x20, 0x2A, 0xC0, 0xAF,
+
+0x34, 0x1F, 0x34, 0xDF,
+0x46, 0x24, 0x46, 0xDF,
+
+0x28, 0x30, 0x80, 0xBF,
+0x20, 0x38, 0x80, 0xBF,
+
+0x47, 0x24, 0x47, 0xDF,
+0x4E, 0x2C, 0x4E, 0xDF,
+
+0x4F, 0x2C, 0x4F, 0xDF,
+0x56, 0x34, 0x56, 0xDF,
+
+0x28, 0x15, 0x28, 0xDF,
+0x20, 0x1D, 0x20, 0xDF,
+
+0x57, 0x34, 0x57, 0xDF,
+0x00, 0xE0,
+0x1D, 0x05,
+
+0x04, 0x80, 0x10, 0xEA,
+0x89, 0xE2,
+0x2B, 0x30,
+
+0x3F, 0xC1, 0x1D, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x68,
+0xBF, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x20, 0xC0, 0x20, 0xAF,
+0x28, 0x05,
+0x97, 0x74,
+
+0x00, 0xE0,
+0x2A, 0x10,
+0x16, 0xC0, 0x20, 0xE9,
+
+0x04, 0x80, 0x10, 0xEA,
+0x8C, 0xE2,
+0x95, 0x05,
+
+0x28, 0xC1, 0x28, 0xAD,
+0x1F, 0xC1, 0x15, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA8, 0x67,
+0x9F, 0x6B,
+0x00, 0x80, 0x00, 0xE8,
+
+0x28, 0xC0, 0x28, 0xAD,
+0x1D, 0x25,
+0x20, 0x05,
+
+0x28, 0x32, 0x80, 0xAD,
+0x40, 0x2A, 0x40, 0xBD,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x20, 0x33, 0x20, 0xAD,
+
+0x20, 0x73,
+0x00, 0xE0,
+0xB6, 0x49, 0x51, 0xBB,
+
+0x26, 0x2F, 0xB0, 0xE8,
+0x19, 0x20, 0x20, 0xE9,
+
+0x35, 0x20, 0x35, 0xDF,
+0x3D, 0x20, 0x3D, 0xDF,
+
+0x15, 0x20, 0x15, 0xDF,
+0x1D, 0x20, 0x1D, 0xDF,
+
+0x26, 0xD0, 0x26, 0xCD,
+0x29, 0x49, 0x2A, 0xB8,
+
+0x26, 0x40, 0x80, 0xBD,
+0x3B, 0x48, 0x50, 0xBD,
+
+0x3E, 0x54, 0x57, 0x9F,
+0x00, 0xE0,
+0x82, 0xE1,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x26, 0x30,
+0x29, 0x30,
+0x48, 0x3C, 0x48, 0xAD,
+
+0x2B, 0x72,
+0xC2, 0xE1,
+0x2C, 0xC0, 0x44, 0xC2,
+
+0x05, 0x24, 0x34, 0xBF,
+0x0D, 0x24, 0x2C, 0xBF,
+
+0x2D, 0x46, 0x4E, 0xBF,
+0x25, 0x46, 0x56, 0xBF,
+
+0x20, 0x1D, 0x6F, 0x8F,
+0x32, 0x3E, 0x5F, 0xE9,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x30,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x33, 0x1E, 0x5F, 0xE9,
+
+0x05, 0x44, 0x54, 0xB2,
+0x0D, 0x44, 0x4C, 0xB2,
+
+0x19, 0xC0, 0xB0, 0xE8,
+0x34, 0xC0, 0x44, 0xC4,
+
+0x33, 0x73,
+0x00, 0xE0,
+0x3E, 0x62, 0x57, 0x9F,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0xE0,
+0x0D, 0x20,
+
+0x84, 0x3E, 0x58, 0xE9,
+0x28, 0x1D, 0x6F, 0x8F,
+
+0x05, 0x20,
+0x00, 0xE0,
+0x85, 0x1E, 0x58, 0xE9,
+
+0x9B, 0x3B, 0x33, 0xDF,
+0x20, 0x20, 0x42, 0xAF,
+
+0x30, 0x42, 0x56, 0x9F,
+0x80, 0x3E, 0x57, 0xE9,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x30, 0x80, 0x5F, 0xE9,
+
+0x28, 0x28, 0x24, 0xAF,
+0x81, 0x1E, 0x57, 0xE9,
+
+0x05, 0x47, 0x57, 0xBF,
+0x0D, 0x47, 0x4F, 0xBF,
+
+0x88, 0x80, 0x58, 0xE9,
+0x1B, 0x29, 0x1B, 0xDF,
+
+0x30, 0x1D, 0x6F, 0x8F,
+0x3A, 0x30, 0x4F, 0xE9,
+
+0x1C, 0x30, 0x26, 0xDF,
+0x09, 0xE3,
+0x3B, 0x05,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x3B, 0x3F, 0x4F, 0xE9,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x00, 0xE0,
+0xAC, 0x20,
+
+0x2D, 0x44, 0x4C, 0xB4,
+0x2C, 0x1C, 0xC0, 0xAF,
+
+0x25, 0x44, 0x54, 0xB4,
+0x00, 0xE0,
+0xC8, 0x30,
+
+0x30, 0x46, 0x30, 0xAF,
+0x1B, 0x1B, 0x48, 0xAF,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x38, 0x2C, 0x4F, 0xE9,
+
+0x86, 0x80, 0x57, 0xE9,
+0x38, 0x1D, 0x6F, 0x8F,
+
+0x28, 0x74,
+0x00, 0xE0,
+0x0D, 0x44, 0x4C, 0xB0,
+
+0x05, 0x44, 0x54, 0xB0,
+0x2D, 0x20,
+0x9B, 0x10,
+
+0x82, 0x3E, 0x57, 0xE9,
+0x32, 0xF0, 0x1B, 0xCD,
+
+0x1E, 0xBD, 0x59, 0x9F,
+0x83, 0x1E, 0x57, 0xE9,
+
+0x38, 0x47, 0x38, 0xAF,
+0x34, 0x20,
+0x2A, 0x30,
+
+0x00, 0xE0,
+0x0D, 0x20,
+0x32, 0x20,
+0x05, 0x20,
+
+0x87, 0x80, 0x57, 0xE9,
+0x1F, 0x54, 0x57, 0x9F,
+
+0x17, 0x42, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x6A,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x37, 0x1E, 0x4F, 0xE9,
+
+0x37, 0x32, 0x2A, 0xAF,
+0x00, 0xE0,
+0x32, 0x00,
+
+0x00, 0x80, 0x00, 0xE8,
+0x27, 0xC0, 0x44, 0xC0,
+
+0x36, 0x1F, 0x4F, 0xE9,
+0x1F, 0x1F, 0x26, 0xDF,
+
+0x37, 0x1B, 0x37, 0xBF,
+0x17, 0x26, 0x17, 0xDF,
+
+0x3E, 0x17, 0x4F, 0xE9,
+0x3F, 0x3F, 0x4F, 0xE9,
+
+0x34, 0x1F, 0x34, 0xAF,
+0x2B, 0x05,
+0xA7, 0x20,
+
+0x33, 0x2B, 0x37, 0xDF,
+0x27, 0x17, 0xC0, 0xAF,
+
+0x34, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2D, 0x21, 0x1A, 0xB0,
+0x25, 0x21, 0x31, 0xB0,
+
+0x0D, 0x21, 0x1A, 0xB2,
+0x05, 0x21, 0x31, 0xB2,
+
+0x03, 0x80, 0x2A, 0xEA,
+0x17, 0xC1, 0x2B, 0xBD,
+
+0x2D, 0x20,
+0x25, 0x20,
+0x05, 0x20,
+0x0D, 0x20,
+
+0xB3, 0x68,
+0x97, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0xC0, 0x33, 0xAF,
+0x2F, 0xC0, 0x21, 0xC0,
+
+0x16, 0x42, 0x56, 0x9F,
+0x3C, 0x27, 0x4F, 0xE9,
+
+0x1E, 0x62, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x21, 0x31, 0xB4,
+0x2D, 0x21, 0x1A, 0xB4,
+
+0x3F, 0x2F, 0x5D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0x05,
+0x00, 0xE0,
+0x28, 0x19, 0x60, 0xEC,
+
+0x0D, 0x44, 0x4C, 0xB6,
+0x05, 0x44, 0x54, 0xB6,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0xE0,
+0x2F, 0x20,
+
+0x23, 0x3B, 0x33, 0xAD,
+0x1E, 0x26, 0x1E, 0xDF,
+
+0xA7, 0x1E, 0x4F, 0xE9,
+0x17, 0x26, 0x16, 0xDF,
+
+0x2D, 0x20,
+0x00, 0xE0,
+0xA8, 0x3F, 0x4F, 0xE9,
+
+0x2F, 0x2F, 0x1E, 0xAF,
+0x25, 0x20,
+0x00, 0xE0,
+
+0xA4, 0x16, 0x4F, 0xE9,
+0x0F, 0xC0, 0x21, 0xC2,
+
+0xA6, 0x80, 0x4F, 0xE9,
+0x1F, 0x62, 0x57, 0x9F,
+
+0x0D, 0x20,
+0x05, 0x20,
+0x00, 0x80, 0x00, 0xE8,
+
+0x3F, 0x2F, 0x5D, 0x9F,
+0x00, 0xE0,
+0x0F, 0x20,
+
+0x17, 0x50, 0x56, 0x9F,
+0xA5, 0x37, 0x4F, 0xE9,
+
+0x06, 0xC0, 0x21, 0xC4,
+0x0F, 0x17, 0x0F, 0xAF,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2F, 0xC0, 0x44, 0xC6,
+0xA3, 0x80, 0x4F, 0xE9,
+
+0x06, 0x20,
+0x00, 0xE0,
+0x1F, 0x26, 0x1F, 0xDF,
+
+0x17, 0x26, 0x17, 0xDF,
+0x9D, 0x17, 0x4F, 0xE9,
+
+0xA1, 0x1F, 0x4F, 0xE9,
+0xA2, 0x3F, 0x4F, 0xE9,
+
+0x06, 0x06, 0x1F, 0xAF,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x9E, 0x37, 0x4F, 0xE9,
+0x2F, 0x17, 0x2F, 0xAF,
+
+0xA0, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x9C, 0x80, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x57, 0x39, 0x20, 0xE9,
+
+0x16, 0x28, 0x20, 0xE9,
+0x1D, 0x3B, 0x20, 0xE9,
+
+0x1E, 0x2B, 0x20, 0xE9,
+0x2B, 0x32, 0x20, 0xE9,
+
+0x1C, 0x23, 0x20, 0xE9,
+0x57, 0x36, 0x20, 0xE9,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x90, 0xE2,
+0x00, 0xE0,
+
+0x68, 0xFF, 0x20, 0xEA,
+0x19, 0xC8, 0xC1, 0xCD,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x9F, 0x41, 0x49, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x41, 0x49, 0xBD,
+0x2D, 0x41, 0x51, 0xBD,
+
+0x0D, 0x80, 0x07, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x35, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x25, 0x30,
+0x2D, 0x30,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0xA7, 0x5B, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x67, 0xFF, 0x0A, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC9, 0x41, 0xC8, 0xEC,
+0x42, 0xE1,
+0x00, 0xE0,
+
+0x65, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC8, 0x40, 0xC0, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x62, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+};
+
+static unsigned char warp_g200_tgzsaf[] = {
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x98, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x81, 0x04,
+0x89, 0x04,
+0x01, 0x04,
+0x09, 0x04,
+
+0xC9, 0x41, 0xC0, 0xEC,
+0x11, 0x04,
+0x00, 0xE0,
+
+0x41, 0xCC, 0x41, 0xCD,
+0x49, 0xCC, 0x49, 0xCD,
+
+0xD1, 0x41, 0xC0, 0xEC,
+0x51, 0xCC, 0x51, 0xCD,
+
+0x80, 0x04,
+0x10, 0x04,
+0x08, 0x04,
+0x00, 0xE0,
+
+0x00, 0xCC, 0xC0, 0xCD,
+0xD1, 0x49, 0xC0, 0xEC,
+
+0x8A, 0x1F, 0x20, 0xE9,
+0x8B, 0x3F, 0x20, 0xE9,
+
+0x41, 0x3C, 0x41, 0xAD,
+0x49, 0x3C, 0x49, 0xAD,
+
+0x10, 0xCC, 0x10, 0xCD,
+0x08, 0xCC, 0x08, 0xCD,
+
+0xB9, 0x41, 0x49, 0xBB,
+0x1F, 0xF0, 0x41, 0xCD,
+
+0x51, 0x3C, 0x51, 0xAD,
+0x00, 0x98, 0x80, 0xE9,
+
+0x94, 0x80, 0x07, 0xEA,
+0x24, 0x1F, 0x20, 0xE9,
+
+0x21, 0x45, 0x80, 0xE8,
+0x1A, 0x4D, 0x80, 0xE8,
+
+0x31, 0x55, 0x80, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0x41, 0x49, 0xBD,
+0x1D, 0x41, 0x51, 0xBD,
+
+0x2E, 0x41, 0x2A, 0xB8,
+0x34, 0x53, 0xA0, 0xE8,
+
+0x15, 0x30,
+0x1D, 0x30,
+0x58, 0xE3,
+0x00, 0xE0,
+
+0xB5, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x24, 0x43, 0xA0, 0xE8,
+0x2C, 0x4B, 0xA0, 0xE8,
+
+0x15, 0x72,
+0x09, 0xE3,
+0x00, 0xE0,
+0x1D, 0x72,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0x97, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6C, 0x64, 0xC8, 0xEC,
+0x98, 0xE1,
+0xB5, 0x05,
+
+0xBD, 0x05,
+0x2E, 0x30,
+0x32, 0xC0, 0xA0, 0xE8,
+
+0x33, 0xC0, 0xA0, 0xE8,
+0x74, 0x64, 0xC8, 0xEC,
+
+0x40, 0x3C, 0x40, 0xAD,
+0x32, 0x6A,
+0x2A, 0x30,
+
+0x20, 0x73,
+0x33, 0x6A,
+0x00, 0xE0,
+0x28, 0x73,
+
+0x1C, 0x72,
+0x83, 0xE2,
+0x80, 0x80, 0x15, 0xEA,
+
+0xB8, 0x3D, 0x28, 0xDF,
+0x30, 0x35, 0x20, 0xDF,
+
+0x40, 0x30,
+0x00, 0xE0,
+0xCC, 0xE2,
+0x64, 0x72,
+
+0x25, 0x42, 0x52, 0xBF,
+0x2D, 0x42, 0x4A, 0xBF,
+
+0x30, 0x2E, 0x30, 0xDF,
+0x38, 0x2E, 0x38, 0xDF,
+
+0x18, 0x1D, 0x45, 0xE9,
+0x1E, 0x15, 0x45, 0xE9,
+
+0x2B, 0x49, 0x51, 0xBD,
+0x00, 0xE0,
+0x1F, 0x73,
+
+0x38, 0x38, 0x40, 0xAF,
+0x30, 0x30, 0x40, 0xAF,
+
+0x24, 0x1F, 0x24, 0xDF,
+0x1D, 0x32, 0x20, 0xE9,
+
+0x2C, 0x1F, 0x2C, 0xDF,
+0x1A, 0x33, 0x20, 0xE9,
+
+0xB0, 0x10,
+0x08, 0xE3,
+0x40, 0x10,
+0xB8, 0x10,
+
+0x26, 0xF0, 0x30, 0xCD,
+0x2F, 0xF0, 0x38, 0xCD,
+
+0x2B, 0x80, 0x20, 0xE9,
+0x2A, 0x80, 0x20, 0xE9,
+
+0xA6, 0x20,
+0x88, 0xE2,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x28, 0x2A, 0x26, 0xAF,
+0x20, 0x2A, 0xC0, 0xAF,
+
+0x34, 0x1F, 0x34, 0xDF,
+0x46, 0x24, 0x46, 0xDF,
+
+0x28, 0x30, 0x80, 0xBF,
+0x20, 0x38, 0x80, 0xBF,
+
+0x47, 0x24, 0x47, 0xDF,
+0x4E, 0x2C, 0x4E, 0xDF,
+
+0x4F, 0x2C, 0x4F, 0xDF,
+0x56, 0x34, 0x56, 0xDF,
+
+0x28, 0x15, 0x28, 0xDF,
+0x20, 0x1D, 0x20, 0xDF,
+
+0x57, 0x34, 0x57, 0xDF,
+0x00, 0xE0,
+0x1D, 0x05,
+
+0x04, 0x80, 0x10, 0xEA,
+0x89, 0xE2,
+0x2B, 0x30,
+
+0x3F, 0xC1, 0x1D, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x68,
+0xBF, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x20, 0xC0, 0x20, 0xAF,
+0x28, 0x05,
+0x97, 0x74,
+
+0x00, 0xE0,
+0x2A, 0x10,
+0x16, 0xC0, 0x20, 0xE9,
+
+0x04, 0x80, 0x10, 0xEA,
+0x8C, 0xE2,
+0x95, 0x05,
+
+0x28, 0xC1, 0x28, 0xAD,
+0x1F, 0xC1, 0x15, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA8, 0x67,
+0x9F, 0x6B,
+0x00, 0x80, 0x00, 0xE8,
+
+0x28, 0xC0, 0x28, 0xAD,
+0x1D, 0x25,
+0x20, 0x05,
+
+0x28, 0x32, 0x80, 0xAD,
+0x40, 0x2A, 0x40, 0xBD,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x20, 0x33, 0x20, 0xAD,
+
+0x20, 0x73,
+0x00, 0xE0,
+0xB6, 0x49, 0x51, 0xBB,
+
+0x26, 0x2F, 0xB0, 0xE8,
+0x19, 0x20, 0x20, 0xE9,
+
+0x35, 0x20, 0x35, 0xDF,
+0x3D, 0x20, 0x3D, 0xDF,
+
+0x15, 0x20, 0x15, 0xDF,
+0x1D, 0x20, 0x1D, 0xDF,
+
+0x26, 0xD0, 0x26, 0xCD,
+0x29, 0x49, 0x2A, 0xB8,
+
+0x26, 0x40, 0x80, 0xBD,
+0x3B, 0x48, 0x50, 0xBD,
+
+0x3E, 0x54, 0x57, 0x9F,
+0x00, 0xE0,
+0x82, 0xE1,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x26, 0x30,
+0x29, 0x30,
+0x48, 0x3C, 0x48, 0xAD,
+
+0x2B, 0x72,
+0xC2, 0xE1,
+0x2C, 0xC0, 0x44, 0xC2,
+
+0x05, 0x24, 0x34, 0xBF,
+0x0D, 0x24, 0x2C, 0xBF,
+
+0x2D, 0x46, 0x4E, 0xBF,
+0x25, 0x46, 0x56, 0xBF,
+
+0x20, 0x1D, 0x6F, 0x8F,
+0x32, 0x3E, 0x5F, 0xE9,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x30,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x33, 0x1E, 0x5F, 0xE9,
+
+0x05, 0x44, 0x54, 0xB2,
+0x0D, 0x44, 0x4C, 0xB2,
+
+0x19, 0xC0, 0xB0, 0xE8,
+0x34, 0xC0, 0x44, 0xC4,
+
+0x33, 0x73,
+0x00, 0xE0,
+0x3E, 0x62, 0x57, 0x9F,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0xE0,
+0x0D, 0x20,
+
+0x84, 0x3E, 0x58, 0xE9,
+0x28, 0x1D, 0x6F, 0x8F,
+
+0x05, 0x20,
+0x00, 0xE0,
+0x85, 0x1E, 0x58, 0xE9,
+
+0x9B, 0x3B, 0x33, 0xDF,
+0x20, 0x20, 0x42, 0xAF,
+
+0x30, 0x42, 0x56, 0x9F,
+0x80, 0x3E, 0x57, 0xE9,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x30, 0x80, 0x5F, 0xE9,
+
+0x28, 0x28, 0x24, 0xAF,
+0x81, 0x1E, 0x57, 0xE9,
+
+0x05, 0x47, 0x57, 0xBF,
+0x0D, 0x47, 0x4F, 0xBF,
+
+0x88, 0x80, 0x58, 0xE9,
+0x1B, 0x29, 0x1B, 0xDF,
+
+0x30, 0x1D, 0x6F, 0x8F,
+0x3A, 0x30, 0x4F, 0xE9,
+
+0x1C, 0x30, 0x26, 0xDF,
+0x09, 0xE3,
+0x3B, 0x05,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x3B, 0x3F, 0x4F, 0xE9,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x00, 0xE0,
+0xAC, 0x20,
+
+0x2D, 0x44, 0x4C, 0xB4,
+0x2C, 0x1C, 0xC0, 0xAF,
+
+0x25, 0x44, 0x54, 0xB4,
+0x00, 0xE0,
+0xC8, 0x30,
+
+0x30, 0x46, 0x30, 0xAF,
+0x1B, 0x1B, 0x48, 0xAF,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x38, 0x2C, 0x4F, 0xE9,
+
+0x86, 0x80, 0x57, 0xE9,
+0x38, 0x1D, 0x6F, 0x8F,
+
+0x28, 0x74,
+0x00, 0xE0,
+0x0D, 0x44, 0x4C, 0xB0,
+
+0x05, 0x44, 0x54, 0xB0,
+0x2D, 0x20,
+0x9B, 0x10,
+
+0x82, 0x3E, 0x57, 0xE9,
+0x32, 0xF0, 0x1B, 0xCD,
+
+0x1E, 0xBD, 0x59, 0x9F,
+0x83, 0x1E, 0x57, 0xE9,
+
+0x38, 0x47, 0x38, 0xAF,
+0x34, 0x20,
+0x2A, 0x30,
+
+0x00, 0xE0,
+0x0D, 0x20,
+0x32, 0x20,
+0x05, 0x20,
+
+0x87, 0x80, 0x57, 0xE9,
+0x1F, 0x54, 0x57, 0x9F,
+
+0x17, 0x42, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x6A,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x37, 0x1E, 0x4F, 0xE9,
+
+0x37, 0x32, 0x2A, 0xAF,
+0x00, 0xE0,
+0x32, 0x00,
+
+0x00, 0x80, 0x00, 0xE8,
+0x27, 0xC0, 0x44, 0xC0,
+
+0x36, 0x1F, 0x4F, 0xE9,
+0x1F, 0x1F, 0x26, 0xDF,
+
+0x37, 0x1B, 0x37, 0xBF,
+0x17, 0x26, 0x17, 0xDF,
+
+0x3E, 0x17, 0x4F, 0xE9,
+0x3F, 0x3F, 0x4F, 0xE9,
+
+0x34, 0x1F, 0x34, 0xAF,
+0x2B, 0x05,
+0xA7, 0x20,
+
+0x33, 0x2B, 0x37, 0xDF,
+0x27, 0x17, 0xC0, 0xAF,
+
+0x34, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2D, 0x21, 0x1A, 0xB0,
+0x25, 0x21, 0x31, 0xB0,
+
+0x0D, 0x21, 0x1A, 0xB2,
+0x05, 0x21, 0x31, 0xB2,
+
+0x03, 0x80, 0x2A, 0xEA,
+0x17, 0xC1, 0x2B, 0xBD,
+
+0x2D, 0x20,
+0x25, 0x20,
+0x05, 0x20,
+0x0D, 0x20,
+
+0xB3, 0x68,
+0x97, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0xC0, 0x33, 0xAF,
+0x2F, 0xC0, 0x21, 0xC0,
+
+0x16, 0x42, 0x56, 0x9F,
+0x3C, 0x27, 0x4F, 0xE9,
+
+0x1E, 0x62, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x21, 0x31, 0xB4,
+0x2D, 0x21, 0x1A, 0xB4,
+
+0x3F, 0x2F, 0x5D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0x05,
+0x00, 0xE0,
+0x28, 0x19, 0x60, 0xEC,
+
+0x0D, 0x21, 0x1A, 0xB6,
+0x05, 0x21, 0x31, 0xB6,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0xE0,
+0x2F, 0x20,
+
+0x23, 0x3B, 0x33, 0xAD,
+0x1E, 0x26, 0x1E, 0xDF,
+
+0xA7, 0x1E, 0x4F, 0xE9,
+0x17, 0x26, 0x16, 0xDF,
+
+0x2D, 0x20,
+0x00, 0xE0,
+0xA8, 0x3F, 0x4F, 0xE9,
+
+0x2F, 0x2F, 0x1E, 0xAF,
+0x25, 0x20,
+0x00, 0xE0,
+
+0xA4, 0x16, 0x4F, 0xE9,
+0x0F, 0xC0, 0x21, 0xC2,
+
+0xA6, 0x80, 0x4F, 0xE9,
+0x1F, 0x62, 0x57, 0x9F,
+
+0x0D, 0x20,
+0x05, 0x20,
+0x2F, 0xC0, 0x21, 0xC6,
+
+0x2D, 0x44, 0x4C, 0xB6,
+0x25, 0x44, 0x54, 0xB6,
+
+0x3F, 0x2F, 0x5D, 0x9F,
+0x00, 0xE0,
+0x0F, 0x20,
+
+0x2D, 0x20,
+0x25, 0x20,
+0x07, 0xC0, 0x44, 0xC6,
+
+0x17, 0x50, 0x56, 0x9F,
+0xA5, 0x37, 0x4F, 0xE9,
+
+0x06, 0xC0, 0x21, 0xC4,
+0x0F, 0x17, 0x0F, 0xAF,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1E, 0x62, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x3E, 0x3D, 0x5D, 0x9F,
+0x00, 0xE0,
+0x07, 0x20,
+
+0x2F, 0x20,
+0x00, 0xE0,
+0xA3, 0x0F, 0x4F, 0xE9,
+
+0x06, 0x20,
+0x00, 0xE0,
+0x1F, 0x26, 0x1F, 0xDF,
+
+0x17, 0x26, 0x17, 0xDF,
+0xA1, 0x1F, 0x4F, 0xE9,
+
+0x1E, 0x26, 0x1E, 0xDF,
+0x9D, 0x1E, 0x4F, 0xE9,
+
+0x35, 0x17, 0x4F, 0xE9,
+0xA2, 0x3F, 0x4F, 0xE9,
+
+0x06, 0x06, 0x1F, 0xAF,
+0x39, 0x37, 0x4F, 0xE9,
+
+0x2F, 0x2F, 0x17, 0xAF,
+0x07, 0x07, 0x1E, 0xAF,
+
+0xA0, 0x80, 0x4F, 0xE9,
+0x9E, 0x3E, 0x4F, 0xE9,
+
+0x31, 0x80, 0x4F, 0xE9,
+0x9C, 0x80, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x57, 0x39, 0x20, 0xE9,
+
+0x16, 0x28, 0x20, 0xE9,
+0x1D, 0x3B, 0x20, 0xE9,
+
+0x1E, 0x2B, 0x20, 0xE9,
+0x2B, 0x32, 0x20, 0xE9,
+
+0x1C, 0x23, 0x20, 0xE9,
+0x57, 0x36, 0x20, 0xE9,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x90, 0xE2,
+0x00, 0xE0,
+
+0x63, 0xFF, 0x20, 0xEA,
+0x19, 0xC8, 0xC1, 0xCD,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x9F, 0x41, 0x49, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x41, 0x49, 0xBD,
+0x2D, 0x41, 0x51, 0xBD,
+
+0x0D, 0x80, 0x07, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x35, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x25, 0x30,
+0x2D, 0x30,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0xA7, 0x5B, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x62, 0xFF, 0x0A, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC9, 0x41, 0xC8, 0xEC,
+0x42, 0xE1,
+0x00, 0xE0,
+
+0x60, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC8, 0x40, 0xC0, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x5D, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+};
+
+static unsigned char warp_g200_tgzsf[] = {
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x98, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x81, 0x04,
+0x89, 0x04,
+0x01, 0x04,
+0x09, 0x04,
+
+0xC9, 0x41, 0xC0, 0xEC,
+0x11, 0x04,
+0x00, 0xE0,
+
+0x41, 0xCC, 0x41, 0xCD,
+0x49, 0xCC, 0x49, 0xCD,
+
+0xD1, 0x41, 0xC0, 0xEC,
+0x51, 0xCC, 0x51, 0xCD,
+
+0x80, 0x04,
+0x10, 0x04,
+0x08, 0x04,
+0x00, 0xE0,
+
+0x00, 0xCC, 0xC0, 0xCD,
+0xD1, 0x49, 0xC0, 0xEC,
+
+0x8A, 0x1F, 0x20, 0xE9,
+0x8B, 0x3F, 0x20, 0xE9,
+
+0x41, 0x3C, 0x41, 0xAD,
+0x49, 0x3C, 0x49, 0xAD,
+
+0x10, 0xCC, 0x10, 0xCD,
+0x08, 0xCC, 0x08, 0xCD,
+
+0xB9, 0x41, 0x49, 0xBB,
+0x1F, 0xF0, 0x41, 0xCD,
+
+0x51, 0x3C, 0x51, 0xAD,
+0x00, 0x98, 0x80, 0xE9,
+
+0x8F, 0x80, 0x07, 0xEA,
+0x24, 0x1F, 0x20, 0xE9,
+
+0x21, 0x45, 0x80, 0xE8,
+0x1A, 0x4D, 0x80, 0xE8,
+
+0x31, 0x55, 0x80, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0x41, 0x49, 0xBD,
+0x1D, 0x41, 0x51, 0xBD,
+
+0x2E, 0x41, 0x2A, 0xB8,
+0x34, 0x53, 0xA0, 0xE8,
+
+0x15, 0x30,
+0x1D, 0x30,
+0x58, 0xE3,
+0x00, 0xE0,
+
+0xB5, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x24, 0x43, 0xA0, 0xE8,
+0x2C, 0x4B, 0xA0, 0xE8,
+
+0x15, 0x72,
+0x09, 0xE3,
+0x00, 0xE0,
+0x1D, 0x72,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0x97, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x6C, 0x64, 0xC8, 0xEC,
+0x98, 0xE1,
+0xB5, 0x05,
+
+0xBD, 0x05,
+0x2E, 0x30,
+0x32, 0xC0, 0xA0, 0xE8,
+
+0x33, 0xC0, 0xA0, 0xE8,
+0x74, 0x64, 0xC8, 0xEC,
+
+0x40, 0x3C, 0x40, 0xAD,
+0x32, 0x6A,
+0x2A, 0x30,
+
+0x20, 0x73,
+0x33, 0x6A,
+0x00, 0xE0,
+0x28, 0x73,
+
+0x1C, 0x72,
+0x83, 0xE2,
+0x7B, 0x80, 0x15, 0xEA,
+
+0xB8, 0x3D, 0x28, 0xDF,
+0x30, 0x35, 0x20, 0xDF,
+
+0x40, 0x30,
+0x00, 0xE0,
+0xCC, 0xE2,
+0x64, 0x72,
+
+0x25, 0x42, 0x52, 0xBF,
+0x2D, 0x42, 0x4A, 0xBF,
+
+0x30, 0x2E, 0x30, 0xDF,
+0x38, 0x2E, 0x38, 0xDF,
+
+0x18, 0x1D, 0x45, 0xE9,
+0x1E, 0x15, 0x45, 0xE9,
+
+0x2B, 0x49, 0x51, 0xBD,
+0x00, 0xE0,
+0x1F, 0x73,
+
+0x38, 0x38, 0x40, 0xAF,
+0x30, 0x30, 0x40, 0xAF,
+
+0x24, 0x1F, 0x24, 0xDF,
+0x1D, 0x32, 0x20, 0xE9,
+
+0x2C, 0x1F, 0x2C, 0xDF,
+0x1A, 0x33, 0x20, 0xE9,
+
+0xB0, 0x10,
+0x08, 0xE3,
+0x40, 0x10,
+0xB8, 0x10,
+
+0x26, 0xF0, 0x30, 0xCD,
+0x2F, 0xF0, 0x38, 0xCD,
+
+0x2B, 0x80, 0x20, 0xE9,
+0x2A, 0x80, 0x20, 0xE9,
+
+0xA6, 0x20,
+0x88, 0xE2,
+0x00, 0xE0,
+0xAF, 0x20,
+
+0x28, 0x2A, 0x26, 0xAF,
+0x20, 0x2A, 0xC0, 0xAF,
+
+0x34, 0x1F, 0x34, 0xDF,
+0x46, 0x24, 0x46, 0xDF,
+
+0x28, 0x30, 0x80, 0xBF,
+0x20, 0x38, 0x80, 0xBF,
+
+0x47, 0x24, 0x47, 0xDF,
+0x4E, 0x2C, 0x4E, 0xDF,
+
+0x4F, 0x2C, 0x4F, 0xDF,
+0x56, 0x34, 0x56, 0xDF,
+
+0x28, 0x15, 0x28, 0xDF,
+0x20, 0x1D, 0x20, 0xDF,
+
+0x57, 0x34, 0x57, 0xDF,
+0x00, 0xE0,
+0x1D, 0x05,
+
+0x04, 0x80, 0x10, 0xEA,
+0x89, 0xE2,
+0x2B, 0x30,
+
+0x3F, 0xC1, 0x1D, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x68,
+0xBF, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x20, 0xC0, 0x20, 0xAF,
+0x28, 0x05,
+0x97, 0x74,
+
+0x00, 0xE0,
+0x2A, 0x10,
+0x16, 0xC0, 0x20, 0xE9,
+
+0x04, 0x80, 0x10, 0xEA,
+0x8C, 0xE2,
+0x95, 0x05,
+
+0x28, 0xC1, 0x28, 0xAD,
+0x1F, 0xC1, 0x15, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA8, 0x67,
+0x9F, 0x6B,
+0x00, 0x80, 0x00, 0xE8,
+
+0x28, 0xC0, 0x28, 0xAD,
+0x1D, 0x25,
+0x20, 0x05,
+
+0x28, 0x32, 0x80, 0xAD,
+0x40, 0x2A, 0x40, 0xBD,
+
+0x1C, 0x80, 0x20, 0xE9,
+0x20, 0x33, 0x20, 0xAD,
+
+0x20, 0x73,
+0x00, 0xE0,
+0xB6, 0x49, 0x51, 0xBB,
+
+0x26, 0x2F, 0xB0, 0xE8,
+0x19, 0x20, 0x20, 0xE9,
+
+0x35, 0x20, 0x35, 0xDF,
+0x3D, 0x20, 0x3D, 0xDF,
+
+0x15, 0x20, 0x15, 0xDF,
+0x1D, 0x20, 0x1D, 0xDF,
+
+0x26, 0xD0, 0x26, 0xCD,
+0x29, 0x49, 0x2A, 0xB8,
+
+0x26, 0x40, 0x80, 0xBD,
+0x3B, 0x48, 0x50, 0xBD,
+
+0x3E, 0x54, 0x57, 0x9F,
+0x00, 0xE0,
+0x82, 0xE1,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x26, 0x30,
+0x29, 0x30,
+0x48, 0x3C, 0x48, 0xAD,
+
+0x2B, 0x72,
+0xC2, 0xE1,
+0x2C, 0xC0, 0x44, 0xC2,
+
+0x05, 0x24, 0x34, 0xBF,
+0x0D, 0x24, 0x2C, 0xBF,
+
+0x2D, 0x46, 0x4E, 0xBF,
+0x25, 0x46, 0x56, 0xBF,
+
+0x20, 0x1D, 0x6F, 0x8F,
+0x32, 0x3E, 0x5F, 0xE9,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x30,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x33, 0x1E, 0x5F, 0xE9,
+
+0x05, 0x44, 0x54, 0xB2,
+0x0D, 0x44, 0x4C, 0xB2,
+
+0x19, 0xC0, 0xB0, 0xE8,
+0x34, 0xC0, 0x44, 0xC4,
+
+0x33, 0x73,
+0x00, 0xE0,
+0x3E, 0x62, 0x57, 0x9F,
+
+0x1E, 0xAF, 0x59, 0x9F,
+0x00, 0xE0,
+0x0D, 0x20,
+
+0x84, 0x3E, 0x58, 0xE9,
+0x28, 0x1D, 0x6F, 0x8F,
+
+0x05, 0x20,
+0x00, 0xE0,
+0x85, 0x1E, 0x58, 0xE9,
+
+0x9B, 0x3B, 0x33, 0xDF,
+0x20, 0x20, 0x42, 0xAF,
+
+0x30, 0x42, 0x56, 0x9F,
+0x80, 0x3E, 0x57, 0xE9,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x30, 0x80, 0x5F, 0xE9,
+
+0x28, 0x28, 0x24, 0xAF,
+0x81, 0x1E, 0x57, 0xE9,
+
+0x05, 0x47, 0x57, 0xBF,
+0x0D, 0x47, 0x4F, 0xBF,
+
+0x88, 0x80, 0x58, 0xE9,
+0x1B, 0x29, 0x1B, 0xDF,
+
+0x30, 0x1D, 0x6F, 0x8F,
+0x3A, 0x30, 0x4F, 0xE9,
+
+0x1C, 0x30, 0x26, 0xDF,
+0x09, 0xE3,
+0x3B, 0x05,
+
+0x3E, 0x50, 0x56, 0x9F,
+0x3B, 0x3F, 0x4F, 0xE9,
+
+0x1E, 0x8F, 0x51, 0x9F,
+0x00, 0xE0,
+0xAC, 0x20,
+
+0x2D, 0x44, 0x4C, 0xB4,
+0x2C, 0x1C, 0xC0, 0xAF,
+
+0x25, 0x44, 0x54, 0xB4,
+0x00, 0xE0,
+0xC8, 0x30,
+
+0x30, 0x46, 0x30, 0xAF,
+0x1B, 0x1B, 0x48, 0xAF,
+
+0x00, 0xE0,
+0x25, 0x20,
+0x38, 0x2C, 0x4F, 0xE9,
+
+0x86, 0x80, 0x57, 0xE9,
+0x38, 0x1D, 0x6F, 0x8F,
+
+0x28, 0x74,
+0x00, 0xE0,
+0x0D, 0x44, 0x4C, 0xB0,
+
+0x05, 0x44, 0x54, 0xB0,
+0x2D, 0x20,
+0x9B, 0x10,
+
+0x82, 0x3E, 0x57, 0xE9,
+0x32, 0xF0, 0x1B, 0xCD,
+
+0x1E, 0xBD, 0x59, 0x9F,
+0x83, 0x1E, 0x57, 0xE9,
+
+0x38, 0x47, 0x38, 0xAF,
+0x34, 0x20,
+0x2A, 0x30,
+
+0x00, 0xE0,
+0x0D, 0x20,
+0x32, 0x20,
+0x05, 0x20,
+
+0x87, 0x80, 0x57, 0xE9,
+0x1F, 0x54, 0x57, 0x9F,
+
+0x17, 0x42, 0x56, 0x9F,
+0x00, 0xE0,
+0x3B, 0x6A,
+
+0x3F, 0x8F, 0x51, 0x9F,
+0x37, 0x1E, 0x4F, 0xE9,
+
+0x37, 0x32, 0x2A, 0xAF,
+0x00, 0xE0,
+0x32, 0x00,
+
+0x00, 0x80, 0x00, 0xE8,
+0x27, 0xC0, 0x44, 0xC0,
+
+0x36, 0x1F, 0x4F, 0xE9,
+0x1F, 0x1F, 0x26, 0xDF,
+
+0x37, 0x1B, 0x37, 0xBF,
+0x17, 0x26, 0x17, 0xDF,
+
+0x3E, 0x17, 0x4F, 0xE9,
+0x3F, 0x3F, 0x4F, 0xE9,
+
+0x34, 0x1F, 0x34, 0xAF,
+0x2B, 0x05,
+0xA7, 0x20,
+
+0x33, 0x2B, 0x37, 0xDF,
+0x27, 0x17, 0xC0, 0xAF,
+
+0x34, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2D, 0x21, 0x1A, 0xB0,
+0x25, 0x21, 0x31, 0xB0,
+
+0x0D, 0x21, 0x1A, 0xB2,
+0x05, 0x21, 0x31, 0xB2,
+
+0x03, 0x80, 0x2A, 0xEA,
+0x17, 0xC1, 0x2B, 0xBD,
+
+0x2D, 0x20,
+0x25, 0x20,
+0x05, 0x20,
+0x0D, 0x20,
+
+0xB3, 0x68,
+0x97, 0x25,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0xC0, 0x33, 0xAF,
+0x2F, 0xC0, 0x21, 0xC0,
+
+0x16, 0x42, 0x56, 0x9F,
+0x3C, 0x27, 0x4F, 0xE9,
+
+0x1E, 0x62, 0x57, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x21, 0x31, 0xB4,
+0x2D, 0x21, 0x1A, 0xB4,
+
+0x3F, 0x2F, 0x5D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x33, 0x05,
+0x00, 0xE0,
+0x28, 0x19, 0x60, 0xEC,
+
+0x0D, 0x21, 0x1A, 0xB6,
+0x05, 0x21, 0x31, 0xB6,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0xE0,
+0x2F, 0x20,
+
+0x23, 0x3B, 0x33, 0xAD,
+0x1E, 0x26, 0x1E, 0xDF,
+
+0xA7, 0x1E, 0x4F, 0xE9,
+0x17, 0x26, 0x16, 0xDF,
+
+0x2D, 0x20,
+0x00, 0xE0,
+0xA8, 0x3F, 0x4F, 0xE9,
+
+0x2F, 0x2F, 0x1E, 0xAF,
+0x25, 0x20,
+0x00, 0xE0,
+
+0xA4, 0x16, 0x4F, 0xE9,
+0x0F, 0xC0, 0x21, 0xC2,
+
+0xA6, 0x80, 0x4F, 0xE9,
+0x1F, 0x62, 0x57, 0x9F,
+
+0x0D, 0x20,
+0x05, 0x20,
+0x2F, 0xC0, 0x21, 0xC6,
+
+0x3F, 0x2F, 0x5D, 0x9F,
+0x00, 0xE0,
+0x0F, 0x20,
+
+0x17, 0x50, 0x56, 0x9F,
+0xA5, 0x37, 0x4F, 0xE9,
+
+0x06, 0xC0, 0x21, 0xC4,
+0x0F, 0x17, 0x0F, 0xAF,
+
+0x37, 0x0F, 0x5C, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2F, 0x20,
+0x00, 0xE0,
+0xA3, 0x80, 0x4F, 0xE9,
+
+0x06, 0x20,
+0x00, 0xE0,
+0x1F, 0x26, 0x1F, 0xDF,
+
+0x17, 0x26, 0x17, 0xDF,
+0x35, 0x17, 0x4F, 0xE9,
+
+0xA1, 0x1F, 0x4F, 0xE9,
+0xA2, 0x3F, 0x4F, 0xE9,
+
+0x06, 0x06, 0x1F, 0xAF,
+0x39, 0x37, 0x4F, 0xE9,
+
+0x2F, 0x2F, 0x17, 0xAF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xA0, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x31, 0x80, 0x4F, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x57, 0x39, 0x20, 0xE9,
+
+0x16, 0x28, 0x20, 0xE9,
+0x1D, 0x3B, 0x20, 0xE9,
+
+0x1E, 0x2B, 0x20, 0xE9,
+0x2B, 0x32, 0x20, 0xE9,
+
+0x1C, 0x23, 0x20, 0xE9,
+0x57, 0x36, 0x20, 0xE9,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x40, 0x40, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x90, 0xE2,
+0x00, 0xE0,
+
+0x68, 0xFF, 0x20, 0xEA,
+0x19, 0xC8, 0xC1, 0xCD,
+
+0x1F, 0xD7, 0x18, 0xBD,
+0x3F, 0xD7, 0x22, 0xBD,
+
+0x9F, 0x41, 0x49, 0xBD,
+0x00, 0x80, 0x00, 0xE8,
+
+0x25, 0x41, 0x49, 0xBD,
+0x2D, 0x41, 0x51, 0xBD,
+
+0x0D, 0x80, 0x07, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x35, 0x40, 0x48, 0xBD,
+0x3D, 0x40, 0x50, 0xBD,
+
+0x00, 0x80, 0x00, 0xE8,
+0x25, 0x30,
+0x2D, 0x30,
+
+0x35, 0x30,
+0xB5, 0x30,
+0xBD, 0x30,
+0x3D, 0x30,
+
+0x9C, 0xA7, 0x5B, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x67, 0xFF, 0x0A, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC9, 0x41, 0xC8, 0xEC,
+0x42, 0xE1,
+0x00, 0xE0,
+
+0x65, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0xC8, 0x40, 0xC0, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x62, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+};
+
+static unsigned char warp_g400_t2gz[] = {
+
+0x00, 0x8A, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0A, 0x40, 0x50, 0xBF,
+0x2A, 0x40, 0x60, 0xBF,
+
+0x32, 0x41, 0x51, 0xBF,
+0x3A, 0x41, 0x61, 0xBF,
+
+0xC3, 0x6B,
+0xD3, 0x6B,
+0x00, 0x8A, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x53, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x23, 0x9F,
+0x00, 0xE0,
+0x51, 0x04,
+
+0x90, 0xE2,
+0x61, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x51, 0x41, 0xE0, 0xEC,
+0x39, 0x67, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x63, 0xA0, 0xE8,
+
+0x61, 0x41, 0xE0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x78, 0x80, 0x15, 0xEA,
+0x10, 0x04,
+0x20, 0x04,
+
+0x61, 0x51, 0xE0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x52, 0xBF,
+0x0F, 0x52, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x62, 0xBF,
+0x1E, 0x51, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x0E, 0x61, 0x60, 0xEA,
+
+0x32, 0x40, 0x50, 0xBD,
+0x22, 0x40, 0x60, 0xBD,
+
+0x12, 0x41, 0x51, 0xBD,
+0x3A, 0x41, 0x61, 0xBD,
+
+0xBF, 0x2F, 0x0E, 0xBD,
+0x97, 0xE2,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x35, 0x48, 0xB1, 0xE8,
+0x3D, 0x59, 0xB1, 0xE8,
+
+0x46, 0x31, 0x46, 0xBF,
+0x56, 0x31, 0x56, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0x31, 0x66, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x57, 0x39, 0x57, 0xBF,
+0x67, 0x39, 0x67, 0xBF,
+
+0x69, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x35, 0x00,
+0x3D, 0x00,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0x8D, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x75, 0xF8, 0xEC,
+0x35, 0x20,
+0x3D, 0x20,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x53, 0x53, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x0E, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x48, 0x35, 0x48, 0xBF,
+0x58, 0x35, 0x58, 0xBF,
+
+0x68, 0x35, 0x68, 0xBF,
+0x49, 0x3D, 0x49, 0xBF,
+
+0x59, 0x3D, 0x59, 0xBF,
+0x69, 0x3D, 0x69, 0xBF,
+
+0x63, 0x63, 0x2D, 0xDF,
+0x4D, 0x7D, 0xF8, 0xEC,
+
+0x59, 0xE3,
+0x00, 0xE0,
+0xB8, 0x38, 0x33, 0xBF,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x18, 0x3A, 0x41, 0xE9,
+
+0x3F, 0x53, 0xA0, 0xE8,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x63, 0xA0, 0xE8,
+
+0x50, 0x70, 0xF8, 0xEC,
+0x2B, 0x50, 0x3C, 0xE9,
+
+0x1F, 0x0F, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x59, 0x78, 0xF8, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x46, 0x37, 0x46, 0xDF,
+0x56, 0x3F, 0x56, 0xDF,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x66, 0x3D, 0x66, 0xDF,
+
+0x1D, 0x32, 0x41, 0xE9,
+0x67, 0x3D, 0x67, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3F, 0x57, 0xDF,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x59, 0x3F, 0x59, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x69, 0x3D, 0x69, 0xDF,
+
+0x48, 0x37, 0x48, 0xDF,
+0x58, 0x3F, 0x58, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x68, 0x3D, 0x68, 0xDF,
+0x49, 0x37, 0x49, 0xDF,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x34, 0x80, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x44, 0x54, 0xB0,
+0x02, 0x44, 0x64, 0xB0,
+
+0x2A, 0x44, 0x54, 0xB2,
+0x1A, 0x44, 0x64, 0xB2,
+
+0x25, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x3D, 0xCF, 0x74, 0xC2,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2A, 0x44, 0x54, 0xB4,
+0x1A, 0x44, 0x64, 0xB4,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x38, 0x3D, 0x20, 0xE9,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x56, 0xBF,
+0x1A, 0x46, 0x66, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x47, 0x57, 0xBF,
+0x02, 0x47, 0x67, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x53, 0xBF,
+0x1A, 0x43, 0x63, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x48, 0x58, 0xBF,
+0x02, 0x48, 0x68, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x2A, 0x49, 0x59, 0xBF,
+0x1A, 0x49, 0x69, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x82, 0x30, 0x57, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x83, 0x38, 0x57, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x84, 0x31, 0x5E, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x85, 0x39, 0x5E, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x87, 0x77, 0x57, 0xE9,
+0x8B, 0x3E, 0xBF, 0xEA,
+
+0x80, 0x30, 0x57, 0xE9,
+0x81, 0x38, 0x57, 0xE9,
+
+0x82, 0x31, 0x57, 0xE9,
+0x86, 0x78, 0x57, 0xE9,
+
+0x83, 0x39, 0x57, 0xE9,
+0x87, 0x79, 0x57, 0xE9,
+
+0x30, 0x1F, 0x5F, 0xE9,
+0x8A, 0x34, 0x20, 0xE9,
+
+0x8B, 0x3C, 0x20, 0xE9,
+0x37, 0x50, 0x60, 0xBD,
+
+0x57, 0x0D, 0x20, 0xE9,
+0x35, 0x51, 0x61, 0xBD,
+
+0x2B, 0x50, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x0E, 0x77,
+
+0x24, 0x51, 0x20, 0xE9,
+0x9F, 0xFF, 0x20, 0xEA,
+
+0x16, 0x0E, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x0B, 0x46, 0xA0, 0xE8,
+0x1B, 0x56, 0xA0, 0xE8,
+
+0x2B, 0x66, 0xA0, 0xE8,
+0x0C, 0x47, 0xA0, 0xE8,
+
+0x1C, 0x57, 0xA0, 0xE8,
+0x2C, 0x67, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x57, 0x80, 0x57, 0xCF,
+
+0x66, 0x33, 0x66, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x67, 0x3B, 0x67, 0xCF,
+
+0x0B, 0x48, 0xA0, 0xE8,
+0x1B, 0x58, 0xA0, 0xE8,
+
+0x2B, 0x68, 0xA0, 0xE8,
+0x0C, 0x49, 0xA0, 0xE8,
+
+0x1C, 0x59, 0xA0, 0xE8,
+0x2C, 0x69, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x34, 0xD7, 0x34, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3C, 0xD7, 0x3C, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x34, 0x80, 0x34, 0xBD,
+0x3C, 0x80, 0x3C, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x48, 0x80, 0x48, 0xCF,
+0x59, 0x80, 0x59, 0xCF,
+
+0x68, 0x33, 0x68, 0xCF,
+0x49, 0x3B, 0x49, 0xCF,
+
+0xBE, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x58, 0x33, 0x58, 0xCF,
+0x69, 0x3B, 0x69, 0xCF,
+
+0x7D, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_t2gza[] = {
+
+0x00, 0x8A, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0A, 0x40, 0x50, 0xBF,
+0x2A, 0x40, 0x60, 0xBF,
+
+0x32, 0x41, 0x51, 0xBF,
+0x3A, 0x41, 0x61, 0xBF,
+
+0xC3, 0x6B,
+0xD3, 0x6B,
+0x00, 0x8A, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x53, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x23, 0x9F,
+0x00, 0xE0,
+0x51, 0x04,
+
+0x90, 0xE2,
+0x61, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x51, 0x41, 0xE0, 0xEC,
+0x39, 0x67, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x63, 0xA0, 0xE8,
+
+0x61, 0x41, 0xE0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x7C, 0x80, 0x15, 0xEA,
+0x10, 0x04,
+0x20, 0x04,
+
+0x61, 0x51, 0xE0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x52, 0xBF,
+0x0F, 0x52, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x62, 0xBF,
+0x1E, 0x51, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x0E, 0x61, 0x60, 0xEA,
+
+0x32, 0x40, 0x50, 0xBD,
+0x22, 0x40, 0x60, 0xBD,
+
+0x12, 0x41, 0x51, 0xBD,
+0x3A, 0x41, 0x61, 0xBD,
+
+0xBF, 0x2F, 0x0E, 0xBD,
+0x97, 0xE2,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x35, 0x48, 0xB1, 0xE8,
+0x3D, 0x59, 0xB1, 0xE8,
+
+0x46, 0x31, 0x46, 0xBF,
+0x56, 0x31, 0x56, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0x31, 0x66, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x57, 0x39, 0x57, 0xBF,
+0x67, 0x39, 0x67, 0xBF,
+
+0x6D, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x35, 0x00,
+0x3D, 0x00,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0x8D, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x75, 0xF8, 0xEC,
+0x35, 0x20,
+0x3D, 0x20,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x53, 0x53, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x0E, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x48, 0x35, 0x48, 0xBF,
+0x58, 0x35, 0x58, 0xBF,
+
+0x68, 0x35, 0x68, 0xBF,
+0x49, 0x3D, 0x49, 0xBF,
+
+0x59, 0x3D, 0x59, 0xBF,
+0x69, 0x3D, 0x69, 0xBF,
+
+0x63, 0x63, 0x2D, 0xDF,
+0x4D, 0x7D, 0xF8, 0xEC,
+
+0x59, 0xE3,
+0x00, 0xE0,
+0xB8, 0x38, 0x33, 0xBF,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x18, 0x3A, 0x41, 0xE9,
+
+0x3F, 0x53, 0xA0, 0xE8,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x63, 0xA0, 0xE8,
+
+0x50, 0x70, 0xF8, 0xEC,
+0x2B, 0x50, 0x3C, 0xE9,
+
+0x1F, 0x0F, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x59, 0x78, 0xF8, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x46, 0x37, 0x46, 0xDF,
+0x56, 0x3F, 0x56, 0xDF,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x66, 0x3D, 0x66, 0xDF,
+
+0x1D, 0x32, 0x41, 0xE9,
+0x67, 0x3D, 0x67, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3F, 0x57, 0xDF,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x59, 0x3F, 0x59, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x69, 0x3D, 0x69, 0xDF,
+
+0x48, 0x37, 0x48, 0xDF,
+0x58, 0x3F, 0x58, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x68, 0x3D, 0x68, 0xDF,
+0x49, 0x37, 0x49, 0xDF,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x34, 0x80, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x44, 0x54, 0xB0,
+0x02, 0x44, 0x64, 0xB0,
+
+0x2A, 0x44, 0x54, 0xB2,
+0x1A, 0x44, 0x64, 0xB2,
+
+0x29, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x0F, 0xCF, 0x74, 0xC6,
+0x3D, 0xCF, 0x74, 0xC2,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9C, 0x0F, 0x20, 0xE9,
+
+0x0A, 0x44, 0x54, 0xB4,
+0x02, 0x44, 0x64, 0xB4,
+
+0x2A, 0x44, 0x54, 0xB6,
+0x1A, 0x44, 0x64, 0xB6,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x38, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x20,
+0x02, 0x20,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x0A, 0x47, 0x57, 0xBF,
+0x02, 0x47, 0x67, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x46, 0x56, 0xBF,
+0x1A, 0x46, 0x66, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x36, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x37, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x53, 0xBF,
+0x1A, 0x43, 0x63, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x9D, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x9E, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x48, 0x58, 0xBF,
+0x02, 0x48, 0x68, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x2A, 0x49, 0x59, 0xBF,
+0x1A, 0x49, 0x69, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x82, 0x30, 0x57, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x83, 0x38, 0x57, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x84, 0x31, 0x5E, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x85, 0x39, 0x5E, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x87, 0x77, 0x57, 0xE9,
+0x8B, 0x3E, 0xBF, 0xEA,
+
+0x80, 0x30, 0x57, 0xE9,
+0x81, 0x38, 0x57, 0xE9,
+
+0x82, 0x31, 0x57, 0xE9,
+0x86, 0x78, 0x57, 0xE9,
+
+0x83, 0x39, 0x57, 0xE9,
+0x87, 0x79, 0x57, 0xE9,
+
+0x30, 0x1F, 0x5F, 0xE9,
+0x8A, 0x34, 0x20, 0xE9,
+
+0x8B, 0x3C, 0x20, 0xE9,
+0x37, 0x50, 0x60, 0xBD,
+
+0x57, 0x0D, 0x20, 0xE9,
+0x35, 0x51, 0x61, 0xBD,
+
+0x2B, 0x50, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x0E, 0x77,
+
+0x24, 0x51, 0x20, 0xE9,
+0x9B, 0xFF, 0x20, 0xEA,
+
+0x16, 0x0E, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x0B, 0x46, 0xA0, 0xE8,
+0x1B, 0x56, 0xA0, 0xE8,
+
+0x2B, 0x66, 0xA0, 0xE8,
+0x0C, 0x47, 0xA0, 0xE8,
+
+0x1C, 0x57, 0xA0, 0xE8,
+0x2C, 0x67, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x57, 0x80, 0x57, 0xCF,
+
+0x66, 0x33, 0x66, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x67, 0x3B, 0x67, 0xCF,
+
+0x0B, 0x48, 0xA0, 0xE8,
+0x1B, 0x58, 0xA0, 0xE8,
+
+0x2B, 0x68, 0xA0, 0xE8,
+0x0C, 0x49, 0xA0, 0xE8,
+
+0x1C, 0x59, 0xA0, 0xE8,
+0x2C, 0x69, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x34, 0xD7, 0x34, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3C, 0xD7, 0x3C, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x34, 0x80, 0x34, 0xBD,
+0x3C, 0x80, 0x3C, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x48, 0x80, 0x48, 0xCF,
+0x59, 0x80, 0x59, 0xCF,
+
+0x68, 0x33, 0x68, 0xCF,
+0x49, 0x3B, 0x49, 0xCF,
+
+0xBA, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x58, 0x33, 0x58, 0xCF,
+0x69, 0x3B, 0x69, 0xCF,
+
+0x79, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_t2gzaf[] = {
+
+0x00, 0x8A, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0A, 0x40, 0x50, 0xBF,
+0x2A, 0x40, 0x60, 0xBF,
+
+0x32, 0x41, 0x51, 0xBF,
+0x3A, 0x41, 0x61, 0xBF,
+
+0xC3, 0x6B,
+0xD3, 0x6B,
+0x00, 0x8A, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x53, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x23, 0x9F,
+0x00, 0xE0,
+0x51, 0x04,
+
+0x90, 0xE2,
+0x61, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x51, 0x41, 0xE0, 0xEC,
+0x39, 0x67, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x63, 0xA0, 0xE8,
+
+0x61, 0x41, 0xE0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x81, 0x80, 0x15, 0xEA,
+0x10, 0x04,
+0x20, 0x04,
+
+0x61, 0x51, 0xE0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x52, 0xBF,
+0x0F, 0x52, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x62, 0xBF,
+0x1E, 0x51, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x0E, 0x61, 0x60, 0xEA,
+
+0x32, 0x40, 0x50, 0xBD,
+0x22, 0x40, 0x60, 0xBD,
+
+0x12, 0x41, 0x51, 0xBD,
+0x3A, 0x41, 0x61, 0xBD,
+
+0xBF, 0x2F, 0x0E, 0xBD,
+0x97, 0xE2,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x35, 0x48, 0xB1, 0xE8,
+0x3D, 0x59, 0xB1, 0xE8,
+
+0x46, 0x31, 0x46, 0xBF,
+0x56, 0x31, 0x56, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0x31, 0x66, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x57, 0x39, 0x57, 0xBF,
+0x67, 0x39, 0x67, 0xBF,
+
+0x72, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x35, 0x00,
+0x3D, 0x00,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0x8D, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x75, 0xF8, 0xEC,
+0x35, 0x20,
+0x3D, 0x20,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x53, 0x53, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x0E, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x48, 0x35, 0x48, 0xBF,
+0x58, 0x35, 0x58, 0xBF,
+
+0x68, 0x35, 0x68, 0xBF,
+0x49, 0x3D, 0x49, 0xBF,
+
+0x59, 0x3D, 0x59, 0xBF,
+0x69, 0x3D, 0x69, 0xBF,
+
+0x63, 0x63, 0x2D, 0xDF,
+0x4D, 0x7D, 0xF8, 0xEC,
+
+0x59, 0xE3,
+0x00, 0xE0,
+0xB8, 0x38, 0x33, 0xBF,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x18, 0x3A, 0x41, 0xE9,
+
+0x3F, 0x53, 0xA0, 0xE8,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x63, 0xA0, 0xE8,
+
+0x50, 0x70, 0xF8, 0xEC,
+0x2B, 0x50, 0x3C, 0xE9,
+
+0x1F, 0x0F, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x59, 0x78, 0xF8, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x46, 0x37, 0x46, 0xDF,
+0x56, 0x3F, 0x56, 0xDF,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x66, 0x3D, 0x66, 0xDF,
+
+0x1D, 0x32, 0x41, 0xE9,
+0x67, 0x3D, 0x67, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3F, 0x57, 0xDF,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x59, 0x3F, 0x59, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x69, 0x3D, 0x69, 0xDF,
+
+0x48, 0x37, 0x48, 0xDF,
+0x58, 0x3F, 0x58, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x68, 0x3D, 0x68, 0xDF,
+0x49, 0x37, 0x49, 0xDF,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x54, 0xB0,
+0x02, 0x44, 0x64, 0xB0,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x34, 0x37, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB2,
+0x1A, 0x44, 0x64, 0xB2,
+
+0x2E, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x3D, 0xCF, 0x74, 0xC2,
+0x0F, 0xCF, 0x74, 0xC6,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9C, 0x0F, 0x20, 0xE9,
+
+0x0A, 0x44, 0x54, 0xB4,
+0x02, 0x44, 0x64, 0xB4,
+
+0x2A, 0x44, 0x54, 0xB6,
+0x1A, 0x44, 0x64, 0xB6,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x38, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x20,
+0x02, 0x20,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x3D, 0xCF, 0x75, 0xC6,
+0x00, 0x80, 0x00, 0xE8,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x45, 0x55, 0xB6,
+0x02, 0x45, 0x65, 0xB6,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x31, 0x3D, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x2A, 0x46, 0x56, 0xBF,
+0x1A, 0x46, 0x66, 0xBF,
+
+0x0A, 0x47, 0x57, 0xBF,
+0x02, 0x47, 0x67, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x38, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9D, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x9E, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x53, 0xBF,
+0x1A, 0x43, 0x63, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x35, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x39, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x48, 0x58, 0xBF,
+0x02, 0x48, 0x68, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x2A, 0x49, 0x59, 0xBF,
+0x1A, 0x49, 0x69, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x82, 0x30, 0x57, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x83, 0x38, 0x57, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x84, 0x31, 0x5E, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x85, 0x39, 0x5E, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x87, 0x77, 0x57, 0xE9,
+0x8B, 0x3E, 0xBF, 0xEA,
+
+0x80, 0x30, 0x57, 0xE9,
+0x81, 0x38, 0x57, 0xE9,
+
+0x82, 0x31, 0x57, 0xE9,
+0x86, 0x78, 0x57, 0xE9,
+
+0x83, 0x39, 0x57, 0xE9,
+0x87, 0x79, 0x57, 0xE9,
+
+0x30, 0x1F, 0x5F, 0xE9,
+0x8A, 0x34, 0x20, 0xE9,
+
+0x8B, 0x3C, 0x20, 0xE9,
+0x37, 0x50, 0x60, 0xBD,
+
+0x57, 0x0D, 0x20, 0xE9,
+0x35, 0x51, 0x61, 0xBD,
+
+0x2B, 0x50, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x0E, 0x77,
+
+0x24, 0x51, 0x20, 0xE9,
+0x96, 0xFF, 0x20, 0xEA,
+
+0x16, 0x0E, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x0B, 0x46, 0xA0, 0xE8,
+0x1B, 0x56, 0xA0, 0xE8,
+
+0x2B, 0x66, 0xA0, 0xE8,
+0x0C, 0x47, 0xA0, 0xE8,
+
+0x1C, 0x57, 0xA0, 0xE8,
+0x2C, 0x67, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x57, 0x80, 0x57, 0xCF,
+
+0x66, 0x33, 0x66, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x67, 0x3B, 0x67, 0xCF,
+
+0x0B, 0x48, 0xA0, 0xE8,
+0x1B, 0x58, 0xA0, 0xE8,
+
+0x2B, 0x68, 0xA0, 0xE8,
+0x0C, 0x49, 0xA0, 0xE8,
+
+0x1C, 0x59, 0xA0, 0xE8,
+0x2C, 0x69, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x34, 0xD7, 0x34, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3C, 0xD7, 0x3C, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x34, 0x80, 0x34, 0xBD,
+0x3C, 0x80, 0x3C, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x48, 0x80, 0x48, 0xCF,
+0x59, 0x80, 0x59, 0xCF,
+
+0x68, 0x33, 0x68, 0xCF,
+0x49, 0x3B, 0x49, 0xCF,
+
+0xB5, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x58, 0x33, 0x58, 0xCF,
+0x69, 0x3B, 0x69, 0xCF,
+
+0x74, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_t2gzf[] = {
+
+0x00, 0x8A, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0A, 0x40, 0x50, 0xBF,
+0x2A, 0x40, 0x60, 0xBF,
+
+0x32, 0x41, 0x51, 0xBF,
+0x3A, 0x41, 0x61, 0xBF,
+
+0xC3, 0x6B,
+0xD3, 0x6B,
+0x00, 0x8A, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x53, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x23, 0x9F,
+0x00, 0xE0,
+0x51, 0x04,
+
+0x90, 0xE2,
+0x61, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x51, 0x41, 0xE0, 0xEC,
+0x39, 0x67, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x63, 0xA0, 0xE8,
+
+0x61, 0x41, 0xE0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x7D, 0x80, 0x15, 0xEA,
+0x10, 0x04,
+0x20, 0x04,
+
+0x61, 0x51, 0xE0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x52, 0xBF,
+0x0F, 0x52, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x62, 0xBF,
+0x1E, 0x51, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x0E, 0x61, 0x60, 0xEA,
+
+0x32, 0x40, 0x50, 0xBD,
+0x22, 0x40, 0x60, 0xBD,
+
+0x12, 0x41, 0x51, 0xBD,
+0x3A, 0x41, 0x61, 0xBD,
+
+0xBF, 0x2F, 0x0E, 0xBD,
+0x97, 0xE2,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x35, 0x48, 0xB1, 0xE8,
+0x3D, 0x59, 0xB1, 0xE8,
+
+0x46, 0x31, 0x46, 0xBF,
+0x56, 0x31, 0x56, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0x31, 0x66, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x57, 0x39, 0x57, 0xBF,
+0x67, 0x39, 0x67, 0xBF,
+
+0x6E, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x35, 0x00,
+0x3D, 0x00,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0x8D, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x75, 0xF8, 0xEC,
+0x35, 0x20,
+0x3D, 0x20,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x53, 0x53, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x0E, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x48, 0x35, 0x48, 0xBF,
+0x58, 0x35, 0x58, 0xBF,
+
+0x68, 0x35, 0x68, 0xBF,
+0x49, 0x3D, 0x49, 0xBF,
+
+0x59, 0x3D, 0x59, 0xBF,
+0x69, 0x3D, 0x69, 0xBF,
+
+0x63, 0x63, 0x2D, 0xDF,
+0x4D, 0x7D, 0xF8, 0xEC,
+
+0x59, 0xE3,
+0x00, 0xE0,
+0xB8, 0x38, 0x33, 0xBF,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x18, 0x3A, 0x41, 0xE9,
+
+0x3F, 0x53, 0xA0, 0xE8,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x63, 0xA0, 0xE8,
+
+0x50, 0x70, 0xF8, 0xEC,
+0x2B, 0x50, 0x3C, 0xE9,
+
+0x1F, 0x0F, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x59, 0x78, 0xF8, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x46, 0x37, 0x46, 0xDF,
+0x56, 0x3F, 0x56, 0xDF,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x66, 0x3D, 0x66, 0xDF,
+
+0x1D, 0x32, 0x41, 0xE9,
+0x67, 0x3D, 0x67, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3F, 0x57, 0xDF,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x59, 0x3F, 0x59, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x69, 0x3D, 0x69, 0xDF,
+
+0x48, 0x37, 0x48, 0xDF,
+0x58, 0x3F, 0x58, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x68, 0x3D, 0x68, 0xDF,
+0x49, 0x37, 0x49, 0xDF,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x34, 0x80, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0F, 0xCF, 0x75, 0xC6,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x44, 0x54, 0xB0,
+0x02, 0x44, 0x64, 0xB0,
+
+0x2A, 0x44, 0x54, 0xB2,
+0x1A, 0x44, 0x64, 0xB2,
+
+0x28, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x3D, 0xCF, 0x74, 0xC2,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x31, 0x0F, 0x20, 0xE9,
+
+0x0A, 0x44, 0x54, 0xB4,
+0x02, 0x44, 0x64, 0xB4,
+
+0x2A, 0x45, 0x55, 0xB6,
+0x1A, 0x45, 0x65, 0xB6,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x38, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x20,
+0x02, 0x20,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x0A, 0x47, 0x57, 0xBF,
+0x02, 0x47, 0x67, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x46, 0x56, 0xBF,
+0x1A, 0x46, 0x66, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x36, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x37, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x53, 0xBF,
+0x1A, 0x43, 0x63, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x35, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x39, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x48, 0x58, 0xBF,
+0x02, 0x48, 0x68, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x2A, 0x49, 0x59, 0xBF,
+0x1A, 0x49, 0x69, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x82, 0x30, 0x57, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x83, 0x38, 0x57, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x84, 0x31, 0x5E, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x85, 0x39, 0x5E, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x87, 0x77, 0x57, 0xE9,
+0x8B, 0x3E, 0xBF, 0xEA,
+
+0x80, 0x30, 0x57, 0xE9,
+0x81, 0x38, 0x57, 0xE9,
+
+0x82, 0x31, 0x57, 0xE9,
+0x86, 0x78, 0x57, 0xE9,
+
+0x83, 0x39, 0x57, 0xE9,
+0x87, 0x79, 0x57, 0xE9,
+
+0x30, 0x1F, 0x5F, 0xE9,
+0x8A, 0x34, 0x20, 0xE9,
+
+0x8B, 0x3C, 0x20, 0xE9,
+0x37, 0x50, 0x60, 0xBD,
+
+0x57, 0x0D, 0x20, 0xE9,
+0x35, 0x51, 0x61, 0xBD,
+
+0x2B, 0x50, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x0E, 0x77,
+
+0x24, 0x51, 0x20, 0xE9,
+0x9A, 0xFF, 0x20, 0xEA,
+
+0x16, 0x0E, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x0B, 0x46, 0xA0, 0xE8,
+0x1B, 0x56, 0xA0, 0xE8,
+
+0x2B, 0x66, 0xA0, 0xE8,
+0x0C, 0x47, 0xA0, 0xE8,
+
+0x1C, 0x57, 0xA0, 0xE8,
+0x2C, 0x67, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x57, 0x80, 0x57, 0xCF,
+
+0x66, 0x33, 0x66, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x67, 0x3B, 0x67, 0xCF,
+
+0x0B, 0x48, 0xA0, 0xE8,
+0x1B, 0x58, 0xA0, 0xE8,
+
+0x2B, 0x68, 0xA0, 0xE8,
+0x0C, 0x49, 0xA0, 0xE8,
+
+0x1C, 0x59, 0xA0, 0xE8,
+0x2C, 0x69, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x34, 0xD7, 0x34, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3C, 0xD7, 0x3C, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x34, 0x80, 0x34, 0xBD,
+0x3C, 0x80, 0x3C, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x48, 0x80, 0x48, 0xCF,
+0x59, 0x80, 0x59, 0xCF,
+
+0x68, 0x33, 0x68, 0xCF,
+0x49, 0x3B, 0x49, 0xCF,
+
+0xBB, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x58, 0x33, 0x58, 0xCF,
+0x69, 0x3B, 0x69, 0xCF,
+
+0x78, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_t2gzs[] = {
+
+0x00, 0x8A, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0A, 0x40, 0x50, 0xBF,
+0x2A, 0x40, 0x60, 0xBF,
+
+0x32, 0x41, 0x51, 0xBF,
+0x3A, 0x41, 0x61, 0xBF,
+
+0xC3, 0x6B,
+0xD3, 0x6B,
+0x00, 0x8A, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x53, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x23, 0x9F,
+0x00, 0xE0,
+0x51, 0x04,
+
+0x90, 0xE2,
+0x61, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x51, 0x41, 0xE0, 0xEC,
+0x39, 0x67, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x63, 0xA0, 0xE8,
+
+0x61, 0x41, 0xE0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x85, 0x80, 0x15, 0xEA,
+0x10, 0x04,
+0x20, 0x04,
+
+0x61, 0x51, 0xE0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x52, 0xBF,
+0x0F, 0x52, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x62, 0xBF,
+0x1E, 0x51, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x0E, 0x61, 0x60, 0xEA,
+
+0x32, 0x40, 0x50, 0xBD,
+0x22, 0x40, 0x60, 0xBD,
+
+0x12, 0x41, 0x51, 0xBD,
+0x3A, 0x41, 0x61, 0xBD,
+
+0xBF, 0x2F, 0x0E, 0xBD,
+0x97, 0xE2,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x35, 0x48, 0xB1, 0xE8,
+0x3D, 0x59, 0xB1, 0xE8,
+
+0x46, 0x31, 0x46, 0xBF,
+0x56, 0x31, 0x56, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0x31, 0x66, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x57, 0x39, 0x57, 0xBF,
+0x67, 0x39, 0x67, 0xBF,
+
+0x76, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x35, 0x00,
+0x3D, 0x00,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0x8D, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x75, 0xF8, 0xEC,
+0x35, 0x20,
+0x3D, 0x20,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x53, 0x53, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x0E, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x48, 0x35, 0x48, 0xBF,
+0x58, 0x35, 0x58, 0xBF,
+
+0x68, 0x35, 0x68, 0xBF,
+0x49, 0x3D, 0x49, 0xBF,
+
+0x59, 0x3D, 0x59, 0xBF,
+0x69, 0x3D, 0x69, 0xBF,
+
+0x63, 0x63, 0x2D, 0xDF,
+0x4D, 0x7D, 0xF8, 0xEC,
+
+0x59, 0xE3,
+0x00, 0xE0,
+0xB8, 0x38, 0x33, 0xBF,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x18, 0x3A, 0x41, 0xE9,
+
+0x3F, 0x53, 0xA0, 0xE8,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x63, 0xA0, 0xE8,
+
+0x50, 0x70, 0xF8, 0xEC,
+0x2B, 0x50, 0x3C, 0xE9,
+
+0x1F, 0x0F, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x59, 0x78, 0xF8, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x46, 0x37, 0x46, 0xDF,
+0x56, 0x3F, 0x56, 0xDF,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x66, 0x3D, 0x66, 0xDF,
+
+0x1D, 0x32, 0x41, 0xE9,
+0x67, 0x3D, 0x67, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3F, 0x57, 0xDF,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x59, 0x3F, 0x59, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x69, 0x3D, 0x69, 0xDF,
+
+0x48, 0x37, 0x48, 0xDF,
+0x58, 0x3F, 0x58, 0xDF,
+
+0x68, 0x3D, 0x68, 0xDF,
+0x49, 0x37, 0x49, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x0F, 0xCF, 0x74, 0xC2,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x54, 0xB0,
+0x02, 0x44, 0x64, 0xB0,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x34, 0x37, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x38, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB2,
+0x1A, 0x44, 0x64, 0xB2,
+
+0x31, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x0F, 0xCF, 0x75, 0xC0,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x3D, 0xCF, 0x75, 0xC2,
+0x37, 0xCF, 0x75, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA6, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA3, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB4,
+0x1A, 0x44, 0x64, 0xB4,
+
+0x0A, 0x45, 0x55, 0xB0,
+0x02, 0x45, 0x65, 0xB0,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA0, 0x37, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x55, 0xB2,
+0x1A, 0x45, 0x65, 0xB2,
+
+0x0A, 0x45, 0x55, 0xB4,
+0x02, 0x45, 0x65, 0xB4,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x20,
+0x1A, 0x20,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x2A, 0x46, 0x56, 0xBF,
+0x1A, 0x46, 0x66, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0xA7, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0xA8, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x47, 0x57, 0xBF,
+0x02, 0x47, 0x67, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA4, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA5, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x53, 0xBF,
+0x1A, 0x43, 0x63, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0xA1, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0xA2, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x48, 0x58, 0xBF,
+0x02, 0x48, 0x68, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x2A, 0x49, 0x59, 0xBF,
+0x1A, 0x49, 0x69, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x82, 0x30, 0x57, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x83, 0x38, 0x57, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x84, 0x31, 0x5E, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x85, 0x39, 0x5E, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x87, 0x77, 0x57, 0xE9,
+0x8B, 0x3E, 0xBF, 0xEA,
+
+0x80, 0x30, 0x57, 0xE9,
+0x81, 0x38, 0x57, 0xE9,
+
+0x82, 0x31, 0x57, 0xE9,
+0x86, 0x78, 0x57, 0xE9,
+
+0x83, 0x39, 0x57, 0xE9,
+0x87, 0x79, 0x57, 0xE9,
+
+0x30, 0x1F, 0x5F, 0xE9,
+0x8A, 0x34, 0x20, 0xE9,
+
+0x8B, 0x3C, 0x20, 0xE9,
+0x37, 0x50, 0x60, 0xBD,
+
+0x57, 0x0D, 0x20, 0xE9,
+0x35, 0x51, 0x61, 0xBD,
+
+0x2B, 0x50, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x0E, 0x77,
+
+0x24, 0x51, 0x20, 0xE9,
+0x92, 0xFF, 0x20, 0xEA,
+
+0x16, 0x0E, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x0B, 0x46, 0xA0, 0xE8,
+0x1B, 0x56, 0xA0, 0xE8,
+
+0x2B, 0x66, 0xA0, 0xE8,
+0x0C, 0x47, 0xA0, 0xE8,
+
+0x1C, 0x57, 0xA0, 0xE8,
+0x2C, 0x67, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x57, 0x80, 0x57, 0xCF,
+
+0x66, 0x33, 0x66, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x67, 0x3B, 0x67, 0xCF,
+
+0x0B, 0x48, 0xA0, 0xE8,
+0x1B, 0x58, 0xA0, 0xE8,
+
+0x2B, 0x68, 0xA0, 0xE8,
+0x0C, 0x49, 0xA0, 0xE8,
+
+0x1C, 0x59, 0xA0, 0xE8,
+0x2C, 0x69, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x34, 0xD7, 0x34, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3C, 0xD7, 0x3C, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x34, 0x80, 0x34, 0xBD,
+0x3C, 0x80, 0x3C, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x48, 0x80, 0x48, 0xCF,
+0x59, 0x80, 0x59, 0xCF,
+
+0x68, 0x33, 0x68, 0xCF,
+0x49, 0x3B, 0x49, 0xCF,
+
+0xB2, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x58, 0x33, 0x58, 0xCF,
+0x69, 0x3B, 0x69, 0xCF,
+
+0x70, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_t2gzsa[] = {
+
+0x00, 0x8A, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0A, 0x40, 0x50, 0xBF,
+0x2A, 0x40, 0x60, 0xBF,
+
+0x32, 0x41, 0x51, 0xBF,
+0x3A, 0x41, 0x61, 0xBF,
+
+0xC3, 0x6B,
+0xD3, 0x6B,
+0x00, 0x8A, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x53, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x23, 0x9F,
+0x00, 0xE0,
+0x51, 0x04,
+
+0x90, 0xE2,
+0x61, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x51, 0x41, 0xE0, 0xEC,
+0x39, 0x67, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x63, 0xA0, 0xE8,
+
+0x61, 0x41, 0xE0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x8A, 0x80, 0x15, 0xEA,
+0x10, 0x04,
+0x20, 0x04,
+
+0x61, 0x51, 0xE0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x52, 0xBF,
+0x0F, 0x52, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x62, 0xBF,
+0x1E, 0x51, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x0E, 0x61, 0x60, 0xEA,
+
+0x32, 0x40, 0x50, 0xBD,
+0x22, 0x40, 0x60, 0xBD,
+
+0x12, 0x41, 0x51, 0xBD,
+0x3A, 0x41, 0x61, 0xBD,
+
+0xBF, 0x2F, 0x0E, 0xBD,
+0x97, 0xE2,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x35, 0x48, 0xB1, 0xE8,
+0x3D, 0x59, 0xB1, 0xE8,
+
+0x46, 0x31, 0x46, 0xBF,
+0x56, 0x31, 0x56, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0x31, 0x66, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x57, 0x39, 0x57, 0xBF,
+0x67, 0x39, 0x67, 0xBF,
+
+0x7B, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x35, 0x00,
+0x3D, 0x00,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0x8D, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x75, 0xF8, 0xEC,
+0x35, 0x20,
+0x3D, 0x20,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x53, 0x53, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x0E, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x48, 0x35, 0x48, 0xBF,
+0x58, 0x35, 0x58, 0xBF,
+
+0x68, 0x35, 0x68, 0xBF,
+0x49, 0x3D, 0x49, 0xBF,
+
+0x59, 0x3D, 0x59, 0xBF,
+0x69, 0x3D, 0x69, 0xBF,
+
+0x63, 0x63, 0x2D, 0xDF,
+0x4D, 0x7D, 0xF8, 0xEC,
+
+0x59, 0xE3,
+0x00, 0xE0,
+0xB8, 0x38, 0x33, 0xBF,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x18, 0x3A, 0x41, 0xE9,
+
+0x3F, 0x53, 0xA0, 0xE8,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x63, 0xA0, 0xE8,
+
+0x50, 0x70, 0xF8, 0xEC,
+0x2B, 0x50, 0x3C, 0xE9,
+
+0x1F, 0x0F, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x59, 0x78, 0xF8, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x46, 0x37, 0x46, 0xDF,
+0x56, 0x3F, 0x56, 0xDF,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x66, 0x3D, 0x66, 0xDF,
+
+0x1D, 0x32, 0x41, 0xE9,
+0x67, 0x3D, 0x67, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3F, 0x57, 0xDF,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x59, 0x3F, 0x59, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x69, 0x3D, 0x69, 0xDF,
+
+0x48, 0x37, 0x48, 0xDF,
+0x58, 0x3F, 0x58, 0xDF,
+
+0x68, 0x3D, 0x68, 0xDF,
+0x49, 0x37, 0x49, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x0F, 0xCF, 0x74, 0xC2,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x54, 0xB0,
+0x02, 0x44, 0x64, 0xB0,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x34, 0x37, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x38, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB2,
+0x1A, 0x44, 0x64, 0xB2,
+
+0x36, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x0F, 0xCF, 0x75, 0xC0,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x3D, 0xCF, 0x75, 0xC2,
+0x37, 0xCF, 0x75, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA6, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA3, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB4,
+0x1A, 0x44, 0x64, 0xB4,
+
+0x0A, 0x45, 0x55, 0xB0,
+0x02, 0x45, 0x65, 0xB0,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA0, 0x37, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x55, 0xB2,
+0x1A, 0x45, 0x65, 0xB2,
+
+0x0A, 0x45, 0x55, 0xB4,
+0x02, 0x45, 0x65, 0xB4,
+
+0x0F, 0xCF, 0x74, 0xC6,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA7, 0x30, 0x4F, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9C, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA8, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB6,
+0x1A, 0x44, 0x64, 0xB6,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x56, 0xBF,
+0x1A, 0x46, 0x66, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA4, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA5, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x47, 0x57, 0xBF,
+0x02, 0x47, 0x67, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA1, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA2, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x53, 0xBF,
+0x1A, 0x43, 0x63, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x9D, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x9E, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x48, 0x58, 0xBF,
+0x02, 0x48, 0x68, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x2A, 0x49, 0x59, 0xBF,
+0x1A, 0x49, 0x69, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x82, 0x30, 0x57, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x83, 0x38, 0x57, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x84, 0x31, 0x5E, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x85, 0x39, 0x5E, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x87, 0x77, 0x57, 0xE9,
+0x8B, 0x3E, 0xBF, 0xEA,
+
+0x80, 0x30, 0x57, 0xE9,
+0x81, 0x38, 0x57, 0xE9,
+
+0x82, 0x31, 0x57, 0xE9,
+0x86, 0x78, 0x57, 0xE9,
+
+0x83, 0x39, 0x57, 0xE9,
+0x87, 0x79, 0x57, 0xE9,
+
+0x30, 0x1F, 0x5F, 0xE9,
+0x8A, 0x34, 0x20, 0xE9,
+
+0x8B, 0x3C, 0x20, 0xE9,
+0x37, 0x50, 0x60, 0xBD,
+
+0x57, 0x0D, 0x20, 0xE9,
+0x35, 0x51, 0x61, 0xBD,
+
+0x2B, 0x50, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x0E, 0x77,
+
+0x24, 0x51, 0x20, 0xE9,
+0x8D, 0xFF, 0x20, 0xEA,
+
+0x16, 0x0E, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x0B, 0x46, 0xA0, 0xE8,
+0x1B, 0x56, 0xA0, 0xE8,
+
+0x2B, 0x66, 0xA0, 0xE8,
+0x0C, 0x47, 0xA0, 0xE8,
+
+0x1C, 0x57, 0xA0, 0xE8,
+0x2C, 0x67, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x57, 0x80, 0x57, 0xCF,
+
+0x66, 0x33, 0x66, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x67, 0x3B, 0x67, 0xCF,
+
+0x0B, 0x48, 0xA0, 0xE8,
+0x1B, 0x58, 0xA0, 0xE8,
+
+0x2B, 0x68, 0xA0, 0xE8,
+0x0C, 0x49, 0xA0, 0xE8,
+
+0x1C, 0x59, 0xA0, 0xE8,
+0x2C, 0x69, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x34, 0xD7, 0x34, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3C, 0xD7, 0x3C, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x34, 0x80, 0x34, 0xBD,
+0x3C, 0x80, 0x3C, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x48, 0x80, 0x48, 0xCF,
+0x59, 0x80, 0x59, 0xCF,
+
+0x68, 0x33, 0x68, 0xCF,
+0x49, 0x3B, 0x49, 0xCF,
+
+0xAD, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x58, 0x33, 0x58, 0xCF,
+0x69, 0x3B, 0x69, 0xCF,
+
+0x6B, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_t2gzsaf[] = {
+
+0x00, 0x8A, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0A, 0x40, 0x50, 0xBF,
+0x2A, 0x40, 0x60, 0xBF,
+
+0x32, 0x41, 0x51, 0xBF,
+0x3A, 0x41, 0x61, 0xBF,
+
+0xC3, 0x6B,
+0xD3, 0x6B,
+0x00, 0x8A, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x53, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x23, 0x9F,
+0x00, 0xE0,
+0x51, 0x04,
+
+0x90, 0xE2,
+0x61, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x51, 0x41, 0xE0, 0xEC,
+0x39, 0x67, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x63, 0xA0, 0xE8,
+
+0x61, 0x41, 0xE0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x8E, 0x80, 0x15, 0xEA,
+0x10, 0x04,
+0x20, 0x04,
+
+0x61, 0x51, 0xE0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x52, 0xBF,
+0x0F, 0x52, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x62, 0xBF,
+0x1E, 0x51, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x0E, 0x61, 0x60, 0xEA,
+
+0x32, 0x40, 0x50, 0xBD,
+0x22, 0x40, 0x60, 0xBD,
+
+0x12, 0x41, 0x51, 0xBD,
+0x3A, 0x41, 0x61, 0xBD,
+
+0xBF, 0x2F, 0x0E, 0xBD,
+0x97, 0xE2,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x35, 0x48, 0xB1, 0xE8,
+0x3D, 0x59, 0xB1, 0xE8,
+
+0x46, 0x31, 0x46, 0xBF,
+0x56, 0x31, 0x56, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0x31, 0x66, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x57, 0x39, 0x57, 0xBF,
+0x67, 0x39, 0x67, 0xBF,
+
+0x7F, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x35, 0x00,
+0x3D, 0x00,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0x8D, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x75, 0xF8, 0xEC,
+0x35, 0x20,
+0x3D, 0x20,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x53, 0x53, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x0E, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x48, 0x35, 0x48, 0xBF,
+0x58, 0x35, 0x58, 0xBF,
+
+0x68, 0x35, 0x68, 0xBF,
+0x49, 0x3D, 0x49, 0xBF,
+
+0x59, 0x3D, 0x59, 0xBF,
+0x69, 0x3D, 0x69, 0xBF,
+
+0x63, 0x63, 0x2D, 0xDF,
+0x4D, 0x7D, 0xF8, 0xEC,
+
+0x59, 0xE3,
+0x00, 0xE0,
+0xB8, 0x38, 0x33, 0xBF,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x18, 0x3A, 0x41, 0xE9,
+
+0x3F, 0x53, 0xA0, 0xE8,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x63, 0xA0, 0xE8,
+
+0x50, 0x70, 0xF8, 0xEC,
+0x2B, 0x50, 0x3C, 0xE9,
+
+0x1F, 0x0F, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x59, 0x78, 0xF8, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x46, 0x37, 0x46, 0xDF,
+0x56, 0x3F, 0x56, 0xDF,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x66, 0x3D, 0x66, 0xDF,
+
+0x1D, 0x32, 0x41, 0xE9,
+0x67, 0x3D, 0x67, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3F, 0x57, 0xDF,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x59, 0x3F, 0x59, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x69, 0x3D, 0x69, 0xDF,
+
+0x48, 0x37, 0x48, 0xDF,
+0x58, 0x3F, 0x58, 0xDF,
+
+0x68, 0x3D, 0x68, 0xDF,
+0x49, 0x37, 0x49, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x0F, 0xCF, 0x74, 0xC2,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x54, 0xB0,
+0x02, 0x44, 0x64, 0xB0,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x34, 0x37, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x38, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB2,
+0x1A, 0x44, 0x64, 0xB2,
+
+0x3A, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x0F, 0xCF, 0x75, 0xC0,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x3D, 0xCF, 0x75, 0xC2,
+0x37, 0xCF, 0x75, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA6, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA3, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB4,
+0x1A, 0x44, 0x64, 0xB4,
+
+0x0A, 0x45, 0x55, 0xB0,
+0x02, 0x45, 0x65, 0xB0,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA0, 0x37, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x55, 0xB2,
+0x1A, 0x45, 0x65, 0xB2,
+
+0x0A, 0x45, 0x55, 0xB4,
+0x02, 0x45, 0x65, 0xB4,
+
+0x0F, 0xCF, 0x74, 0xC6,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA7, 0x30, 0x4F, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9C, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA8, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB6,
+0x1A, 0x44, 0x64, 0xB6,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x45, 0x55, 0xB6,
+0x02, 0x45, 0x65, 0xB6,
+
+0x3D, 0xCF, 0x75, 0xC6,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x56, 0xBF,
+0x1A, 0x46, 0x66, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA4, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA5, 0x39, 0x4F, 0xE9,
+
+0x31, 0x3D, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x0A, 0x47, 0x57, 0xBF,
+0x02, 0x47, 0x67, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0xA1, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0xA2, 0x38, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9D, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x9E, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x53, 0xBF,
+0x1A, 0x43, 0x63, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x35, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x39, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x48, 0x58, 0xBF,
+0x02, 0x48, 0x68, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x2A, 0x49, 0x59, 0xBF,
+0x1A, 0x49, 0x69, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x82, 0x30, 0x57, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x83, 0x38, 0x57, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x84, 0x31, 0x5E, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x85, 0x39, 0x5E, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x87, 0x77, 0x57, 0xE9,
+0x8B, 0x3E, 0xBF, 0xEA,
+
+0x80, 0x30, 0x57, 0xE9,
+0x81, 0x38, 0x57, 0xE9,
+
+0x82, 0x31, 0x57, 0xE9,
+0x86, 0x78, 0x57, 0xE9,
+
+0x83, 0x39, 0x57, 0xE9,
+0x87, 0x79, 0x57, 0xE9,
+
+0x30, 0x1F, 0x5F, 0xE9,
+0x8A, 0x34, 0x20, 0xE9,
+
+0x8B, 0x3C, 0x20, 0xE9,
+0x37, 0x50, 0x60, 0xBD,
+
+0x57, 0x0D, 0x20, 0xE9,
+0x35, 0x51, 0x61, 0xBD,
+
+0x2B, 0x50, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x0E, 0x77,
+
+0x24, 0x51, 0x20, 0xE9,
+0x89, 0xFF, 0x20, 0xEA,
+
+0x16, 0x0E, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x0B, 0x46, 0xA0, 0xE8,
+0x1B, 0x56, 0xA0, 0xE8,
+
+0x2B, 0x66, 0xA0, 0xE8,
+0x0C, 0x47, 0xA0, 0xE8,
+
+0x1C, 0x57, 0xA0, 0xE8,
+0x2C, 0x67, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x57, 0x80, 0x57, 0xCF,
+
+0x66, 0x33, 0x66, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x67, 0x3B, 0x67, 0xCF,
+
+0x0B, 0x48, 0xA0, 0xE8,
+0x1B, 0x58, 0xA0, 0xE8,
+
+0x2B, 0x68, 0xA0, 0xE8,
+0x0C, 0x49, 0xA0, 0xE8,
+
+0x1C, 0x59, 0xA0, 0xE8,
+0x2C, 0x69, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x34, 0xD7, 0x34, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3C, 0xD7, 0x3C, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x34, 0x80, 0x34, 0xBD,
+0x3C, 0x80, 0x3C, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x48, 0x80, 0x48, 0xCF,
+0x59, 0x80, 0x59, 0xCF,
+
+0x68, 0x33, 0x68, 0xCF,
+0x49, 0x3B, 0x49, 0xCF,
+
+0xA9, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x58, 0x33, 0x58, 0xCF,
+0x69, 0x3B, 0x69, 0xCF,
+
+0x67, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_t2gzsf[] = {
+
+0x00, 0x8A, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x0A, 0x40, 0x50, 0xBF,
+0x2A, 0x40, 0x60, 0xBF,
+
+0x32, 0x41, 0x51, 0xBF,
+0x3A, 0x41, 0x61, 0xBF,
+
+0xC3, 0x6B,
+0xD3, 0x6B,
+0x00, 0x8A, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x53, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x23, 0x9F,
+0x00, 0xE0,
+0x51, 0x04,
+
+0x90, 0xE2,
+0x61, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x51, 0x41, 0xE0, 0xEC,
+0x39, 0x67, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x63, 0xA0, 0xE8,
+
+0x61, 0x41, 0xE0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x8A, 0x80, 0x15, 0xEA,
+0x10, 0x04,
+0x20, 0x04,
+
+0x61, 0x51, 0xE0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x52, 0xBF,
+0x0F, 0x52, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x62, 0xBF,
+0x1E, 0x51, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x0E, 0x61, 0x60, 0xEA,
+
+0x32, 0x40, 0x50, 0xBD,
+0x22, 0x40, 0x60, 0xBD,
+
+0x12, 0x41, 0x51, 0xBD,
+0x3A, 0x41, 0x61, 0xBD,
+
+0xBF, 0x2F, 0x0E, 0xBD,
+0x97, 0xE2,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x35, 0x48, 0xB1, 0xE8,
+0x3D, 0x59, 0xB1, 0xE8,
+
+0x46, 0x31, 0x46, 0xBF,
+0x56, 0x31, 0x56, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x66, 0x31, 0x66, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x57, 0x39, 0x57, 0xBF,
+0x67, 0x39, 0x67, 0xBF,
+
+0x7B, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x35, 0x00,
+0x3D, 0x00,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0x8D, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x75, 0xF8, 0xEC,
+0x35, 0x20,
+0x3D, 0x20,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x53, 0x53, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x0E, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x48, 0x35, 0x48, 0xBF,
+0x58, 0x35, 0x58, 0xBF,
+
+0x68, 0x35, 0x68, 0xBF,
+0x49, 0x3D, 0x49, 0xBF,
+
+0x59, 0x3D, 0x59, 0xBF,
+0x69, 0x3D, 0x69, 0xBF,
+
+0x63, 0x63, 0x2D, 0xDF,
+0x4D, 0x7D, 0xF8, 0xEC,
+
+0x59, 0xE3,
+0x00, 0xE0,
+0xB8, 0x38, 0x33, 0xBF,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x18, 0x3A, 0x41, 0xE9,
+
+0x3F, 0x53, 0xA0, 0xE8,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x63, 0xA0, 0xE8,
+
+0x50, 0x70, 0xF8, 0xEC,
+0x2B, 0x50, 0x3C, 0xE9,
+
+0x1F, 0x0F, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x59, 0x78, 0xF8, 0xEC,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x46, 0x37, 0x46, 0xDF,
+0x56, 0x3F, 0x56, 0xDF,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x66, 0x3D, 0x66, 0xDF,
+
+0x1D, 0x32, 0x41, 0xE9,
+0x67, 0x3D, 0x67, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3F, 0x57, 0xDF,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x59, 0x3F, 0x59, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x69, 0x3D, 0x69, 0xDF,
+
+0x48, 0x37, 0x48, 0xDF,
+0x58, 0x3F, 0x58, 0xDF,
+
+0x68, 0x3D, 0x68, 0xDF,
+0x49, 0x37, 0x49, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x0F, 0xCF, 0x74, 0xC2,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x54, 0xB0,
+0x02, 0x44, 0x64, 0xB0,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x34, 0x37, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x38, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB2,
+0x1A, 0x44, 0x64, 0xB2,
+
+0x36, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x0F, 0xCF, 0x75, 0xC0,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x3D, 0xCF, 0x75, 0xC2,
+0x37, 0xCF, 0x75, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA6, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA3, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x54, 0xB4,
+0x1A, 0x44, 0x64, 0xB4,
+
+0x0A, 0x45, 0x55, 0xB0,
+0x02, 0x45, 0x65, 0xB0,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA0, 0x37, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x55, 0xB2,
+0x1A, 0x45, 0x65, 0xB2,
+
+0x0A, 0x45, 0x55, 0xB4,
+0x02, 0x45, 0x65, 0xB4,
+
+0x0F, 0xCF, 0x75, 0xC6,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA7, 0x30, 0x4F, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x31, 0x0F, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA8, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x55, 0xB6,
+0x1A, 0x45, 0x65, 0xB6,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x56, 0xBF,
+0x1A, 0x46, 0x66, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA4, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA5, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x47, 0x57, 0xBF,
+0x02, 0x47, 0x67, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA1, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA2, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x53, 0xBF,
+0x1A, 0x43, 0x63, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x35, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x39, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x48, 0x58, 0xBF,
+0x02, 0x48, 0x68, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x2A, 0x49, 0x59, 0xBF,
+0x1A, 0x49, 0x69, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x82, 0x30, 0x57, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x83, 0x38, 0x57, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x84, 0x31, 0x5E, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x85, 0x39, 0x5E, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x87, 0x77, 0x57, 0xE9,
+0x8B, 0x3E, 0xBF, 0xEA,
+
+0x80, 0x30, 0x57, 0xE9,
+0x81, 0x38, 0x57, 0xE9,
+
+0x82, 0x31, 0x57, 0xE9,
+0x86, 0x78, 0x57, 0xE9,
+
+0x83, 0x39, 0x57, 0xE9,
+0x87, 0x79, 0x57, 0xE9,
+
+0x30, 0x1F, 0x5F, 0xE9,
+0x8A, 0x34, 0x20, 0xE9,
+
+0x8B, 0x3C, 0x20, 0xE9,
+0x37, 0x50, 0x60, 0xBD,
+
+0x57, 0x0D, 0x20, 0xE9,
+0x35, 0x51, 0x61, 0xBD,
+
+0x2B, 0x50, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x0E, 0x77,
+
+0x24, 0x51, 0x20, 0xE9,
+0x8D, 0xFF, 0x20, 0xEA,
+
+0x16, 0x0E, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x0B, 0x46, 0xA0, 0xE8,
+0x1B, 0x56, 0xA0, 0xE8,
+
+0x2B, 0x66, 0xA0, 0xE8,
+0x0C, 0x47, 0xA0, 0xE8,
+
+0x1C, 0x57, 0xA0, 0xE8,
+0x2C, 0x67, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x57, 0x80, 0x57, 0xCF,
+
+0x66, 0x33, 0x66, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x67, 0x3B, 0x67, 0xCF,
+
+0x0B, 0x48, 0xA0, 0xE8,
+0x1B, 0x58, 0xA0, 0xE8,
+
+0x2B, 0x68, 0xA0, 0xE8,
+0x0C, 0x49, 0xA0, 0xE8,
+
+0x1C, 0x59, 0xA0, 0xE8,
+0x2C, 0x69, 0xA0, 0xE8,
+
+0x0B, 0x00,
+0x1B, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x0C, 0x00,
+0x1C, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x0B, 0x65,
+0x1B, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x0C, 0x65,
+0x1C, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x0B, 0x1B, 0x60, 0xEC,
+0x34, 0xD7, 0x34, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x0C, 0x1C, 0x60, 0xEC,
+
+0x3C, 0xD7, 0x3C, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x0B, 0x2B, 0xDE, 0xE8,
+0x1B, 0x80, 0xDE, 0xE8,
+
+0x34, 0x80, 0x34, 0xBD,
+0x3C, 0x80, 0x3C, 0xBD,
+
+0x33, 0xD7, 0x0B, 0xBD,
+0x3B, 0xD7, 0x1B, 0xBD,
+
+0x48, 0x80, 0x48, 0xCF,
+0x59, 0x80, 0x59, 0xCF,
+
+0x68, 0x33, 0x68, 0xCF,
+0x49, 0x3B, 0x49, 0xCF,
+
+0xAD, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x58, 0x33, 0x58, 0xCF,
+0x69, 0x3B, 0x69, 0xCF,
+
+0x6B, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_tgz[] = {
+
+0x00, 0x88, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x22, 0x40, 0x48, 0xBF,
+0x2A, 0x40, 0x50, 0xBF,
+
+0x32, 0x41, 0x49, 0xBF,
+0x3A, 0x41, 0x51, 0xBF,
+
+0xC3, 0x6B,
+0xCB, 0x6B,
+0x00, 0x88, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x4B, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x29, 0x9F,
+0x00, 0xE0,
+0x49, 0x04,
+
+0x90, 0xE2,
+0x51, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x49, 0x41, 0xC0, 0xEC,
+0x39, 0x57, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x53, 0xA0, 0xE8,
+
+0x51, 0x41, 0xC0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x58, 0x80, 0x15, 0xEA,
+0x08, 0x04,
+0x10, 0x04,
+
+0x51, 0x49, 0xC0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x4A, 0xBF,
+0x27, 0x4A, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x52, 0xBF,
+0x1E, 0x49, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x26, 0x51, 0x60, 0xEA,
+
+0x32, 0x40, 0x48, 0xBD,
+0x22, 0x40, 0x50, 0xBD,
+
+0x12, 0x41, 0x49, 0xBD,
+0x3A, 0x41, 0x51, 0xBD,
+
+0xBF, 0x2F, 0x26, 0xBD,
+0x00, 0xE0,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x46, 0x31, 0x46, 0xBF,
+0x4E, 0x31, 0x4E, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x56, 0x31, 0x56, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x4F, 0x39, 0x4F, 0xBF,
+0x57, 0x39, 0x57, 0xBF,
+
+0x4A, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x42, 0x73, 0xF8, 0xEC,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0xA5, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x4B, 0x4B, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x26, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x53, 0x53, 0x2D, 0xDF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB8, 0x38, 0x33, 0xBF,
+0x00, 0xE0,
+0x59, 0xE3,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x3F, 0x4B, 0xA0, 0xE8,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x53, 0xA0, 0xE8,
+
+0x48, 0x70, 0xF8, 0xEC,
+0x2B, 0x48, 0x3C, 0xE9,
+
+0x1F, 0x27, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x18, 0x3A, 0x41, 0xE9,
+0x1D, 0x32, 0x41, 0xE9,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x56, 0x3D, 0x56, 0xDF,
+
+0x46, 0x37, 0x46, 0xDF,
+0x4E, 0x3F, 0x4E, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x4F, 0x3F, 0x4F, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3D, 0x57, 0xDF,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x34, 0x80, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x44, 0x4C, 0xB0,
+0x02, 0x44, 0x54, 0xB0,
+
+0x2A, 0x44, 0x4C, 0xB2,
+0x1A, 0x44, 0x54, 0xB2,
+
+0x1D, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x3D, 0xCF, 0x74, 0xC2,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x2A, 0x44, 0x4C, 0xB4,
+0x1A, 0x44, 0x54, 0xB4,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x38, 0x3D, 0x20, 0xE9,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x4E, 0xBF,
+0x1A, 0x46, 0x56, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x47, 0x4F, 0xBF,
+0x02, 0x47, 0x57, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x4B, 0xBF,
+0x1A, 0x43, 0x53, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x37, 0x48, 0x50, 0xBD,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8B, 0x3E, 0x20, 0xE9,
+
+0x82, 0x30, 0x57, 0xE9,
+0x87, 0x77, 0x57, 0xE9,
+
+0x83, 0x38, 0x57, 0xE9,
+0x35, 0x49, 0x51, 0xBD,
+
+0x84, 0x31, 0x5E, 0xE9,
+0x30, 0x1F, 0x5F, 0xE9,
+
+0x85, 0x39, 0x5E, 0xE9,
+0x57, 0x25, 0x20, 0xE9,
+
+0x2B, 0x48, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x26, 0x77,
+
+0x24, 0x49, 0x20, 0xE9,
+0xAF, 0xFF, 0x20, 0xEA,
+
+0x16, 0x26, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x1C, 0x46, 0xA0, 0xE8,
+0x23, 0x4E, 0xA0, 0xE8,
+
+0x2B, 0x56, 0xA0, 0xE8,
+0x1D, 0x47, 0xA0, 0xE8,
+
+0x24, 0x4F, 0xA0, 0xE8,
+0x2C, 0x57, 0xA0, 0xE8,
+
+0x1C, 0x00,
+0x23, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x1D, 0x00,
+0x24, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x1C, 0x65,
+0x23, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x1D, 0x65,
+0x24, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x1C, 0x23, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x1D, 0x24, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x1C, 0x2B, 0xDE, 0xE8,
+0x23, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x1C, 0xBD,
+0x3B, 0xD7, 0x23, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x4F, 0x80, 0x4F, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0xD6, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x4E, 0x33, 0x4E, 0xCF,
+0x57, 0x3B, 0x57, 0xCF,
+
+0x9D, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_tgza[] = {
+
+0x00, 0x88, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x22, 0x40, 0x48, 0xBF,
+0x2A, 0x40, 0x50, 0xBF,
+
+0x32, 0x41, 0x49, 0xBF,
+0x3A, 0x41, 0x51, 0xBF,
+
+0xC3, 0x6B,
+0xCB, 0x6B,
+0x00, 0x88, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x4B, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x29, 0x9F,
+0x00, 0xE0,
+0x49, 0x04,
+
+0x90, 0xE2,
+0x51, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x49, 0x41, 0xC0, 0xEC,
+0x39, 0x57, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x53, 0xA0, 0xE8,
+
+0x51, 0x41, 0xC0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x5C, 0x80, 0x15, 0xEA,
+0x08, 0x04,
+0x10, 0x04,
+
+0x51, 0x49, 0xC0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x4A, 0xBF,
+0x27, 0x4A, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x52, 0xBF,
+0x1E, 0x49, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x26, 0x51, 0x60, 0xEA,
+
+0x32, 0x40, 0x48, 0xBD,
+0x22, 0x40, 0x50, 0xBD,
+
+0x12, 0x41, 0x49, 0xBD,
+0x3A, 0x41, 0x51, 0xBD,
+
+0xBF, 0x2F, 0x26, 0xBD,
+0x00, 0xE0,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x46, 0x31, 0x46, 0xBF,
+0x4E, 0x31, 0x4E, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x56, 0x31, 0x56, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x4F, 0x39, 0x4F, 0xBF,
+0x57, 0x39, 0x57, 0xBF,
+
+0x4E, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x42, 0x73, 0xF8, 0xEC,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0xA5, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x4B, 0x4B, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x26, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x53, 0x53, 0x2D, 0xDF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB8, 0x38, 0x33, 0xBF,
+0x00, 0xE0,
+0x59, 0xE3,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x3F, 0x4B, 0xA0, 0xE8,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x53, 0xA0, 0xE8,
+
+0x48, 0x70, 0xF8, 0xEC,
+0x2B, 0x48, 0x3C, 0xE9,
+
+0x1F, 0x27, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x18, 0x3A, 0x41, 0xE9,
+0x1D, 0x32, 0x41, 0xE9,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x56, 0x3D, 0x56, 0xDF,
+
+0x46, 0x37, 0x46, 0xDF,
+0x4E, 0x3F, 0x4E, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x4F, 0x3F, 0x4F, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3D, 0x57, 0xDF,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x34, 0x80, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x27, 0xCF, 0x74, 0xC6,
+0x3D, 0xCF, 0x74, 0xC2,
+
+0x0A, 0x44, 0x4C, 0xB0,
+0x02, 0x44, 0x54, 0xB0,
+
+0x2A, 0x44, 0x4C, 0xB2,
+0x1A, 0x44, 0x54, 0xB2,
+
+0x20, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9C, 0x27, 0x20, 0xE9,
+
+0x0A, 0x44, 0x4C, 0xB4,
+0x02, 0x44, 0x54, 0xB4,
+
+0x2A, 0x44, 0x4C, 0xB6,
+0x1A, 0x44, 0x54, 0xB6,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x38, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x20,
+0x02, 0x20,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x0A, 0x47, 0x4F, 0xBF,
+0x02, 0x47, 0x57, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x46, 0x4E, 0xBF,
+0x1A, 0x46, 0x56, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x36, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x37, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x4B, 0xBF,
+0x1A, 0x43, 0x53, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x9D, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x9E, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x37, 0x48, 0x50, 0xBD,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8B, 0x3E, 0x20, 0xE9,
+
+0x82, 0x30, 0x57, 0xE9,
+0x87, 0x77, 0x57, 0xE9,
+
+0x83, 0x38, 0x57, 0xE9,
+0x35, 0x49, 0x51, 0xBD,
+
+0x84, 0x31, 0x5E, 0xE9,
+0x30, 0x1F, 0x5F, 0xE9,
+
+0x85, 0x39, 0x5E, 0xE9,
+0x57, 0x25, 0x20, 0xE9,
+
+0x2B, 0x48, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x26, 0x77,
+
+0x24, 0x49, 0x20, 0xE9,
+0xAB, 0xFF, 0x20, 0xEA,
+
+0x16, 0x26, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x1C, 0x46, 0xA0, 0xE8,
+0x23, 0x4E, 0xA0, 0xE8,
+
+0x2B, 0x56, 0xA0, 0xE8,
+0x1D, 0x47, 0xA0, 0xE8,
+
+0x24, 0x4F, 0xA0, 0xE8,
+0x2C, 0x57, 0xA0, 0xE8,
+
+0x1C, 0x00,
+0x23, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x1D, 0x00,
+0x24, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x1C, 0x65,
+0x23, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x1D, 0x65,
+0x24, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x1C, 0x23, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x1D, 0x24, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x1C, 0x2B, 0xDE, 0xE8,
+0x23, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x1C, 0xBD,
+0x3B, 0xD7, 0x23, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x4F, 0x80, 0x4F, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0xD3, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x4E, 0x33, 0x4E, 0xCF,
+0x57, 0x3B, 0x57, 0xCF,
+
+0x99, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_tgzaf[] = {
+
+0x00, 0x88, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x22, 0x40, 0x48, 0xBF,
+0x2A, 0x40, 0x50, 0xBF,
+
+0x32, 0x41, 0x49, 0xBF,
+0x3A, 0x41, 0x51, 0xBF,
+
+0xC3, 0x6B,
+0xCB, 0x6B,
+0x00, 0x88, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x4B, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x29, 0x9F,
+0x00, 0xE0,
+0x49, 0x04,
+
+0x90, 0xE2,
+0x51, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x49, 0x41, 0xC0, 0xEC,
+0x39, 0x57, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x53, 0xA0, 0xE8,
+
+0x51, 0x41, 0xC0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x61, 0x80, 0x15, 0xEA,
+0x08, 0x04,
+0x10, 0x04,
+
+0x51, 0x49, 0xC0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x4A, 0xBF,
+0x27, 0x4A, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x52, 0xBF,
+0x1E, 0x49, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x26, 0x51, 0x60, 0xEA,
+
+0x32, 0x40, 0x48, 0xBD,
+0x22, 0x40, 0x50, 0xBD,
+
+0x12, 0x41, 0x49, 0xBD,
+0x3A, 0x41, 0x51, 0xBD,
+
+0xBF, 0x2F, 0x26, 0xBD,
+0x00, 0xE0,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x46, 0x31, 0x46, 0xBF,
+0x4E, 0x31, 0x4E, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x56, 0x31, 0x56, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x4F, 0x39, 0x4F, 0xBF,
+0x57, 0x39, 0x57, 0xBF,
+
+0x53, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x42, 0x73, 0xF8, 0xEC,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0xA5, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x4B, 0x4B, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x26, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x53, 0x53, 0x2D, 0xDF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB8, 0x38, 0x33, 0xBF,
+0x00, 0xE0,
+0x59, 0xE3,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x3F, 0x4B, 0xA0, 0xE8,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x53, 0xA0, 0xE8,
+
+0x48, 0x70, 0xF8, 0xEC,
+0x2B, 0x48, 0x3C, 0xE9,
+
+0x1F, 0x27, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x18, 0x3A, 0x41, 0xE9,
+0x1D, 0x32, 0x41, 0xE9,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x56, 0x3D, 0x56, 0xDF,
+
+0x46, 0x37, 0x46, 0xDF,
+0x4E, 0x3F, 0x4E, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x4F, 0x3F, 0x4F, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3D, 0x57, 0xDF,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x4C, 0xB0,
+0x02, 0x44, 0x54, 0xB0,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x34, 0x37, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB2,
+0x1A, 0x44, 0x54, 0xB2,
+
+0x26, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x3D, 0xCF, 0x74, 0xC2,
+0x27, 0xCF, 0x74, 0xC6,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9C, 0x27, 0x20, 0xE9,
+
+0x0A, 0x44, 0x4C, 0xB4,
+0x02, 0x44, 0x54, 0xB4,
+
+0x2A, 0x44, 0x4C, 0xB6,
+0x1A, 0x44, 0x54, 0xB6,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x38, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x20,
+0x02, 0x20,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x3D, 0xCF, 0x75, 0xC6,
+0x00, 0x80, 0x00, 0xE8,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x45, 0x4D, 0xB6,
+0x02, 0x45, 0x55, 0xB6,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x31, 0x3D, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x2A, 0x46, 0x4E, 0xBF,
+0x1A, 0x46, 0x56, 0xBF,
+
+0x0A, 0x47, 0x4F, 0xBF,
+0x02, 0x47, 0x57, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x38, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9D, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x9E, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x4B, 0xBF,
+0x1A, 0x43, 0x53, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x35, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x39, 0x38, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x37, 0x48, 0x50, 0xBD,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8B, 0x3E, 0x20, 0xE9,
+
+0x82, 0x30, 0x57, 0xE9,
+0x87, 0x77, 0x57, 0xE9,
+
+0x83, 0x38, 0x57, 0xE9,
+0x35, 0x49, 0x51, 0xBD,
+
+0x84, 0x31, 0x5E, 0xE9,
+0x30, 0x1F, 0x5F, 0xE9,
+
+0x85, 0x39, 0x5E, 0xE9,
+0x57, 0x25, 0x20, 0xE9,
+
+0x2B, 0x48, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x26, 0x77,
+
+0x24, 0x49, 0x20, 0xE9,
+0xA6, 0xFF, 0x20, 0xEA,
+
+0x16, 0x26, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x1C, 0x46, 0xA0, 0xE8,
+0x23, 0x4E, 0xA0, 0xE8,
+
+0x2B, 0x56, 0xA0, 0xE8,
+0x1D, 0x47, 0xA0, 0xE8,
+
+0x24, 0x4F, 0xA0, 0xE8,
+0x2C, 0x57, 0xA0, 0xE8,
+
+0x1C, 0x00,
+0x23, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x1D, 0x00,
+0x24, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x1C, 0x65,
+0x23, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x1D, 0x65,
+0x24, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x1C, 0x23, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x1D, 0x24, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x1C, 0x2B, 0xDE, 0xE8,
+0x23, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x1C, 0xBD,
+0x3B, 0xD7, 0x23, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x4F, 0x80, 0x4F, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0xCD, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x4E, 0x33, 0x4E, 0xCF,
+0x57, 0x3B, 0x57, 0xCF,
+
+0x94, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_tgzf[] = {
+
+0x00, 0x88, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x22, 0x40, 0x48, 0xBF,
+0x2A, 0x40, 0x50, 0xBF,
+
+0x32, 0x41, 0x49, 0xBF,
+0x3A, 0x41, 0x51, 0xBF,
+
+0xC3, 0x6B,
+0xCB, 0x6B,
+0x00, 0x88, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x4B, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x29, 0x9F,
+0x00, 0xE0,
+0x49, 0x04,
+
+0x90, 0xE2,
+0x51, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x49, 0x41, 0xC0, 0xEC,
+0x39, 0x57, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x53, 0xA0, 0xE8,
+
+0x51, 0x41, 0xC0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x5D, 0x80, 0x15, 0xEA,
+0x08, 0x04,
+0x10, 0x04,
+
+0x51, 0x49, 0xC0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x4A, 0xBF,
+0x27, 0x4A, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x52, 0xBF,
+0x1E, 0x49, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x26, 0x51, 0x60, 0xEA,
+
+0x32, 0x40, 0x48, 0xBD,
+0x22, 0x40, 0x50, 0xBD,
+
+0x12, 0x41, 0x49, 0xBD,
+0x3A, 0x41, 0x51, 0xBD,
+
+0xBF, 0x2F, 0x26, 0xBD,
+0x00, 0xE0,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x46, 0x31, 0x46, 0xBF,
+0x4E, 0x31, 0x4E, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x56, 0x31, 0x56, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x4F, 0x39, 0x4F, 0xBF,
+0x57, 0x39, 0x57, 0xBF,
+
+0x4F, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x42, 0x73, 0xF8, 0xEC,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0xA5, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x4B, 0x4B, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x26, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x53, 0x53, 0x2D, 0xDF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB8, 0x38, 0x33, 0xBF,
+0x00, 0xE0,
+0x59, 0xE3,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x3F, 0x4B, 0xA0, 0xE8,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x53, 0xA0, 0xE8,
+
+0x48, 0x70, 0xF8, 0xEC,
+0x2B, 0x48, 0x3C, 0xE9,
+
+0x1F, 0x27, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x18, 0x3A, 0x41, 0xE9,
+0x1D, 0x32, 0x41, 0xE9,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x56, 0x3D, 0x56, 0xDF,
+
+0x46, 0x37, 0x46, 0xDF,
+0x4E, 0x3F, 0x4E, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x4F, 0x3F, 0x4F, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3D, 0x57, 0xDF,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x34, 0x80, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x27, 0xCF, 0x75, 0xC6,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x44, 0x4C, 0xB0,
+0x02, 0x44, 0x54, 0xB0,
+
+0x2A, 0x44, 0x4C, 0xB2,
+0x1A, 0x44, 0x54, 0xB2,
+
+0x20, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x3D, 0xCF, 0x74, 0xC2,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x31, 0x27, 0x20, 0xE9,
+
+0x0A, 0x44, 0x4C, 0xB4,
+0x02, 0x44, 0x54, 0xB4,
+
+0x2A, 0x45, 0x4D, 0xB6,
+0x1A, 0x45, 0x55, 0xB6,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x38, 0x3D, 0x20, 0xE9,
+
+0x0A, 0x20,
+0x02, 0x20,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x0A, 0x47, 0x4F, 0xBF,
+0x02, 0x47, 0x57, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x46, 0x4E, 0xBF,
+0x1A, 0x46, 0x56, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x36, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x37, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x4B, 0xBF,
+0x1A, 0x43, 0x53, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x35, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x39, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x37, 0x48, 0x50, 0xBD,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8B, 0x3E, 0x20, 0xE9,
+
+0x82, 0x30, 0x57, 0xE9,
+0x87, 0x77, 0x57, 0xE9,
+
+0x83, 0x38, 0x57, 0xE9,
+0x35, 0x49, 0x51, 0xBD,
+
+0x84, 0x31, 0x5E, 0xE9,
+0x30, 0x1F, 0x5F, 0xE9,
+
+0x85, 0x39, 0x5E, 0xE9,
+0x57, 0x25, 0x20, 0xE9,
+
+0x2B, 0x48, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x26, 0x77,
+
+0x24, 0x49, 0x20, 0xE9,
+0xAA, 0xFF, 0x20, 0xEA,
+
+0x16, 0x26, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x1C, 0x46, 0xA0, 0xE8,
+0x23, 0x4E, 0xA0, 0xE8,
+
+0x2B, 0x56, 0xA0, 0xE8,
+0x1D, 0x47, 0xA0, 0xE8,
+
+0x24, 0x4F, 0xA0, 0xE8,
+0x2C, 0x57, 0xA0, 0xE8,
+
+0x1C, 0x00,
+0x23, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x1D, 0x00,
+0x24, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x1C, 0x65,
+0x23, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x1D, 0x65,
+0x24, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x1C, 0x23, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x1D, 0x24, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x1C, 0x2B, 0xDE, 0xE8,
+0x23, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x1C, 0xBD,
+0x3B, 0xD7, 0x23, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x4F, 0x80, 0x4F, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0xD3, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x4E, 0x33, 0x4E, 0xCF,
+0x57, 0x3B, 0x57, 0xCF,
+
+0x98, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_tgzs[] = {
+
+0x00, 0x88, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x22, 0x40, 0x48, 0xBF,
+0x2A, 0x40, 0x50, 0xBF,
+
+0x32, 0x41, 0x49, 0xBF,
+0x3A, 0x41, 0x51, 0xBF,
+
+0xC3, 0x6B,
+0xCB, 0x6B,
+0x00, 0x88, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x4B, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x29, 0x9F,
+0x00, 0xE0,
+0x49, 0x04,
+
+0x90, 0xE2,
+0x51, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x49, 0x41, 0xC0, 0xEC,
+0x39, 0x57, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x53, 0xA0, 0xE8,
+
+0x51, 0x41, 0xC0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x65, 0x80, 0x15, 0xEA,
+0x08, 0x04,
+0x10, 0x04,
+
+0x51, 0x49, 0xC0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x4A, 0xBF,
+0x27, 0x4A, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x52, 0xBF,
+0x1E, 0x49, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x26, 0x51, 0x60, 0xEA,
+
+0x32, 0x40, 0x48, 0xBD,
+0x22, 0x40, 0x50, 0xBD,
+
+0x12, 0x41, 0x49, 0xBD,
+0x3A, 0x41, 0x51, 0xBD,
+
+0xBF, 0x2F, 0x26, 0xBD,
+0x00, 0xE0,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x46, 0x31, 0x46, 0xBF,
+0x4E, 0x31, 0x4E, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x56, 0x31, 0x56, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x4F, 0x39, 0x4F, 0xBF,
+0x57, 0x39, 0x57, 0xBF,
+
+0x57, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x42, 0x73, 0xF8, 0xEC,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0xA5, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x4B, 0x4B, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x26, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x53, 0x53, 0x2D, 0xDF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB8, 0x38, 0x33, 0xBF,
+0x00, 0xE0,
+0x59, 0xE3,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x3F, 0x4B, 0xA0, 0xE8,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x53, 0xA0, 0xE8,
+
+0x48, 0x70, 0xF8, 0xEC,
+0x2B, 0x48, 0x3C, 0xE9,
+
+0x1F, 0x27, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x18, 0x3A, 0x41, 0xE9,
+0x1D, 0x32, 0x41, 0xE9,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x56, 0x3D, 0x56, 0xDF,
+
+0x46, 0x37, 0x46, 0xDF,
+0x4E, 0x3F, 0x4E, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x4F, 0x3F, 0x4F, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3D, 0x57, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x27, 0xCF, 0x74, 0xC2,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x4C, 0xB0,
+0x02, 0x44, 0x54, 0xB0,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x34, 0x37, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x38, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB2,
+0x1A, 0x44, 0x54, 0xB2,
+
+0x29, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x27, 0xCF, 0x75, 0xC0,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x3D, 0xCF, 0x75, 0xC2,
+0x37, 0xCF, 0x75, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA6, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA3, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB4,
+0x1A, 0x44, 0x54, 0xB4,
+
+0x0A, 0x45, 0x4D, 0xB0,
+0x02, 0x45, 0x55, 0xB0,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA0, 0x37, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x4D, 0xB2,
+0x1A, 0x45, 0x55, 0xB2,
+
+0x0A, 0x45, 0x4D, 0xB4,
+0x02, 0x45, 0x55, 0xB4,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x20,
+0x02, 0x20,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x4E, 0xBF,
+0x1A, 0x46, 0x56, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0xA7, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0xA8, 0x38, 0x4F, 0xE9,
+
+0x0A, 0x47, 0x4F, 0xBF,
+0x02, 0x47, 0x57, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA4, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA5, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x4B, 0xBF,
+0x1A, 0x43, 0x53, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0xA1, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0xA2, 0x38, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x37, 0x48, 0x50, 0xBD,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8B, 0x3E, 0x20, 0xE9,
+
+0x82, 0x30, 0x57, 0xE9,
+0x87, 0x77, 0x57, 0xE9,
+
+0x83, 0x38, 0x57, 0xE9,
+0x35, 0x49, 0x51, 0xBD,
+
+0x84, 0x31, 0x5E, 0xE9,
+0x30, 0x1F, 0x5F, 0xE9,
+
+0x85, 0x39, 0x5E, 0xE9,
+0x57, 0x25, 0x20, 0xE9,
+
+0x2B, 0x48, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x26, 0x77,
+
+0x24, 0x49, 0x20, 0xE9,
+0xA2, 0xFF, 0x20, 0xEA,
+
+0x16, 0x26, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x1C, 0x46, 0xA0, 0xE8,
+0x23, 0x4E, 0xA0, 0xE8,
+
+0x2B, 0x56, 0xA0, 0xE8,
+0x1D, 0x47, 0xA0, 0xE8,
+
+0x24, 0x4F, 0xA0, 0xE8,
+0x2C, 0x57, 0xA0, 0xE8,
+
+0x1C, 0x00,
+0x23, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x1D, 0x00,
+0x24, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x1C, 0x65,
+0x23, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x1D, 0x65,
+0x24, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x1C, 0x23, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x1D, 0x24, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x1C, 0x2B, 0xDE, 0xE8,
+0x23, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x1C, 0xBD,
+0x3B, 0xD7, 0x23, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x4F, 0x80, 0x4F, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0xCA, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x4E, 0x33, 0x4E, 0xCF,
+0x57, 0x3B, 0x57, 0xCF,
+
+0x90, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_tgzsa[] = {
+
+0x00, 0x88, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x22, 0x40, 0x48, 0xBF,
+0x2A, 0x40, 0x50, 0xBF,
+
+0x32, 0x41, 0x49, 0xBF,
+0x3A, 0x41, 0x51, 0xBF,
+
+0xC3, 0x6B,
+0xCB, 0x6B,
+0x00, 0x88, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x4B, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x29, 0x9F,
+0x00, 0xE0,
+0x49, 0x04,
+
+0x90, 0xE2,
+0x51, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x49, 0x41, 0xC0, 0xEC,
+0x39, 0x57, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x53, 0xA0, 0xE8,
+
+0x51, 0x41, 0xC0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x6A, 0x80, 0x15, 0xEA,
+0x08, 0x04,
+0x10, 0x04,
+
+0x51, 0x49, 0xC0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x4A, 0xBF,
+0x27, 0x4A, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x52, 0xBF,
+0x1E, 0x49, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x26, 0x51, 0x60, 0xEA,
+
+0x32, 0x40, 0x48, 0xBD,
+0x22, 0x40, 0x50, 0xBD,
+
+0x12, 0x41, 0x49, 0xBD,
+0x3A, 0x41, 0x51, 0xBD,
+
+0xBF, 0x2F, 0x26, 0xBD,
+0x00, 0xE0,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x46, 0x31, 0x46, 0xBF,
+0x4E, 0x31, 0x4E, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x56, 0x31, 0x56, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x4F, 0x39, 0x4F, 0xBF,
+0x57, 0x39, 0x57, 0xBF,
+
+0x5C, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x42, 0x73, 0xF8, 0xEC,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0xA5, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x4B, 0x4B, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x26, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x53, 0x53, 0x2D, 0xDF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB8, 0x38, 0x33, 0xBF,
+0x00, 0xE0,
+0x59, 0xE3,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x3F, 0x4B, 0xA0, 0xE8,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x53, 0xA0, 0xE8,
+
+0x48, 0x70, 0xF8, 0xEC,
+0x2B, 0x48, 0x3C, 0xE9,
+
+0x1F, 0x27, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x18, 0x3A, 0x41, 0xE9,
+0x1D, 0x32, 0x41, 0xE9,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x56, 0x3D, 0x56, 0xDF,
+
+0x46, 0x37, 0x46, 0xDF,
+0x4E, 0x3F, 0x4E, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x4F, 0x3F, 0x4F, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3D, 0x57, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x27, 0xCF, 0x74, 0xC2,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x4C, 0xB0,
+0x02, 0x44, 0x54, 0xB0,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x34, 0x37, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x38, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB2,
+0x1A, 0x44, 0x54, 0xB2,
+
+0x2E, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x27, 0xCF, 0x75, 0xC0,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x3D, 0xCF, 0x75, 0xC2,
+0x37, 0xCF, 0x75, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA6, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA3, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB4,
+0x1A, 0x44, 0x54, 0xB4,
+
+0x0A, 0x45, 0x4D, 0xB0,
+0x02, 0x45, 0x55, 0xB0,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA0, 0x37, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x4D, 0xB2,
+0x1A, 0x45, 0x55, 0xB2,
+
+0x0A, 0x45, 0x4D, 0xB4,
+0x02, 0x45, 0x55, 0xB4,
+
+0x27, 0xCF, 0x74, 0xC6,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA7, 0x30, 0x4F, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9C, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA8, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB6,
+0x1A, 0x44, 0x54, 0xB6,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x4E, 0xBF,
+0x1A, 0x46, 0x56, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA4, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA5, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x47, 0x4F, 0xBF,
+0x02, 0x47, 0x57, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA1, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA2, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x4B, 0xBF,
+0x1A, 0x43, 0x53, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x9D, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x9E, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x37, 0x48, 0x50, 0xBD,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8B, 0x3E, 0x20, 0xE9,
+
+0x82, 0x30, 0x57, 0xE9,
+0x87, 0x77, 0x57, 0xE9,
+
+0x83, 0x38, 0x57, 0xE9,
+0x35, 0x49, 0x51, 0xBD,
+
+0x84, 0x31, 0x5E, 0xE9,
+0x30, 0x1F, 0x5F, 0xE9,
+
+0x85, 0x39, 0x5E, 0xE9,
+0x57, 0x25, 0x20, 0xE9,
+
+0x2B, 0x48, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x26, 0x77,
+
+0x24, 0x49, 0x20, 0xE9,
+0x9D, 0xFF, 0x20, 0xEA,
+
+0x16, 0x26, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x1C, 0x46, 0xA0, 0xE8,
+0x23, 0x4E, 0xA0, 0xE8,
+
+0x2B, 0x56, 0xA0, 0xE8,
+0x1D, 0x47, 0xA0, 0xE8,
+
+0x24, 0x4F, 0xA0, 0xE8,
+0x2C, 0x57, 0xA0, 0xE8,
+
+0x1C, 0x00,
+0x23, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x1D, 0x00,
+0x24, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x1C, 0x65,
+0x23, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x1D, 0x65,
+0x24, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x1C, 0x23, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x1D, 0x24, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x1C, 0x2B, 0xDE, 0xE8,
+0x23, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x1C, 0xBD,
+0x3B, 0xD7, 0x23, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x4F, 0x80, 0x4F, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0xC5, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x4E, 0x33, 0x4E, 0xCF,
+0x57, 0x3B, 0x57, 0xCF,
+
+0x8B, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_tgzsaf[] = {
+
+0x00, 0x88, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x22, 0x40, 0x48, 0xBF,
+0x2A, 0x40, 0x50, 0xBF,
+
+0x32, 0x41, 0x49, 0xBF,
+0x3A, 0x41, 0x51, 0xBF,
+
+0xC3, 0x6B,
+0xCB, 0x6B,
+0x00, 0x88, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x4B, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x29, 0x9F,
+0x00, 0xE0,
+0x49, 0x04,
+
+0x90, 0xE2,
+0x51, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x49, 0x41, 0xC0, 0xEC,
+0x39, 0x57, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x53, 0xA0, 0xE8,
+
+0x51, 0x41, 0xC0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x6E, 0x80, 0x15, 0xEA,
+0x08, 0x04,
+0x10, 0x04,
+
+0x51, 0x49, 0xC0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x4A, 0xBF,
+0x27, 0x4A, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x52, 0xBF,
+0x1E, 0x49, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x26, 0x51, 0x60, 0xEA,
+
+0x32, 0x40, 0x48, 0xBD,
+0x22, 0x40, 0x50, 0xBD,
+
+0x12, 0x41, 0x49, 0xBD,
+0x3A, 0x41, 0x51, 0xBD,
+
+0xBF, 0x2F, 0x26, 0xBD,
+0x00, 0xE0,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x46, 0x31, 0x46, 0xBF,
+0x4E, 0x31, 0x4E, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x56, 0x31, 0x56, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x4F, 0x39, 0x4F, 0xBF,
+0x57, 0x39, 0x57, 0xBF,
+
+0x60, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x42, 0x73, 0xF8, 0xEC,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0xA5, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x4B, 0x4B, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x26, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x53, 0x53, 0x2D, 0xDF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB8, 0x38, 0x33, 0xBF,
+0x00, 0xE0,
+0x59, 0xE3,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x3F, 0x4B, 0xA0, 0xE8,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x53, 0xA0, 0xE8,
+
+0x48, 0x70, 0xF8, 0xEC,
+0x2B, 0x48, 0x3C, 0xE9,
+
+0x1F, 0x27, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x18, 0x3A, 0x41, 0xE9,
+0x1D, 0x32, 0x41, 0xE9,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x56, 0x3D, 0x56, 0xDF,
+
+0x46, 0x37, 0x46, 0xDF,
+0x4E, 0x3F, 0x4E, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x4F, 0x3F, 0x4F, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3D, 0x57, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x27, 0xCF, 0x74, 0xC2,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x4C, 0xB0,
+0x02, 0x44, 0x54, 0xB0,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x34, 0x37, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x38, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB2,
+0x1A, 0x44, 0x54, 0xB2,
+
+0x32, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x27, 0xCF, 0x75, 0xC0,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x3D, 0xCF, 0x75, 0xC2,
+0x37, 0xCF, 0x75, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA6, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA3, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB4,
+0x1A, 0x44, 0x54, 0xB4,
+
+0x0A, 0x45, 0x4D, 0xB0,
+0x02, 0x45, 0x55, 0xB0,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA0, 0x37, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x4D, 0xB2,
+0x1A, 0x45, 0x55, 0xB2,
+
+0x0A, 0x45, 0x4D, 0xB4,
+0x02, 0x45, 0x55, 0xB4,
+
+0x27, 0xCF, 0x74, 0xC6,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA7, 0x30, 0x4F, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9C, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA8, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB6,
+0x1A, 0x44, 0x54, 0xB6,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x45, 0x4D, 0xB6,
+0x02, 0x45, 0x55, 0xB6,
+
+0x3D, 0xCF, 0x75, 0xC6,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x4E, 0xBF,
+0x1A, 0x46, 0x56, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA4, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA5, 0x39, 0x4F, 0xE9,
+
+0x31, 0x3D, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x0A, 0x47, 0x4F, 0xBF,
+0x02, 0x47, 0x57, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0xA1, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0xA2, 0x38, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x9D, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x9E, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x4B, 0xBF,
+0x1A, 0x43, 0x53, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x35, 0x30, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x39, 0x38, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x37, 0x48, 0x50, 0xBD,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8B, 0x3E, 0x20, 0xE9,
+
+0x82, 0x30, 0x57, 0xE9,
+0x87, 0x77, 0x57, 0xE9,
+
+0x83, 0x38, 0x57, 0xE9,
+0x35, 0x49, 0x51, 0xBD,
+
+0x84, 0x31, 0x5E, 0xE9,
+0x30, 0x1F, 0x5F, 0xE9,
+
+0x85, 0x39, 0x5E, 0xE9,
+0x57, 0x25, 0x20, 0xE9,
+
+0x2B, 0x48, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x26, 0x77,
+
+0x24, 0x49, 0x20, 0xE9,
+0x99, 0xFF, 0x20, 0xEA,
+
+0x16, 0x26, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x1C, 0x46, 0xA0, 0xE8,
+0x23, 0x4E, 0xA0, 0xE8,
+
+0x2B, 0x56, 0xA0, 0xE8,
+0x1D, 0x47, 0xA0, 0xE8,
+
+0x24, 0x4F, 0xA0, 0xE8,
+0x2C, 0x57, 0xA0, 0xE8,
+
+0x1C, 0x00,
+0x23, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x1D, 0x00,
+0x24, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x1C, 0x65,
+0x23, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x1D, 0x65,
+0x24, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x1C, 0x23, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x1D, 0x24, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x1C, 0x2B, 0xDE, 0xE8,
+0x23, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x1C, 0xBD,
+0x3B, 0xD7, 0x23, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x4F, 0x80, 0x4F, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0xC1, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x4E, 0x33, 0x4E, 0xCF,
+0x57, 0x3B, 0x57, 0xCF,
+
+0x87, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
+
+static unsigned char warp_g400_tgzsf[] = {
+
+0x00, 0x88, 0x98, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+0xFF, 0x80, 0xC0, 0xE9,
+0x00, 0x80, 0x00, 0xE8,
+
+0x22, 0x40, 0x48, 0xBF,
+0x2A, 0x40, 0x50, 0xBF,
+
+0x32, 0x41, 0x49, 0xBF,
+0x3A, 0x41, 0x51, 0xBF,
+
+0xC3, 0x6B,
+0xCB, 0x6B,
+0x00, 0x88, 0x98, 0xE9,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x96, 0xE2,
+0x41, 0x04,
+
+0x7B, 0x43, 0xA0, 0xE8,
+0x73, 0x4B, 0xA0, 0xE8,
+
+0xAD, 0xEE, 0x29, 0x9F,
+0x00, 0xE0,
+0x49, 0x04,
+
+0x90, 0xE2,
+0x51, 0x04,
+0x31, 0x46, 0xB1, 0xE8,
+
+0x49, 0x41, 0xC0, 0xEC,
+0x39, 0x57, 0xB1, 0xE8,
+
+0x00, 0x04,
+0x46, 0xE2,
+0x73, 0x53, 0xA0, 0xE8,
+
+0x51, 0x41, 0xC0, 0xEC,
+0x31, 0x00,
+0x39, 0x00,
+
+0x6A, 0x80, 0x15, 0xEA,
+0x08, 0x04,
+0x10, 0x04,
+
+0x51, 0x49, 0xC0, 0xEC,
+0x2F, 0x41, 0x60, 0xEA,
+
+0x31, 0x20,
+0x39, 0x20,
+0x1F, 0x42, 0xA0, 0xE8,
+
+0x2A, 0x42, 0x4A, 0xBF,
+0x27, 0x4A, 0xA0, 0xE8,
+
+0x1A, 0x42, 0x52, 0xBF,
+0x1E, 0x49, 0x60, 0xEA,
+
+0x73, 0x7B, 0xC8, 0xEC,
+0x26, 0x51, 0x60, 0xEA,
+
+0x32, 0x40, 0x48, 0xBD,
+0x22, 0x40, 0x50, 0xBD,
+
+0x12, 0x41, 0x49, 0xBD,
+0x3A, 0x41, 0x51, 0xBD,
+
+0xBF, 0x2F, 0x26, 0xBD,
+0x00, 0xE0,
+0x7B, 0x72,
+
+0x32, 0x20,
+0x22, 0x20,
+0x12, 0x20,
+0x3A, 0x20,
+
+0x46, 0x31, 0x46, 0xBF,
+0x4E, 0x31, 0x4E, 0xBF,
+
+0xB3, 0xE2, 0x2D, 0x9F,
+0x00, 0x80, 0x00, 0xE8,
+
+0x56, 0x31, 0x56, 0xBF,
+0x47, 0x39, 0x47, 0xBF,
+
+0x4F, 0x39, 0x4F, 0xBF,
+0x57, 0x39, 0x57, 0xBF,
+
+0x5C, 0x80, 0x07, 0xEA,
+0x24, 0x41, 0x20, 0xE9,
+
+0x42, 0x73, 0xF8, 0xEC,
+0x00, 0xE0,
+0x2D, 0x73,
+
+0x33, 0x72,
+0x0C, 0xE3,
+0xA5, 0x2F, 0x1E, 0xBD,
+
+0x43, 0x43, 0x2D, 0xDF,
+0x4B, 0x4B, 0x2D, 0xDF,
+
+0xAE, 0x1E, 0x26, 0xBD,
+0x58, 0xE3,
+0x33, 0x66,
+
+0x53, 0x53, 0x2D, 0xDF,
+0x00, 0x80, 0x00, 0xE8,
+
+0xB8, 0x38, 0x33, 0xBF,
+0x00, 0xE0,
+0x59, 0xE3,
+
+0x1E, 0x12, 0x41, 0xE9,
+0x1A, 0x22, 0x41, 0xE9,
+
+0x2B, 0x40, 0x3D, 0xE9,
+0x3F, 0x4B, 0xA0, 0xE8,
+
+0x2D, 0x73,
+0x30, 0x76,
+0x05, 0x80, 0x3D, 0xEA,
+
+0x37, 0x43, 0xA0, 0xE8,
+0x3D, 0x53, 0xA0, 0xE8,
+
+0x48, 0x70, 0xF8, 0xEC,
+0x2B, 0x48, 0x3C, 0xE9,
+
+0x1F, 0x27, 0xBC, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x00, 0x80, 0x00, 0xE8,
+0x00, 0x80, 0x00, 0xE8,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x15, 0xC0, 0x20, 0xE9,
+0x15, 0xC0, 0x20, 0xE9,
+
+0x18, 0x3A, 0x41, 0xE9,
+0x1D, 0x32, 0x41, 0xE9,
+
+0x2A, 0x40, 0x20, 0xE9,
+0x56, 0x3D, 0x56, 0xDF,
+
+0x46, 0x37, 0x46, 0xDF,
+0x4E, 0x3F, 0x4E, 0xDF,
+
+0x16, 0x30, 0x20, 0xE9,
+0x4F, 0x3F, 0x4F, 0xDF,
+
+0x47, 0x37, 0x47, 0xDF,
+0x57, 0x3D, 0x57, 0xDF,
+
+0x32, 0x32, 0x2D, 0xDF,
+0x22, 0x22, 0x2D, 0xDF,
+
+0x12, 0x12, 0x2D, 0xDF,
+0x3A, 0x3A, 0x2D, 0xDF,
+
+0x27, 0xCF, 0x74, 0xC2,
+0x37, 0xCF, 0x74, 0xC4,
+
+0x0A, 0x44, 0x4C, 0xB0,
+0x02, 0x44, 0x54, 0xB0,
+
+0x3D, 0xCF, 0x74, 0xC0,
+0x34, 0x37, 0x20, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x38, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3C, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB2,
+0x1A, 0x44, 0x54, 0xB2,
+
+0x2E, 0x80, 0x3A, 0xEA,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x27, 0xCF, 0x75, 0xC0,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x32, 0x31, 0x5F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x33, 0x39, 0x5F, 0xE9,
+
+0x3D, 0xCF, 0x75, 0xC2,
+0x37, 0xCF, 0x75, 0xC4,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA6, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA3, 0x3D, 0x20, 0xE9,
+
+0x2A, 0x44, 0x4C, 0xB4,
+0x1A, 0x44, 0x54, 0xB4,
+
+0x0A, 0x45, 0x4D, 0xB0,
+0x02, 0x45, 0x55, 0xB0,
+
+0x88, 0x73, 0x5E, 0xE9,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA0, 0x37, 0x20, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x3E, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x3F, 0x38, 0x4F, 0xE9,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x3A, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x3B, 0x39, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x4D, 0xB2,
+0x1A, 0x45, 0x55, 0xB2,
+
+0x0A, 0x45, 0x4D, 0xB4,
+0x02, 0x45, 0x55, 0xB4,
+
+0x27, 0xCF, 0x75, 0xC6,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0xA7, 0x30, 0x4F, 0xE9,
+0x0A, 0x20,
+0x02, 0x20,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x31, 0x27, 0x20, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA8, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x45, 0x4D, 0xB6,
+0x1A, 0x45, 0x55, 0xB6,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x36, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x37, 0x39, 0x4F, 0xE9,
+
+0x00, 0x80, 0x00, 0xE8,
+0x2A, 0x20,
+0x1A, 0x20,
+
+0x2A, 0x46, 0x4E, 0xBF,
+0x1A, 0x46, 0x56, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA4, 0x31, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA5, 0x39, 0x4F, 0xE9,
+
+0x0A, 0x47, 0x4F, 0xBF,
+0x02, 0x47, 0x57, 0xBF,
+
+0x31, 0x53, 0x2F, 0x9F,
+0xA1, 0x30, 0x4F, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0xA2, 0x38, 0x4F, 0xE9,
+
+0x2A, 0x43, 0x4B, 0xBF,
+0x1A, 0x43, 0x53, 0xBF,
+
+0x30, 0x50, 0x2E, 0x9F,
+0x35, 0x31, 0x4F, 0xE9,
+
+0x38, 0x21, 0x2C, 0x9F,
+0x39, 0x39, 0x4F, 0xE9,
+
+0x31, 0x53, 0x2F, 0x9F,
+0x80, 0x31, 0x57, 0xE9,
+
+0x39, 0xE5, 0x2C, 0x9F,
+0x81, 0x39, 0x57, 0xE9,
+
+0x37, 0x48, 0x50, 0xBD,
+0x8A, 0x36, 0x20, 0xE9,
+
+0x86, 0x76, 0x57, 0xE9,
+0x8B, 0x3E, 0x20, 0xE9,
+
+0x82, 0x30, 0x57, 0xE9,
+0x87, 0x77, 0x57, 0xE9,
+
+0x83, 0x38, 0x57, 0xE9,
+0x35, 0x49, 0x51, 0xBD,
+
+0x84, 0x31, 0x5E, 0xE9,
+0x30, 0x1F, 0x5F, 0xE9,
+
+0x85, 0x39, 0x5E, 0xE9,
+0x57, 0x25, 0x20, 0xE9,
+
+0x2B, 0x48, 0x20, 0xE9,
+0x1D, 0x37, 0xE1, 0xEA,
+
+0x1E, 0x35, 0xE1, 0xEA,
+0x00, 0xE0,
+0x26, 0x77,
+
+0x24, 0x49, 0x20, 0xE9,
+0x9D, 0xFF, 0x20, 0xEA,
+
+0x16, 0x26, 0x20, 0xE9,
+0x57, 0x2E, 0xBF, 0xEA,
+
+0x1C, 0x46, 0xA0, 0xE8,
+0x23, 0x4E, 0xA0, 0xE8,
+
+0x2B, 0x56, 0xA0, 0xE8,
+0x1D, 0x47, 0xA0, 0xE8,
+
+0x24, 0x4F, 0xA0, 0xE8,
+0x2C, 0x57, 0xA0, 0xE8,
+
+0x1C, 0x00,
+0x23, 0x00,
+0x2B, 0x00,
+0x00, 0xE0,
+
+0x1D, 0x00,
+0x24, 0x00,
+0x2C, 0x00,
+0x00, 0xE0,
+
+0x1C, 0x65,
+0x23, 0x65,
+0x2B, 0x65,
+0x00, 0xE0,
+
+0x1D, 0x65,
+0x24, 0x65,
+0x2C, 0x65,
+0x00, 0xE0,
+
+0x1C, 0x23, 0x60, 0xEC,
+0x36, 0xD7, 0x36, 0xAD,
+
+0x2B, 0x80, 0x60, 0xEC,
+0x1D, 0x24, 0x60, 0xEC,
+
+0x3E, 0xD7, 0x3E, 0xAD,
+0x2C, 0x80, 0x60, 0xEC,
+
+0x1C, 0x2B, 0xDE, 0xE8,
+0x23, 0x80, 0xDE, 0xE8,
+
+0x36, 0x80, 0x36, 0xBD,
+0x3E, 0x80, 0x3E, 0xBD,
+
+0x33, 0xD7, 0x1C, 0xBD,
+0x3B, 0xD7, 0x23, 0xBD,
+
+0x46, 0x80, 0x46, 0xCF,
+0x4F, 0x80, 0x4F, 0xCF,
+
+0x56, 0x33, 0x56, 0xCF,
+0x47, 0x3B, 0x47, 0xCF,
+
+0xC5, 0xFF, 0x20, 0xEA,
+0x00, 0x80, 0x00, 0xE8,
+
+0x4E, 0x33, 0x4E, 0xCF,
+0x57, 0x3B, 0x57, 0xCF,
+
+0x8B, 0xFF, 0x20, 0xEA,
+0x57, 0xC0, 0xBF, 0xEA,
+
+0x00, 0x80, 0xA0, 0xE9,
+0x00, 0x00, 0xD8, 0xEC,
+
+};
diff --git a/bsd/mga/mga_warp.c b/bsd/mga/mga_warp.c
new file mode 100644 (file)
index 0000000..4fe4315
--- /dev/null
@@ -0,0 +1,210 @@
+/* mga_warp.c -- Matrox G200/G400 WARP engine management -*- linux-c -*-
+ * Created: Thu Jan 11 21:29:32 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "mga.h"
+#include "drmP.h"
+#include "mga_drv.h"
+#include "mga_ucode.h"
+
+
+#define MGA_WARP_CODE_ALIGN            256             /* in bytes */
+
+#define WARP_UCODE_SIZE( which )                                       \
+       ((sizeof(which) / MGA_WARP_CODE_ALIGN + 1) * MGA_WARP_CODE_ALIGN)
+
+#define WARP_UCODE_INSTALL( which, where )                             \
+do {                                                                   \
+       DRM_DEBUG( " pcbase = 0x%08lx  vcbase = %p\n", pcbase, vcbase );\
+       dev_priv->warp_pipe_phys[where] = pcbase;                       \
+       memcpy( vcbase, which, sizeof(which) );                         \
+       pcbase += WARP_UCODE_SIZE( which );                             \
+       vcbase += WARP_UCODE_SIZE( which );                             \
+} while (0)
+
+
+static unsigned int mga_warp_g400_microcode_size( drm_mga_private_t *dev_priv )
+{
+       unsigned int size;
+
+       size = ( WARP_UCODE_SIZE( warp_g400_tgz ) +
+                WARP_UCODE_SIZE( warp_g400_tgza ) +
+                WARP_UCODE_SIZE( warp_g400_tgzaf ) +
+                WARP_UCODE_SIZE( warp_g400_tgzf ) +
+                WARP_UCODE_SIZE( warp_g400_tgzs ) +
+                WARP_UCODE_SIZE( warp_g400_tgzsa ) +
+                WARP_UCODE_SIZE( warp_g400_tgzsaf ) +
+                WARP_UCODE_SIZE( warp_g400_tgzsf ) +
+                WARP_UCODE_SIZE( warp_g400_t2gz ) +
+                WARP_UCODE_SIZE( warp_g400_t2gza ) +
+                WARP_UCODE_SIZE( warp_g400_t2gzaf ) +
+                WARP_UCODE_SIZE( warp_g400_t2gzf ) +
+                WARP_UCODE_SIZE( warp_g400_t2gzs ) +
+                WARP_UCODE_SIZE( warp_g400_t2gzsa ) +
+                WARP_UCODE_SIZE( warp_g400_t2gzsaf ) +
+                WARP_UCODE_SIZE( warp_g400_t2gzsf ) );
+
+       size = PAGE_ALIGN( size );
+
+       DRM_DEBUG( "G400 ucode size = %d bytes\n", size );
+       return size;
+}
+
+static unsigned int mga_warp_g200_microcode_size( drm_mga_private_t *dev_priv )
+{
+       unsigned int size;
+
+       size = ( WARP_UCODE_SIZE( warp_g200_tgz ) +
+                WARP_UCODE_SIZE( warp_g200_tgza ) +
+                WARP_UCODE_SIZE( warp_g200_tgzaf ) +
+                WARP_UCODE_SIZE( warp_g200_tgzf ) +
+                WARP_UCODE_SIZE( warp_g200_tgzs ) +
+                WARP_UCODE_SIZE( warp_g200_tgzsa ) +
+                WARP_UCODE_SIZE( warp_g200_tgzsaf ) +
+                WARP_UCODE_SIZE( warp_g200_tgzsf ) );
+
+       size = PAGE_ALIGN( size );
+
+       DRM_DEBUG( "G200 ucode size = %d bytes\n", size );
+       return size;
+}
+
+static int mga_warp_install_g400_microcode( drm_mga_private_t *dev_priv )
+{
+       unsigned char *vcbase = dev_priv->warp->handle;
+       unsigned long pcbase = dev_priv->warp->offset;
+       unsigned int size;
+
+       size = mga_warp_g400_microcode_size( dev_priv );
+       if ( size > dev_priv->warp->size ) {
+               DRM_ERROR( "microcode too large! (%u > %lu)\n",
+                          size, dev_priv->warp->size );
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       memset( dev_priv->warp_pipe_phys, 0,
+               sizeof(dev_priv->warp_pipe_phys) );
+
+       WARP_UCODE_INSTALL( warp_g400_tgz,      MGA_WARP_TGZ );
+       WARP_UCODE_INSTALL( warp_g400_tgzf,     MGA_WARP_TGZF );
+       WARP_UCODE_INSTALL( warp_g400_tgza,     MGA_WARP_TGZA );
+       WARP_UCODE_INSTALL( warp_g400_tgzaf,    MGA_WARP_TGZAF );
+       WARP_UCODE_INSTALL( warp_g400_tgzs,     MGA_WARP_TGZS );
+       WARP_UCODE_INSTALL( warp_g400_tgzsf,    MGA_WARP_TGZSF );
+       WARP_UCODE_INSTALL( warp_g400_tgzsa,    MGA_WARP_TGZSA );
+       WARP_UCODE_INSTALL( warp_g400_tgzsaf,   MGA_WARP_TGZSAF );
+
+       WARP_UCODE_INSTALL( warp_g400_t2gz,     MGA_WARP_T2GZ );
+       WARP_UCODE_INSTALL( warp_g400_t2gzf,    MGA_WARP_T2GZF );
+       WARP_UCODE_INSTALL( warp_g400_t2gza,    MGA_WARP_T2GZA );
+       WARP_UCODE_INSTALL( warp_g400_t2gzaf,   MGA_WARP_T2GZAF );
+       WARP_UCODE_INSTALL( warp_g400_t2gzs,    MGA_WARP_T2GZS );
+       WARP_UCODE_INSTALL( warp_g400_t2gzsf,   MGA_WARP_T2GZSF );
+       WARP_UCODE_INSTALL( warp_g400_t2gzsa,   MGA_WARP_T2GZSA );
+       WARP_UCODE_INSTALL( warp_g400_t2gzsaf,  MGA_WARP_T2GZSAF );
+
+       return 0;
+}
+
+static int mga_warp_install_g200_microcode( drm_mga_private_t *dev_priv )
+{
+       unsigned char *vcbase = dev_priv->warp->handle;
+       unsigned long pcbase = dev_priv->warp->offset;
+       unsigned int size;
+
+       size = mga_warp_g200_microcode_size( dev_priv );
+       if ( size > dev_priv->warp->size ) {
+               DRM_ERROR( "microcode too large! (%u > %lu)\n",
+                          size, dev_priv->warp->size );
+               DRM_OS_RETURN(ENOMEM);
+       }
+
+       memset( dev_priv->warp_pipe_phys, 0,
+               sizeof(dev_priv->warp_pipe_phys) );
+
+       WARP_UCODE_INSTALL( warp_g200_tgz,      MGA_WARP_TGZ );
+       WARP_UCODE_INSTALL( warp_g200_tgzf,     MGA_WARP_TGZF );
+       WARP_UCODE_INSTALL( warp_g200_tgza,     MGA_WARP_TGZA );
+       WARP_UCODE_INSTALL( warp_g200_tgzaf,    MGA_WARP_TGZAF );
+       WARP_UCODE_INSTALL( warp_g200_tgzs,     MGA_WARP_TGZS );
+       WARP_UCODE_INSTALL( warp_g200_tgzsf,    MGA_WARP_TGZSF );
+       WARP_UCODE_INSTALL( warp_g200_tgzsa,    MGA_WARP_TGZSA );
+       WARP_UCODE_INSTALL( warp_g200_tgzsaf,   MGA_WARP_TGZSAF );
+
+       return 0;
+}
+
+int mga_warp_install_microcode(        drm_mga_private_t *dev_priv )
+{
+       switch ( dev_priv->chipset ) {
+       case MGA_CARD_TYPE_G400:
+               return mga_warp_install_g400_microcode( dev_priv );
+       case MGA_CARD_TYPE_G200:
+               return mga_warp_install_g200_microcode( dev_priv );
+       default:
+               DRM_OS_RETURN(EINVAL);
+       }
+}
+
+#define WMISC_EXPECTED         (MGA_WUCODECACHE_ENABLE | MGA_WMASTER_ENABLE)
+
+int mga_warp_init( drm_mga_private_t *dev_priv )
+{
+       u32 wmisc;
+
+       /* FIXME: Get rid of these damned magic numbers...
+        */
+       switch ( dev_priv->chipset ) {
+       case MGA_CARD_TYPE_G400:
+               MGA_WRITE( MGA_WIADDR2, MGA_WMODE_SUSPEND );
+               MGA_WRITE( MGA_WGETMSB, 0x00000E00 );
+               MGA_WRITE( MGA_WVRTXSZ, 0x00001807 );
+               MGA_WRITE( MGA_WACCEPTSEQ, 0x18000000 );
+               break;
+       case MGA_CARD_TYPE_G200:
+               MGA_WRITE( MGA_WIADDR, MGA_WMODE_SUSPEND );
+               MGA_WRITE( MGA_WGETMSB, 0x1606 );
+               MGA_WRITE( MGA_WVRTXSZ, 7 );
+               break;
+       default:
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       MGA_WRITE( MGA_WMISC, (MGA_WUCODECACHE_ENABLE |
+                              MGA_WMASTER_ENABLE |
+                              MGA_WCACHEFLUSH_ENABLE) );
+       wmisc = MGA_READ( MGA_WMISC );
+       if ( wmisc != WMISC_EXPECTED ) {
+               DRM_ERROR( "WARP engine config failed! 0x%x != 0x%x\n",
+                          wmisc, WMISC_EXPECTED );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       return 0;
+}
diff --git a/bsd/r128/r128.h b/bsd/r128/r128.h
new file mode 100644 (file)
index 0000000..926b4bf
--- /dev/null
@@ -0,0 +1,81 @@
+/* r128.h -- ATI Rage 128 DRM template customization -*- linux-c -*-
+ * Created: Wed Feb 14 16:07:10 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __R128_H__
+#define __R128_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) r128_##x
+
+/* General customization:
+ */
+#define __HAVE_AGP             1
+#define __MUST_HAVE_AGP                0
+#define __HAVE_MTRR            1
+#define __HAVE_CTX_BITMAP      1
+#define __HAVE_SG              1
+#define __HAVE_PCI_DMA         1
+
+/* Driver customization:
+ */
+#define DRIVER_PRERELEASE() do {                                       \
+       if ( dev->dev_private ) {                                       \
+               drm_r128_private_t *dev_priv = dev->dev_private;        \
+               if ( dev_priv->page_flipping ) {                        \
+                       r128_do_cleanup_pageflip( dev );                \
+               }                                                       \
+       }                                                               \
+} while (0)
+
+#define DRIVER_PRETAKEDOWN() do {                                      \
+       if ( dev->dev_private ) r128_do_cleanup_cce( dev );             \
+} while (0)
+
+/* DMA customization:
+ */
+#define __HAVE_DMA             1
+
+#if 0
+/* GH: Remove this for now... */
+#define __HAVE_DMA_QUIESCENT   1
+#define DRIVER_DMA_QUIESCENT() do {                                    \
+       drm_r128_private_t *dev_priv = dev->dev_private;                \
+       return r128_do_cce_idle( dev_priv );                            \
+} while (0)
+#endif
+
+/* Buffer customization:
+ */
+#define DRIVER_BUF_PRIV_T      drm_r128_buf_priv_t
+
+#define DRIVER_AGP_BUFFERS_MAP( dev )                                  \
+       ((drm_r128_private_t *)((dev)->dev_private))->buffers
+
+#endif
diff --git a/bsd/r128/r128_cce.c b/bsd/r128/r128_cce.c
new file mode 100644 (file)
index 0000000..6c4a5e6
--- /dev/null
@@ -0,0 +1,1022 @@
+/* r128_cce.c -- ATI Rage 128 driver -*- linux-c -*-
+ * Created: Wed Apr  5 19:24:19 2000 by kevin@precisioninsight.com
+ *
+ * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#define __NO_VERSION__
+#include "r128.h"
+#include "drmP.h"
+#include "r128_drv.h"
+
+
+#define R128_FIFO_DEBUG                0
+
+int r128_do_wait_for_idle( drm_r128_private_t *dev_priv );
+
+/* CCE microcode (from ATI) */
+static u32 r128_cce_microcode[] = {
+       0, 276838400, 0, 268449792, 2, 142, 2, 145, 0, 1076765731, 0,
+       1617039951, 0, 774592877, 0, 1987540286, 0, 2307490946U, 0,
+       599558925, 0, 589505315, 0, 596487092, 0, 589505315, 1,
+       11544576, 1, 206848, 1, 311296, 1, 198656, 2, 912273422, 11,
+       262144, 0, 0, 1, 33559837, 1, 7438, 1, 14809, 1, 6615, 12, 28,
+       1, 6614, 12, 28, 2, 23, 11, 18874368, 0, 16790922, 1, 409600, 9,
+       30, 1, 147854772, 16, 420483072, 3, 8192, 0, 10240, 1, 198656,
+       1, 15630, 1, 51200, 10, 34858, 9, 42, 1, 33559823, 2, 10276, 1,
+       15717, 1, 15718, 2, 43, 1, 15936948, 1, 570480831, 1, 14715071,
+       12, 322123831, 1, 33953125, 12, 55, 1, 33559908, 1, 15718, 2,
+       46, 4, 2099258, 1, 526336, 1, 442623, 4, 4194365, 1, 509952, 1,
+       459007, 3, 0, 12, 92, 2, 46, 12, 176, 1, 15734, 1, 206848, 1,
+       18432, 1, 133120, 1, 100670734, 1, 149504, 1, 165888, 1,
+       15975928, 1, 1048576, 6, 3145806, 1, 15715, 16, 2150645232U, 2,
+       268449859, 2, 10307, 12, 176, 1, 15734, 1, 15735, 1, 15630, 1,
+       15631, 1, 5253120, 6, 3145810, 16, 2150645232U, 1, 15864, 2, 82,
+       1, 343310, 1, 1064207, 2, 3145813, 1, 15728, 1, 7817, 1, 15729,
+       3, 15730, 12, 92, 2, 98, 1, 16168, 1, 16167, 1, 16002, 1, 16008,
+       1, 15974, 1, 15975, 1, 15990, 1, 15976, 1, 15977, 1, 15980, 0,
+       15981, 1, 10240, 1, 5253120, 1, 15720, 1, 198656, 6, 110, 1,
+       180224, 1, 103824738, 2, 112, 2, 3145839, 0, 536885440, 1,
+       114880, 14, 125, 12, 206975, 1, 33559995, 12, 198784, 0,
+       33570236, 1, 15803, 0, 15804, 3, 294912, 1, 294912, 3, 442370,
+       1, 11544576, 0, 811612160, 1, 12593152, 1, 11536384, 1,
+       14024704, 7, 310382726, 0, 10240, 1, 14796, 1, 14797, 1, 14793,
+       1, 14794, 0, 14795, 1, 268679168, 1, 9437184, 1, 268449792, 1,
+       198656, 1, 9452827, 1, 1075854602, 1, 1075854603, 1, 557056, 1,
+       114880, 14, 159, 12, 198784, 1, 1109409213, 12, 198783, 1,
+       1107312059, 12, 198784, 1, 1109409212, 2, 162, 1, 1075854781, 1,
+       1073757627, 1, 1075854780, 1, 540672, 1, 10485760, 6, 3145894,
+       16, 274741248, 9, 168, 3, 4194304, 3, 4209949, 0, 0, 0, 256, 14,
+       174, 1, 114857, 1, 33560007, 12, 176, 0, 10240, 1, 114858, 1,
+       33560018, 1, 114857, 3, 33560007, 1, 16008, 1, 114874, 1,
+       33560360, 1, 114875, 1, 33560154, 0, 15963, 0, 256, 0, 4096, 1,
+       409611, 9, 188, 0, 10240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+};
+
+
+int R128_READ_PLL(drm_device_t *dev, int addr)
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+
+       R128_WRITE8(R128_CLOCK_CNTL_INDEX, addr & 0x1f);
+       return R128_READ(R128_CLOCK_CNTL_DATA);
+}
+
+#if R128_FIFO_DEBUG
+static void r128_status( drm_r128_private_t *dev_priv )
+{
+       printk( "GUI_STAT           = 0x%08x\n",
+               (unsigned int)R128_READ( R128_GUI_STAT ) );
+       printk( "PM4_STAT           = 0x%08x\n",
+               (unsigned int)R128_READ( R128_PM4_STAT ) );
+       printk( "PM4_BUFFER_DL_WPTR = 0x%08x\n",
+               (unsigned int)R128_READ( R128_PM4_BUFFER_DL_WPTR ) );
+       printk( "PM4_BUFFER_DL_RPTR = 0x%08x\n",
+               (unsigned int)R128_READ( R128_PM4_BUFFER_DL_RPTR ) );
+       printk( "PM4_MICRO_CNTL     = 0x%08x\n",
+               (unsigned int)R128_READ( R128_PM4_MICRO_CNTL ) );
+       printk( "PM4_BUFFER_CNTL    = 0x%08x\n",
+               (unsigned int)R128_READ( R128_PM4_BUFFER_CNTL ) );
+}
+#endif
+
+
+/* ================================================================
+ * Engine, FIFO control
+ */
+
+static int r128_do_pixcache_flush( drm_r128_private_t *dev_priv )
+{
+       u32 tmp;
+       int i;
+
+       tmp = R128_READ( R128_PC_NGUI_CTLSTAT ) | R128_PC_FLUSH_ALL;
+       R128_WRITE( R128_PC_NGUI_CTLSTAT, tmp );
+
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               if ( !(R128_READ( R128_PC_NGUI_CTLSTAT ) & R128_PC_BUSY) ) {
+                       return 0;
+               }
+               DRM_OS_DELAY( 1 );
+       }
+
+#if R128_FIFO_DEBUG
+       DRM_ERROR( "%s failed!\n", __FUNCTION__ );
+#endif
+       DRM_OS_RETURN( EBUSY );
+}
+
+static int r128_do_wait_for_fifo( drm_r128_private_t *dev_priv, int entries )
+{
+       int i;
+
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               int slots = R128_READ( R128_GUI_STAT ) & R128_GUI_FIFOCNT_MASK;
+               if ( slots >= entries ) return 0;
+               DRM_OS_DELAY( 1 );
+       }
+
+#if R128_FIFO_DEBUG
+       DRM_ERROR( "%s failed!\n", __FUNCTION__ );
+#endif
+       DRM_OS_RETURN( EBUSY );
+}
+
+int r128_do_wait_for_idle( drm_r128_private_t *dev_priv )
+{
+       int i, ret;
+
+       ret = r128_do_wait_for_fifo( dev_priv, 64 );
+       if ( ret ) return ret;
+
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               if ( !(R128_READ( R128_GUI_STAT ) & R128_GUI_ACTIVE) ) {
+                       r128_do_pixcache_flush( dev_priv );
+                       return 0;
+               }
+               DRM_OS_DELAY( 1 );
+       }
+
+#if R128_FIFO_DEBUG
+       DRM_ERROR( "%s failed!\n", __FUNCTION__ );
+#endif
+       DRM_OS_RETURN( EBUSY );
+}
+
+
+/* ================================================================
+ * CCE control, initialization
+ */
+
+/* Load the microcode for the CCE */
+static void r128_cce_load_microcode( drm_r128_private_t *dev_priv )
+{
+       int i;
+
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       r128_do_wait_for_idle( dev_priv );
+
+       R128_WRITE( R128_PM4_MICROCODE_ADDR, 0 );
+       for ( i = 0 ; i < 256 ; i++ ) {
+               R128_WRITE( R128_PM4_MICROCODE_DATAH,
+                           r128_cce_microcode[i * 2] );
+               R128_WRITE( R128_PM4_MICROCODE_DATAL,
+                           r128_cce_microcode[i * 2 + 1] );
+       }
+}
+
+/* Flush any pending commands to the CCE.  This should only be used just
+ * prior to a wait for idle, as it informs the engine that the command
+ * stream is ending.
+ */
+static void r128_do_cce_flush( drm_r128_private_t *dev_priv )
+{
+       u32 tmp;
+
+       tmp = R128_READ( R128_PM4_BUFFER_DL_WPTR ) | R128_PM4_BUFFER_DL_DONE;
+       R128_WRITE( R128_PM4_BUFFER_DL_WPTR, tmp );
+}
+
+/* Wait for the CCE to go idle.
+ */
+int r128_do_cce_idle( drm_r128_private_t *dev_priv )
+{
+       int i;
+
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               if ( GET_RING_HEAD( &dev_priv->ring ) == dev_priv->ring.tail ) {
+                       int pm4stat = R128_READ( R128_PM4_STAT );
+                       if ( ( (pm4stat & R128_PM4_FIFOCNT_MASK) >=
+                              dev_priv->cce_fifo_size ) &&
+                            !(pm4stat & (R128_PM4_BUSY |
+                                         R128_PM4_GUI_ACTIVE)) ) {
+                               return r128_do_pixcache_flush( dev_priv );
+                       }
+               }
+               DRM_OS_DELAY( 1 );
+       }
+
+#if R128_FIFO_DEBUG
+       DRM_ERROR( "failed!\n" );
+       r128_status( dev_priv );
+#endif
+       DRM_OS_RETURN( EBUSY );
+}
+
+/* Start the Concurrent Command Engine.
+ */
+static void r128_do_cce_start( drm_r128_private_t *dev_priv )
+{
+       r128_do_wait_for_idle( dev_priv );
+
+       R128_WRITE( R128_PM4_BUFFER_CNTL,
+                   dev_priv->cce_mode | dev_priv->ring.size_l2qw );
+       R128_READ( R128_PM4_BUFFER_ADDR ); /* as per the sample code */
+       R128_WRITE( R128_PM4_MICRO_CNTL, R128_PM4_MICRO_FREERUN );
+
+       dev_priv->cce_running = 1;
+}
+
+/* Reset the Concurrent Command Engine.  This will not flush any pending
+ * commands, so you must wait for the CCE command stream to complete
+ * before calling this routine.
+ */
+static void r128_do_cce_reset( drm_r128_private_t *dev_priv )
+{
+       R128_WRITE( R128_PM4_BUFFER_DL_WPTR, 0 );
+       R128_WRITE( R128_PM4_BUFFER_DL_RPTR, 0 );
+       SET_RING_HEAD( &dev_priv->ring, 0 );
+       dev_priv->ring.tail = 0;
+}
+
+/* Stop the Concurrent Command Engine.  This will not flush any pending
+ * commands, so you must flush the command stream and wait for the CCE
+ * to go idle before calling this routine.
+ */
+static void r128_do_cce_stop( drm_r128_private_t *dev_priv )
+{
+       R128_WRITE( R128_PM4_MICRO_CNTL, 0 );
+       R128_WRITE( R128_PM4_BUFFER_CNTL, R128_PM4_NONPM4 );
+
+       dev_priv->cce_running = 0;
+}
+
+/* Reset the engine.  This will stop the CCE if it is running.
+ */
+static int r128_do_engine_reset( drm_device_t *dev )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       u32 clock_cntl_index, mclk_cntl, gen_reset_cntl;
+
+       r128_do_pixcache_flush( dev_priv );
+
+       clock_cntl_index = R128_READ( R128_CLOCK_CNTL_INDEX );
+       mclk_cntl = R128_READ_PLL( dev, R128_MCLK_CNTL );
+
+       R128_WRITE_PLL( R128_MCLK_CNTL,
+                       mclk_cntl | R128_FORCE_GCP | R128_FORCE_PIPE3D_CP );
+
+       gen_reset_cntl = R128_READ( R128_GEN_RESET_CNTL );
+
+       /* Taken from the sample code - do not change */
+       R128_WRITE( R128_GEN_RESET_CNTL,
+                   gen_reset_cntl | R128_SOFT_RESET_GUI );
+       R128_READ( R128_GEN_RESET_CNTL );
+       R128_WRITE( R128_GEN_RESET_CNTL,
+                   gen_reset_cntl & ~R128_SOFT_RESET_GUI );
+       R128_READ( R128_GEN_RESET_CNTL );
+
+       R128_WRITE_PLL( R128_MCLK_CNTL, mclk_cntl );
+       R128_WRITE( R128_CLOCK_CNTL_INDEX, clock_cntl_index );
+       R128_WRITE( R128_GEN_RESET_CNTL, gen_reset_cntl );
+
+       /* Reset the CCE ring */
+       r128_do_cce_reset( dev_priv );
+
+       /* The CCE is no longer running after an engine reset */
+       dev_priv->cce_running = 0;
+
+       /* Reset any pending vertex, indirect buffers */
+       r128_freelist_reset( dev );
+
+       return 0;
+}
+
+static void r128_cce_init_ring_buffer( drm_device_t *dev,
+                                      drm_r128_private_t *dev_priv )
+{
+       u32 ring_start;
+       u32 tmp;
+
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       /* The manual (p. 2) says this address is in "VM space".  This
+        * means it's an offset from the start of AGP space.
+        */
+#if __REALLY_HAVE_AGP
+       if ( !dev_priv->is_pci )
+               ring_start = dev_priv->cce_ring->offset - dev->agp->base;
+       else
+#endif
+               ring_start = dev_priv->cce_ring->offset - dev->sg->handle;
+
+       R128_WRITE( R128_PM4_BUFFER_OFFSET, ring_start | R128_AGP_OFFSET );
+
+       R128_WRITE( R128_PM4_BUFFER_DL_WPTR, 0 );
+       R128_WRITE( R128_PM4_BUFFER_DL_RPTR, 0 );
+
+       /* DL_RPTR_ADDR is a physical address in AGP space. */
+       SET_RING_HEAD( &dev_priv->ring, 0 );
+
+#if __REALLY_HAVE_SG
+       if ( !dev_priv->is_pci ) {
+#endif
+               R128_WRITE( R128_PM4_BUFFER_DL_RPTR_ADDR,
+                           dev_priv->ring_rptr->offset );
+#if __REALLY_HAVE_SG
+       } else {
+               drm_sg_mem_t *entry = dev->sg;
+               unsigned long tmp_ofs, page_ofs;
+
+               tmp_ofs = dev_priv->ring_rptr->offset - dev->sg->handle;
+               page_ofs = tmp_ofs >> PAGE_SHIFT;
+
+               R128_WRITE( R128_PM4_BUFFER_DL_RPTR_ADDR,
+                           entry->busaddr[page_ofs]);
+               DRM_DEBUG( "ring rptr: offset=0x%08x handle=0x%08lx\n",
+                          entry->busaddr[page_ofs],
+                          entry->handle + tmp_ofs );
+       }
+#endif
+
+       /* Set watermark control */
+       R128_WRITE( R128_PM4_BUFFER_WM_CNTL,
+                   ((R128_WATERMARK_L/4) << R128_WMA_SHIFT)
+                   | ((R128_WATERMARK_M/4) << R128_WMB_SHIFT)
+                   | ((R128_WATERMARK_N/4) << R128_WMC_SHIFT)
+                   | ((R128_WATERMARK_K/64) << R128_WB_WM_SHIFT) );
+
+       /* Force read.  Why?  Because it's in the examples... */
+       R128_READ( R128_PM4_BUFFER_ADDR );
+
+       /* Turn on bus mastering */
+       tmp = R128_READ( R128_BUS_CNTL ) & ~R128_BUS_MASTER_DIS;
+       R128_WRITE( R128_BUS_CNTL, tmp );
+}
+
+static int r128_do_init_cce( drm_device_t *dev, drm_r128_init_t *init )
+{
+       drm_r128_private_t *dev_priv;
+       drm_map_list_entry_t *listentry;
+
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       dev_priv = DRM(alloc)( sizeof(drm_r128_private_t), DRM_MEM_DRIVER );
+       if ( dev_priv == NULL )
+               DRM_OS_RETURN( ENOMEM );
+
+       memset( dev_priv, 0, sizeof(drm_r128_private_t) );
+
+       dev_priv->is_pci = init->is_pci;
+
+       if ( dev_priv->is_pci && !dev->sg ) {
+               DRM_ERROR( "PCI GART memory not allocated!\n" );
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       dev_priv->usec_timeout = init->usec_timeout;
+       if ( dev_priv->usec_timeout < 1 ||
+            dev_priv->usec_timeout > R128_MAX_USEC_TIMEOUT ) {
+               DRM_DEBUG( "TIMEOUT problem!\n" );
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       dev_priv->cce_mode = init->cce_mode;
+
+       /* GH: Simple idle check.
+        */
+       atomic_set( &dev_priv->idle_count, 0 );
+
+       /* We don't support anything other than bus-mastering ring mode,
+        * but the ring can be in either AGP or PCI space for the ring
+        * read pointer.
+        */
+       if ( ( init->cce_mode != R128_PM4_192BM ) &&
+            ( init->cce_mode != R128_PM4_128BM_64INDBM ) &&
+            ( init->cce_mode != R128_PM4_64BM_128INDBM ) &&
+            ( init->cce_mode != R128_PM4_64BM_64VCBM_64INDBM ) ) {
+               DRM_DEBUG( "Bad cce_mode!\n" );
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       switch ( init->cce_mode ) {
+       case R128_PM4_NONPM4:
+               dev_priv->cce_fifo_size = 0;
+               break;
+       case R128_PM4_192PIO:
+       case R128_PM4_192BM:
+               dev_priv->cce_fifo_size = 192;
+               break;
+       case R128_PM4_128PIO_64INDBM:
+       case R128_PM4_128BM_64INDBM:
+               dev_priv->cce_fifo_size = 128;
+               break;
+       case R128_PM4_64PIO_128INDBM:
+       case R128_PM4_64BM_128INDBM:
+       case R128_PM4_64PIO_64VCBM_64INDBM:
+       case R128_PM4_64BM_64VCBM_64INDBM:
+       case R128_PM4_64PIO_64VCPIO_64INDPIO:
+               dev_priv->cce_fifo_size = 64;
+               break;
+       }
+
+       switch ( init->fb_bpp ) {
+       case 16:
+               dev_priv->color_fmt = R128_DATATYPE_RGB565;
+               break;
+       case 32:
+       default:
+               dev_priv->color_fmt = R128_DATATYPE_ARGB8888;
+               break;
+       }
+       dev_priv->front_offset  = init->front_offset;
+       dev_priv->front_pitch   = init->front_pitch;
+       dev_priv->back_offset   = init->back_offset;
+       dev_priv->back_pitch    = init->back_pitch;
+
+       switch ( init->depth_bpp ) {
+       case 16:
+               dev_priv->depth_fmt = R128_DATATYPE_RGB565;
+               break;
+       case 24:
+       case 32:
+       default:
+               dev_priv->depth_fmt = R128_DATATYPE_ARGB8888;
+               break;
+       }
+       dev_priv->depth_offset  = init->depth_offset;
+       dev_priv->depth_pitch   = init->depth_pitch;
+       dev_priv->span_offset   = init->span_offset;
+
+       dev_priv->front_pitch_offset_c = (((dev_priv->front_pitch/8) << 21) |
+                                         (dev_priv->front_offset >> 5));
+       dev_priv->back_pitch_offset_c = (((dev_priv->back_pitch/8) << 21) |
+                                        (dev_priv->back_offset >> 5));
+       dev_priv->depth_pitch_offset_c = (((dev_priv->depth_pitch/8) << 21) |
+                                         (dev_priv->depth_offset >> 5) |
+                                         R128_DST_TILE);
+       dev_priv->span_pitch_offset_c = (((dev_priv->depth_pitch/8) << 21) |
+                                        (dev_priv->span_offset >> 5));
+
+       TAILQ_FOREACH(listentry, dev->maplist, link) {
+               drm_map_t *map = listentry->map;
+               if (map->type == _DRM_SHM &&
+                       map->flags & _DRM_CONTAINS_LOCK) {
+                       dev_priv->sarea = map;
+                       break;
+               }
+       }
+
+       if(!dev_priv->sarea) {
+               DRM_ERROR("could not find sarea!\n");
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       DRM_FIND_MAP( dev_priv->fb, init->fb_offset );
+       if(!dev_priv->fb) {
+               DRM_ERROR("could not find framebuffer!\n");
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->mmio, init->mmio_offset );
+       if(!dev_priv->mmio) {
+               DRM_ERROR("could not find mmio region!\n");
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->cce_ring, init->ring_offset );
+       if(!dev_priv->cce_ring) {
+               DRM_ERROR("could not find cce ring region!\n");
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->ring_rptr, init->ring_rptr_offset );
+       if(!dev_priv->ring_rptr) {
+               DRM_ERROR("could not find ring read pointer!\n");
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->buffers, init->buffers_offset );
+       if(!dev_priv->buffers) {
+               DRM_ERROR("could not find dma buffer region!\n");
+               dev->dev_private = (void *)dev_priv;
+               r128_do_cleanup_cce( dev );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if ( !dev_priv->is_pci ) {
+               DRM_FIND_MAP( dev_priv->agp_textures,
+                             init->agp_textures_offset );
+               if(!dev_priv->agp_textures) {
+                       DRM_ERROR("could not find agp texture region!\n");
+                       dev->dev_private = (void *)dev_priv;
+                       r128_do_cleanup_cce( dev );
+                       DRM_OS_RETURN(EINVAL);
+               }
+       }
+
+       dev_priv->sarea_priv =
+               (drm_r128_sarea_t *)((u8 *)dev_priv->sarea->handle +
+                                    init->sarea_priv_offset);
+
+       if ( !dev_priv->is_pci ) {
+               DRM_IOREMAP( dev_priv->cce_ring );
+               DRM_IOREMAP( dev_priv->ring_rptr );
+               DRM_IOREMAP( dev_priv->buffers );
+               if(!dev_priv->cce_ring->handle ||
+                  !dev_priv->ring_rptr->handle ||
+                  !dev_priv->buffers->handle) {
+                       DRM_ERROR("Could not ioremap agp regions!\n");
+                       dev->dev_private = (void *)dev_priv;
+                       r128_do_cleanup_cce( dev );
+                       DRM_OS_RETURN(ENOMEM);
+               }
+       } else {
+               dev_priv->cce_ring->handle =
+                       (void *)dev_priv->cce_ring->offset;
+               dev_priv->ring_rptr->handle =
+                       (void *)dev_priv->ring_rptr->offset;
+               dev_priv->buffers->handle = (void *)dev_priv->buffers->offset;
+       }
+
+#if __REALLY_HAVE_AGP
+       if ( !dev_priv->is_pci )
+               dev_priv->cce_buffers_offset = dev->agp->base;
+       else
+#endif
+               dev_priv->cce_buffers_offset = dev->sg->handle;
+
+       dev_priv->ring.head = ((__volatile__ u32 *)
+                              dev_priv->ring_rptr->handle);
+
+       dev_priv->ring.start = (u32 *)dev_priv->cce_ring->handle;
+       dev_priv->ring.end = ((u32 *)dev_priv->cce_ring->handle
+                             + init->ring_size / sizeof(u32));
+       dev_priv->ring.size = init->ring_size;
+       dev_priv->ring.size_l2qw = DRM(order)( init->ring_size / 8 );
+
+       dev_priv->ring.tail_mask =
+               (dev_priv->ring.size / sizeof(u32)) - 1;
+
+       dev_priv->ring.high_mark = 128;
+
+       dev_priv->sarea_priv->last_frame = 0;
+       R128_WRITE( R128_LAST_FRAME_REG, dev_priv->sarea_priv->last_frame );
+
+       dev_priv->sarea_priv->last_dispatch = 0;
+       R128_WRITE( R128_LAST_DISPATCH_REG,
+                   dev_priv->sarea_priv->last_dispatch );
+
+#if __REALLY_HAVE_SG
+       if ( dev_priv->is_pci ) {
+               if (!DRM(ati_pcigart_init)( dev, &dev_priv->phys_pci_gart,
+                                           &dev_priv->bus_pci_gart) ) {
+                       DRM_ERROR( "failed to init PCI GART!\n" );
+                       dev->dev_private = (void *)dev_priv;
+                       r128_do_cleanup_cce( dev );
+                       DRM_OS_RETURN(ENOMEM);
+               }
+               R128_WRITE( R128_PCI_GART_PAGE, dev_priv->bus_pci_gart );
+       }
+#endif
+
+       r128_cce_init_ring_buffer( dev, dev_priv );
+       r128_cce_load_microcode( dev_priv );
+
+       dev->dev_private = (void *)dev_priv;
+
+       r128_do_engine_reset( dev );
+
+       return 0;
+}
+
+int r128_do_cleanup_cce( drm_device_t *dev )
+{
+       if ( dev->dev_private ) {
+               drm_r128_private_t *dev_priv = dev->dev_private;
+
+#if __REALLY_HAVE_SG
+               if ( !dev_priv->is_pci ) {
+#endif
+                       DRM_IOREMAPFREE( dev_priv->cce_ring );
+                       DRM_IOREMAPFREE( dev_priv->ring_rptr );
+                       DRM_IOREMAPFREE( dev_priv->buffers );
+#if __REALLY_HAVE_SG
+               } else {
+                       if (!DRM(ati_pcigart_cleanup)( dev,
+                                               dev_priv->phys_pci_gart,
+                                               dev_priv->bus_pci_gart ))
+                               DRM_ERROR( "failed to cleanup PCI GART!\n" );
+               }
+#endif
+
+               DRM(free)( dev->dev_private, sizeof(drm_r128_private_t),
+                          DRM_MEM_DRIVER );
+               dev->dev_private = NULL;
+       }
+
+       return 0;
+}
+
+int r128_cce_init( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_init_t init;
+
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       DRM_OS_KRNFROMUSR( init, (drm_r128_init_t *)data, sizeof(init) );
+
+       switch ( init.func ) {
+       case R128_INIT_CCE:
+               return r128_do_init_cce( dev, &init );
+       case R128_CLEANUP_CCE:
+               return r128_do_cleanup_cce( dev );
+       }
+
+       DRM_OS_RETURN( EINVAL );
+}
+
+int r128_cce_start( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( dev_priv->cce_running || dev_priv->cce_mode == R128_PM4_NONPM4 ) {
+               DRM_DEBUG( "%s while CCE running\n", __FUNCTION__ );
+               return 0;
+       }
+
+       r128_do_cce_start( dev_priv );
+
+       return 0;
+}
+
+/* Stop the CCE.  The engine must have been idled before calling this
+ * routine.
+ */
+int r128_cce_stop( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_cce_stop_t stop;
+       int ret;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR(stop, (drm_r128_cce_stop_t *)data, sizeof(stop) );
+
+       /* Flush any pending CCE commands.  This ensures any outstanding
+        * commands are exectuted by the engine before we turn it off.
+        */
+       if ( stop.flush ) {
+               r128_do_cce_flush( dev_priv );
+       }
+
+       /* If we fail to make the engine go idle, we return an error
+        * code so that the DRM ioctl wrapper can try again.
+        */
+       if ( stop.idle ) {
+               ret = r128_do_cce_idle( dev_priv );
+               if ( ret ) return ret;
+       }
+
+       /* Finally, we can turn off the CCE.  If the engine isn't idle,
+        * we will get some dropped triangles as they won't be fully
+        * rendered before the CCE is shut down.
+        */
+       r128_do_cce_stop( dev_priv );
+
+       /* Reset the engine */
+       r128_do_engine_reset( dev );
+
+       return 0;
+}
+
+/* Just reset the CCE ring.  Called as part of an X Server engine reset.
+ */
+int r128_cce_reset( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( !dev_priv ) {
+               DRM_DEBUG( "%s called before init done\n", __FUNCTION__ );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       r128_do_cce_reset( dev_priv );
+
+       /* The CCE is no longer running after an engine reset */
+       dev_priv->cce_running = 0;
+
+       return 0;
+}
+
+int r128_cce_idle( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( dev_priv->cce_running ) {
+               r128_do_cce_flush( dev_priv );
+       }
+
+       return r128_do_cce_idle( dev_priv );
+}
+
+int r128_engine_reset( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       return r128_do_engine_reset( dev );
+}
+
+
+/* ================================================================
+ * Fullscreen mode
+ */
+
+static int r128_do_init_pageflip( drm_device_t *dev )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       dev_priv->crtc_offset =      R128_READ( R128_CRTC_OFFSET );
+       dev_priv->crtc_offset_cntl = R128_READ( R128_CRTC_OFFSET_CNTL );
+
+       R128_WRITE( R128_CRTC_OFFSET, dev_priv->front_offset );
+       R128_WRITE( R128_CRTC_OFFSET_CNTL,
+                   dev_priv->crtc_offset_cntl | R128_CRTC_OFFSET_FLIP_CNTL );
+
+       dev_priv->page_flipping = 1;
+       dev_priv->current_page = 0;
+
+       return 0;
+}
+
+int r128_do_cleanup_pageflip( drm_device_t *dev )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       R128_WRITE( R128_CRTC_OFFSET,      dev_priv->crtc_offset );
+       R128_WRITE( R128_CRTC_OFFSET_CNTL, dev_priv->crtc_offset_cntl );
+
+       dev_priv->page_flipping = 0;
+       dev_priv->current_page = 0;
+
+       return 0;
+}
+
+int r128_fullscreen( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_fullscreen_t fs;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( fs, (drm_r128_fullscreen_t *)data, sizeof(fs) );
+
+       switch ( fs.func ) {
+       case R128_INIT_FULLSCREEN:
+               return r128_do_init_pageflip( dev );
+       case R128_CLEANUP_FULLSCREEN:
+               return r128_do_cleanup_pageflip( dev );
+       }
+
+       DRM_OS_RETURN( EINVAL );
+}
+
+
+/* ================================================================
+ * Freelist management
+ */
+#define R128_BUFFER_USED       0xffffffff
+#define R128_BUFFER_FREE       0
+
+#if 0
+static int r128_freelist_init( drm_device_t *dev )
+{
+       drm_device_dma_t *dma = dev->dma;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_buf_t *buf;
+       drm_r128_buf_priv_t *buf_priv;
+       drm_r128_freelist_t *entry;
+       int i;
+
+       dev_priv->head = DRM(alloc)( sizeof(drm_r128_freelist_t),
+                                    DRM_MEM_DRIVER );
+       if ( dev_priv->head == NULL )
+               DRM_OS_RETURN( ENOMEM );
+
+       memset( dev_priv->head, 0, sizeof(drm_r128_freelist_t) );
+       dev_priv->head->age = R128_BUFFER_USED;
+
+       for ( i = 0 ; i < dma->buf_count ; i++ ) {
+               buf = dma->buflist[i];
+               buf_priv = buf->dev_private;
+
+               entry = DRM(alloc)( sizeof(drm_r128_freelist_t),
+                                   DRM_MEM_DRIVER );
+               if ( !entry ) DRM_OS_RETURN( ENOMEM );
+
+               entry->age = R128_BUFFER_FREE;
+               entry->buf = buf;
+               entry->prev = dev_priv->head;
+               entry->next = dev_priv->head->next;
+               if ( !entry->next )
+                       dev_priv->tail = entry;
+
+               buf_priv->discard = 0;
+               buf_priv->dispatched = 0;
+               buf_priv->list_entry = entry;
+
+               dev_priv->head->next = entry;
+
+               if ( dev_priv->head->next )
+                       dev_priv->head->next->prev = entry;
+       }
+
+       return 0;
+
+}
+#endif
+
+drm_buf_t *r128_freelist_get( drm_device_t *dev )
+{
+       drm_device_dma_t *dma = dev->dma;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_buf_priv_t *buf_priv;
+       drm_buf_t *buf;
+       int i, t;
+
+       /* FIXME: Optimize -- use freelist code */
+
+       for ( i = 0 ; i < dma->buf_count ; i++ ) {
+               buf = dma->buflist[i];
+               buf_priv = buf->dev_private;
+               if ( buf->pid == 0 )
+                       return buf;
+       }
+
+       for ( t = 0 ; t < dev_priv->usec_timeout ; t++ ) {
+               u32 done_age = R128_READ( R128_LAST_DISPATCH_REG );
+
+               for ( i = 0 ; i < dma->buf_count ; i++ ) {
+                       buf = dma->buflist[i];
+                       buf_priv = buf->dev_private;
+                       if ( buf->pending && buf_priv->age <= done_age ) {
+                               /* The buffer has been processed, so it
+                                * can now be used.
+                                */
+                               buf->pending = 0;
+                               return buf;
+                       }
+               }
+               DRM_OS_DELAY( 1 );
+       }
+
+       DRM_ERROR( "returning NULL!\n" );
+       return NULL;
+}
+
+void r128_freelist_reset( drm_device_t *dev )
+{
+       drm_device_dma_t *dma = dev->dma;
+       int i;
+
+       for ( i = 0 ; i < dma->buf_count ; i++ ) {
+               drm_buf_t *buf = dma->buflist[i];
+               drm_r128_buf_priv_t *buf_priv = buf->dev_private;
+               buf_priv->age = 0;
+       }
+}
+
+
+/* ================================================================
+ * CCE command submission
+ */
+
+int r128_wait_ring( drm_r128_private_t *dev_priv, int n )
+{
+       drm_r128_ring_buffer_t *ring = &dev_priv->ring;
+       int i;
+
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               r128_update_ring_snapshot( ring );
+               if ( ring->space >= n )
+                       return 0;
+               DRM_OS_DELAY( 1 );
+       }
+
+       /* FIXME: This is being ignored... */
+       DRM_ERROR( "failed!\n" );
+       DRM_OS_RETURN( EBUSY );
+}
+
+static int r128_cce_get_buffers( drm_device_t *dev, drm_dma_t *d)
+{
+       int i;
+       drm_buf_t *buf;
+
+       for ( i = d->granted_count ; i < d->request_count ; i++ ) {
+               buf = r128_freelist_get( dev );
+               if ( !buf ) DRM_OS_RETURN( EAGAIN );
+
+               buf->pid = DRM_OS_CURRENTPID;
+
+                if ( DRM_OS_COPYTOUSR( &d->request_indices[i], &buf->idx,
+                                  sizeof(buf->idx) ) )
+                       DRM_OS_RETURN( EFAULT );
+                if ( DRM_OS_COPYTOUSR( &d->request_sizes[i], &buf->total,
+                                  sizeof(buf->total) ) )
+                       DRM_OS_RETURN( EFAULT );
+               d->granted_count++;
+       }
+       return 0;
+}
+
+int r128_cce_buffers( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       int ret = 0;
+       drm_dma_t d;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( d, (drm_dma_t *) data, sizeof(d) );
+
+       /* Please don't send us buffers.
+        */
+       if ( d.send_count != 0 ) {
+               DRM_ERROR( "Process %d trying to send %d buffers via drmDMA\n",
+                          DRM_OS_CURRENTPID, d.send_count );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       /* We'll send you buffers.
+        */
+       if ( d.request_count < 0 || d.request_count > dma->buf_count ) {
+               DRM_ERROR( "Process %d trying to get %d buffers (of %d max)\n",
+                         DRM_OS_CURRENTPID, d.request_count, dma->buf_count );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       d.granted_count = 0;
+
+       if ( d.request_count ) {
+               ret = r128_cce_get_buffers( dev, &d );
+       }
+
+       DRM_OS_KRNTOUSR((drm_dma_t *) data, d, sizeof(d) );
+
+       return ret;
+}
diff --git a/bsd/r128/r128_drv.c b/bsd/r128/r128_drv.c
new file mode 100644 (file)
index 0000000..51e08a2
--- /dev/null
@@ -0,0 +1,151 @@
+/* r128_drv.c -- ATI Rage 128 driver -*- linux-c -*-
+ * Created: Mon Dec 13 09:47:27 1999 by faith@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+
+#include <sys/types.h>
+#include <sys/bus.h>
+#include <pci/pcivar.h>
+#include <opt_drm_linux.h>
+
+#include "r128.h"
+#include "drmP.h"
+#include "r128_drv.h"
+#if __REALLY_HAVE_SG
+#include "ati_pcigart.h"
+#endif
+
+#define DRIVER_AUTHOR          "Gareth Hughes, VA Linux Systems Inc."
+
+#define DRIVER_NAME            "r128"
+#define DRIVER_DESC            "ATI Rage 128"
+#define DRIVER_DATE            "20010405"
+
+#define DRIVER_MAJOR           2
+#define DRIVER_MINOR           2
+#define DRIVER_PATCHLEVEL      0
+
+/* List acquired from http://www.yourvote.com/pci/pcihdr.h and xc/xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
+ * Please report to anholt@teleport.com inaccuracies or if a chip you have works that is marked unsupported here.
+ */
+drm_chipinfo_t DRM(devicelist)[] = {
+       {0x1002, 0x4c45, 1, "ATI Rage 128 Mobility LE"},
+       {0x1002, 0x4c46, 1, "ATI Rage 128 Mobility LF"},
+       {0x1002, 0x4d46, 1, "ATI Rage 128 Mobility MF (AGP 4x)"},
+       {0x1002, 0x4d4c, 1, "ATI Rage 128 Mobility ML"},
+       {0x1002, 0x5041, 0, "ATI Rage 128 Pro PA (PCI)"},
+       {0x1002, 0x5042, 1, "ATI Rage 128 Pro PB (AGP 2x)"},
+       {0x1002, 0x5043, 1, "ATI Rage 128 Pro PC (AGP 4x)"},
+       {0x1002, 0x5044, 0, "ATI Rage 128 Pro PD (PCI)"},
+       {0x1002, 0x5045, 1, "ATI Rage 128 Pro PE (AGP 2x)"},
+       {0x1002, 0x5046, 1, "ATI Rage 128 Pro PF (AGP 4x)"},
+       {0x1002, 0x5047, 0, "ATI Rage 128 Pro PG (PCI)"},
+       {0x1002, 0x5048, 1, "ATI Rage 128 Pro PH (AGP)"},
+       {0x1002, 0x5049, 1, "ATI Rage 128 Pro PI (AGP)"},
+       {0x1002, 0x504a, 0, "ATI Rage 128 Pro PJ (PCI)"},
+       {0x1002, 0x504b, 1, "ATI Rage 128 Pro PK (AGP)"},
+       {0x1002, 0x504c, 1, "ATI Rage 128 Pro PL (AGP)"},
+       {0x1002, 0x504d, 0, "ATI Rage 128 Pro PM (PCI)"},
+       {0x1002, 0x504e, 1, "ATI Rage 128 Pro PN (AGP)"},
+       {0x1002, 0x505f, 1, "ATI Rage 128 Pro PO (AGP)"},
+       {0x1002, 0x5050, 0, "ATI Rage 128 Pro PP (PCI)"},
+       {0x1002, 0x5051, 1, "ATI Rage 128 Pro PQ (AGP)"},
+       {0x1002, 0x5052, 1, "ATI Rage 128 Pro PR (AGP)"},
+       {0x1002, 0x5053, 0, "ATI Rage 128 Pro PS (PCI)"},
+       {0x1002, 0x5054, 1, "ATI Rage 128 Pro PT (AGP)"},
+       {0x1002, 0x5055, 1, "ATI Rage 128 Pro PU (AGP)"},
+       {0x1002, 0x5056, 0, "ATI Rage 128 Pro PV (PCI)"},
+       {0x1002, 0x5057, 1, "ATI Rage 128 Pro PW (AGP)"},
+       {0x1002, 0x5058, 1, "ATI Rage 128 Pro PX (AGP)"},
+       {0x1002, 0x5245, 0, "ATI Rage 128 GL (PCI)"},
+       {0x1002, 0x5246, 1, "ATI Rage 128 GL (AGP 2x)"},
+       {0x1002, 0x524b, 0, "ATI Rage 128 VR (PCI)"},
+       {0x1002, 0x524c, 1, "ATI Rage 128 VR (AGP 2x)"},
+       {0x1002, 0x5345, 0, "ATI Rage 128 SE (PCI)"},
+       {0x1002, 0x5346, 1, "ATI Rage 128 SF (AGP 2x)"},
+       {0x1002, 0x5347, 1, "ATI Rage 128 SG (AGP 4x)"},
+       {0x1002, 0x5348, 0, "ATI Rage 128 SH (unknown)"},
+       {0x1002, 0x534b, 0, "ATI Rage 128 SK (PCI)"},
+       {0x1002, 0x534c, 1, "ATI Rage 128 SL (AGP 2x)"},
+       {0x1002, 0x534d, 1, "ATI Rage 128 SM (AGP 4x)"},
+       {0x1002, 0x534e, 1, "ATI Rage 128 (AGP 4x?)"},
+       {0, 0, 0, NULL}
+};
+
+#define DRIVER_IOCTLS                                                      \
+   [DRM_IOCTL_NR(DRM_IOCTL_DMA)]             = { r128_cce_buffers,  1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_INIT)]       = { r128_cce_init,     1, 1 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_CCE_START)]  = { r128_cce_start,    1, 1 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_CCE_STOP)]   = { r128_cce_stop,     1, 1 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_CCE_RESET)]  = { r128_cce_reset,    1, 1 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_CCE_IDLE)]   = { r128_cce_idle,     1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_RESET)]      = { r128_engine_reset, 1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_FULLSCREEN)] = { r128_fullscreen,   1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_SWAP)]       = { r128_cce_swap,     1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_CLEAR)]      = { r128_cce_clear,    1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_VERTEX)]     = { r128_cce_vertex,   1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_INDICES)]    = { r128_cce_indices,  1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_BLIT)]       = { r128_cce_blit,     1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_DEPTH)]      = { r128_cce_depth,    1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_STIPPLE)]    = { r128_cce_stipple,  1, 0 }, \
+   [DRM_IOCTL_NR(DRM_IOCTL_R128_INDIRECT)]   = { r128_cce_indirect, 1, 1 },
+
+
+#if 0
+/* GH: Count data sent to card via ring or vertex/indirect buffers.
+ */
+#define __HAVE_COUNTERS         3
+#define __HAVE_COUNTER6         _DRM_STAT_IRQ
+#define __HAVE_COUNTER7         _DRM_STAT_PRIMARY
+#define __HAVE_COUNTER8         _DRM_STAT_SECONDARY
+#endif
+
+
+#include "drm_agpsupport.h"
+#include "drm_auth.h"
+#include "drm_bufs.h"
+#include "drm_context.h"
+#include "drm_dma.h"
+#include "drm_drawable.h"
+#include "drm_drv.h"
+
+
+#include "drm_fops.h"
+#include "drm_init.h"
+#include "drm_ioctl.h"
+#include "drm_lock.h"
+#include "drm_memory.h"
+#include "drm_sysctl.h"
+#include "drm_vm.h"
+#if __REALLY_HAVE_SG
+#include "drm_scatter.h"
+#endif
+
+DRIVER_MODULE(r128, pci, r128_driver, r128_devclass, 0, 0);
diff --git a/bsd/r128/r128_drv.h b/bsd/r128/r128_drv.h
new file mode 100644 (file)
index 0000000..743e48e
--- /dev/null
@@ -0,0 +1,544 @@
+/* r128_drv.h -- Private header for r128 driver -*- linux-c -*-
+ * Created: Mon Dec 13 09:51:11 1999 by faith@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Kevin E. Martin <martin@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ *    Michel Dänzer <daenzerm@student.ethz.ch>
+ */
+
+#include <machine/endian.h>
+#if BYTE_ORDER==LITTLE_ENDIAN
+#define le32_to_cpu(x) x
+#define cpu_to_le32(x) x
+#else
+#define le32_to_cpu(x) ntohl(x)
+#define cpu_to_le32(x) htonl(x)
+#endif
+
+#ifndef __R128_DRV_H__
+#define __R128_DRV_H__
+
+#define GET_RING_HEAD( ring )          le32_to_cpu( *(ring)->head )
+#define SET_RING_HEAD( ring, val )     *(ring)->head = cpu_to_le32( val )
+
+typedef struct drm_r128_freelist {
+       unsigned int age;
+       drm_buf_t *buf;
+       struct drm_r128_freelist *next;
+       struct drm_r128_freelist *prev;
+} drm_r128_freelist_t;
+
+typedef struct drm_r128_ring_buffer {
+       u32 *start;
+       u32 *end;
+       int size;
+       int size_l2qw;
+
+       volatile u32 *head;
+       u32 tail;
+       u32 tail_mask;
+       int space;
+
+       int high_mark;
+} drm_r128_ring_buffer_t;
+
+typedef struct drm_r128_private {
+       drm_r128_ring_buffer_t ring;
+       drm_r128_sarea_t *sarea_priv;
+
+       int cce_mode;
+       int cce_fifo_size;
+       int cce_running;
+
+       drm_r128_freelist_t *head;
+       drm_r128_freelist_t *tail;
+
+       int usec_timeout;
+       int is_pci;
+       unsigned long phys_pci_gart;
+#if __REALLY_HAVE_SG
+       dma_addr_t bus_pci_gart;
+#endif
+       unsigned long cce_buffers_offset;
+
+       atomic_t idle_count;
+
+       int page_flipping;
+       int current_page;
+       u32 crtc_offset;
+       u32 crtc_offset_cntl;
+
+       u32 color_fmt;
+       unsigned int front_offset;
+       unsigned int front_pitch;
+       unsigned int back_offset;
+       unsigned int back_pitch;
+
+       u32 depth_fmt;
+       unsigned int depth_offset;
+       unsigned int depth_pitch;
+       unsigned int span_offset;
+
+       u32 front_pitch_offset_c;
+       u32 back_pitch_offset_c;
+       u32 depth_pitch_offset_c;
+       u32 span_pitch_offset_c;
+
+       drm_map_t *sarea;
+       drm_map_t *fb;
+       drm_map_t *mmio;
+       drm_map_t *cce_ring;
+       drm_map_t *ring_rptr;
+       drm_map_t *buffers;
+       drm_map_t *agp_textures;
+} drm_r128_private_t;
+
+typedef struct drm_r128_buf_priv {
+       u32 age;
+       int prim;
+       int discard;
+       int dispatched;
+       drm_r128_freelist_t *list_entry;
+} drm_r128_buf_priv_t;
+
+                               /* r128_cce.c */
+extern int r128_cce_init( DRM_OS_IOCTL );
+extern int r128_cce_start( DRM_OS_IOCTL );
+extern int r128_cce_stop( DRM_OS_IOCTL );
+extern int r128_cce_reset( DRM_OS_IOCTL );
+extern int r128_cce_idle( DRM_OS_IOCTL );
+extern int r128_engine_reset( DRM_OS_IOCTL );
+extern int r128_fullscreen( DRM_OS_IOCTL );
+extern int r128_cce_buffers( DRM_OS_IOCTL );
+
+extern void r128_freelist_reset( drm_device_t *dev );
+extern drm_buf_t *r128_freelist_get( drm_device_t *dev );
+
+extern int r128_wait_ring( drm_r128_private_t *dev_priv, int n );
+
+static __inline__ void
+r128_update_ring_snapshot( drm_r128_ring_buffer_t *ring )
+{
+       ring->space = (GET_RING_HEAD( ring ) - ring->tail) * sizeof(u32);
+       if ( ring->space <= 0 )
+               ring->space += ring->size;
+}
+
+extern int r128_do_cce_idle( drm_r128_private_t *dev_priv );
+extern int r128_do_cleanup_cce( drm_device_t *dev );
+extern int r128_do_cleanup_pageflip( drm_device_t *dev );
+
+                               /* r128_state.c */
+extern int r128_cce_clear( DRM_OS_IOCTL );
+extern int r128_cce_swap( DRM_OS_IOCTL );
+extern int r128_cce_vertex( DRM_OS_IOCTL );
+extern int r128_cce_indices( DRM_OS_IOCTL );
+extern int r128_cce_blit( DRM_OS_IOCTL );
+extern int r128_cce_depth( DRM_OS_IOCTL );
+extern int r128_cce_stipple( DRM_OS_IOCTL );
+extern int r128_cce_indirect( DRM_OS_IOCTL );
+
+
+/* Register definitions, register access macros and drmAddMap constants
+ * for Rage 128 kernel driver.
+ */
+
+#define R128_AUX_SC_CNTL               0x1660
+#      define R128_AUX1_SC_EN                  (1 << 0)
+#      define R128_AUX1_SC_MODE_OR             (0 << 1)
+#      define R128_AUX1_SC_MODE_NAND           (1 << 1)
+#      define R128_AUX2_SC_EN                  (1 << 2)
+#      define R128_AUX2_SC_MODE_OR             (0 << 3)
+#      define R128_AUX2_SC_MODE_NAND           (1 << 3)
+#      define R128_AUX3_SC_EN                  (1 << 4)
+#      define R128_AUX3_SC_MODE_OR             (0 << 5)
+#      define R128_AUX3_SC_MODE_NAND           (1 << 5)
+#define R128_AUX1_SC_LEFT              0x1664
+#define R128_AUX1_SC_RIGHT             0x1668
+#define R128_AUX1_SC_TOP               0x166c
+#define R128_AUX1_SC_BOTTOM            0x1670
+#define R128_AUX2_SC_LEFT              0x1674
+#define R128_AUX2_SC_RIGHT             0x1678
+#define R128_AUX2_SC_TOP               0x167c
+#define R128_AUX2_SC_BOTTOM            0x1680
+#define R128_AUX3_SC_LEFT              0x1684
+#define R128_AUX3_SC_RIGHT             0x1688
+#define R128_AUX3_SC_TOP               0x168c
+#define R128_AUX3_SC_BOTTOM            0x1690
+
+#define R128_BRUSH_DATA0               0x1480
+#define R128_BUS_CNTL                  0x0030
+#      define R128_BUS_MASTER_DIS              (1 << 6)
+
+#define R128_CLOCK_CNTL_INDEX          0x0008
+#define R128_CLOCK_CNTL_DATA           0x000c
+#      define R128_PLL_WR_EN                   (1 << 7)
+#define R128_CONSTANT_COLOR_C          0x1d34
+#define R128_CRTC_OFFSET               0x0224
+#define R128_CRTC_OFFSET_CNTL          0x0228
+#      define R128_CRTC_OFFSET_FLIP_CNTL       (1 << 16)
+
+#define R128_DP_GUI_MASTER_CNTL                0x146c
+#       define R128_GMC_SRC_PITCH_OFFSET_CNTL  (1    <<  0)
+#       define R128_GMC_DST_PITCH_OFFSET_CNTL  (1    <<  1)
+#      define R128_GMC_BRUSH_SOLID_COLOR       (13   <<  4)
+#      define R128_GMC_BRUSH_NONE              (15   <<  4)
+#      define R128_GMC_DST_16BPP               (4    <<  8)
+#      define R128_GMC_DST_24BPP               (5    <<  8)
+#      define R128_GMC_DST_32BPP               (6    <<  8)
+#       define R128_GMC_DST_DATATYPE_SHIFT     8
+#      define R128_GMC_SRC_DATATYPE_COLOR      (3    << 12)
+#      define R128_DP_SRC_SOURCE_MEMORY        (2    << 24)
+#      define R128_DP_SRC_SOURCE_HOST_DATA     (3    << 24)
+#      define R128_GMC_CLR_CMP_CNTL_DIS        (1    << 28)
+#      define R128_GMC_AUX_CLIP_DIS            (1    << 29)
+#      define R128_GMC_WR_MSK_DIS              (1    << 30)
+#      define R128_ROP3_S                      0x00cc0000
+#      define R128_ROP3_P                      0x00f00000
+#define R128_DP_WRITE_MASK             0x16cc
+#define R128_DST_PITCH_OFFSET_C                0x1c80
+#      define R128_DST_TILE                    (1 << 31)
+
+#define R128_GEN_RESET_CNTL            0x00f0
+#      define R128_SOFT_RESET_GUI              (1 <<  0)
+
+#define R128_GUI_SCRATCH_REG0          0x15e0
+#define R128_GUI_SCRATCH_REG1          0x15e4
+#define R128_GUI_SCRATCH_REG2          0x15e8
+#define R128_GUI_SCRATCH_REG3          0x15ec
+#define R128_GUI_SCRATCH_REG4          0x15f0
+#define R128_GUI_SCRATCH_REG5          0x15f4
+
+#define R128_GUI_STAT                  0x1740
+#      define R128_GUI_FIFOCNT_MASK            0x0fff
+#      define R128_GUI_ACTIVE                  (1 << 31)
+
+#define R128_MCLK_CNTL                 0x000f
+#      define R128_FORCE_GCP                   (1 << 16)
+#      define R128_FORCE_PIPE3D_CP             (1 << 17)
+#      define R128_FORCE_RCP                   (1 << 18)
+
+#define R128_PC_GUI_CTLSTAT            0x1748
+#define R128_PC_NGUI_CTLSTAT           0x0184
+#      define R128_PC_FLUSH_GUI                (3 << 0)
+#      define R128_PC_RI_GUI                   (1 << 2)
+#      define R128_PC_FLUSH_ALL                0x00ff
+#      define R128_PC_BUSY                     (1 << 31)
+
+#define R128_PCI_GART_PAGE             0x017c
+#define R128_PRIM_TEX_CNTL_C           0x1cb0
+
+#define R128_SCALE_3D_CNTL             0x1a00
+#define R128_SEC_TEX_CNTL_C            0x1d00
+#define R128_SEC_TEXTURE_BORDER_COLOR_C        0x1d3c
+#define R128_SETUP_CNTL                        0x1bc4
+#define R128_STEN_REF_MASK_C           0x1d40
+
+#define R128_TEX_CNTL_C                        0x1c9c
+#      define R128_TEX_CACHE_FLUSH             (1 << 23)
+
+#define R128_WAIT_UNTIL                        0x1720
+#      define R128_EVENT_CRTC_OFFSET           (1 << 0)
+#define R128_WINDOW_XY_OFFSET          0x1bcc
+
+
+/* CCE registers
+ */
+#define R128_PM4_BUFFER_OFFSET         0x0700
+#define R128_PM4_BUFFER_CNTL           0x0704
+#      define R128_PM4_MASK                    (15 << 28)
+#      define R128_PM4_NONPM4                  (0  << 28)
+#      define R128_PM4_192PIO                  (1  << 28)
+#      define R128_PM4_192BM                   (2  << 28)
+#      define R128_PM4_128PIO_64INDBM          (3  << 28)
+#      define R128_PM4_128BM_64INDBM           (4  << 28)
+#      define R128_PM4_64PIO_128INDBM          (5  << 28)
+#      define R128_PM4_64BM_128INDBM           (6  << 28)
+#      define R128_PM4_64PIO_64VCBM_64INDBM    (7  << 28)
+#      define R128_PM4_64BM_64VCBM_64INDBM     (8  << 28)
+#      define R128_PM4_64PIO_64VCPIO_64INDPIO  (15 << 28)
+
+#define R128_PM4_BUFFER_WM_CNTL                0x0708
+#      define R128_WMA_SHIFT                   0
+#      define R128_WMB_SHIFT                   8
+#      define R128_WMC_SHIFT                   16
+#      define R128_WB_WM_SHIFT                 24
+
+#define R128_PM4_BUFFER_DL_RPTR_ADDR   0x070c
+#define R128_PM4_BUFFER_DL_RPTR                0x0710
+#define R128_PM4_BUFFER_DL_WPTR                0x0714
+#      define R128_PM4_BUFFER_DL_DONE          (1 << 31)
+
+#define R128_PM4_VC_FPU_SETUP          0x071c
+
+#define R128_PM4_IW_INDOFF             0x0738
+#define R128_PM4_IW_INDSIZE            0x073c
+
+#define R128_PM4_STAT                  0x07b8
+#      define R128_PM4_FIFOCNT_MASK            0x0fff
+#      define R128_PM4_BUSY                    (1 << 16)
+#      define R128_PM4_GUI_ACTIVE              (1 << 31)
+
+#define R128_PM4_MICROCODE_ADDR                0x07d4
+#define R128_PM4_MICROCODE_RADDR       0x07d8
+#define R128_PM4_MICROCODE_DATAH       0x07dc
+#define R128_PM4_MICROCODE_DATAL       0x07e0
+
+#define R128_PM4_BUFFER_ADDR           0x07f0
+#define R128_PM4_MICRO_CNTL            0x07fc
+#      define R128_PM4_MICRO_FREERUN           (1 << 30)
+
+#define R128_PM4_FIFO_DATA_EVEN                0x1000
+#define R128_PM4_FIFO_DATA_ODD         0x1004
+
+
+/* CCE command packets
+ */
+#define R128_CCE_PACKET0               0x00000000
+#define R128_CCE_PACKET1               0x40000000
+#define R128_CCE_PACKET2               0x80000000
+#define R128_CCE_PACKET3               0xC0000000
+#      define R128_CNTL_HOSTDATA_BLT           0x00009400
+#      define R128_CNTL_PAINT_MULTI            0x00009A00
+#      define R128_CNTL_BITBLT_MULTI           0x00009B00
+#      define R128_3D_RNDR_GEN_INDX_PRIM       0x00002300
+
+#define R128_CCE_PACKET_MASK           0xC0000000
+#define R128_CCE_PACKET_COUNT_MASK     0x3fff0000
+#define R128_CCE_PACKET0_REG_MASK      0x000007ff
+#define R128_CCE_PACKET1_REG0_MASK     0x000007ff
+#define R128_CCE_PACKET1_REG1_MASK     0x003ff800
+
+#define R128_CCE_VC_CNTL_PRIM_TYPE_NONE                0x00000000
+#define R128_CCE_VC_CNTL_PRIM_TYPE_POINT       0x00000001
+#define R128_CCE_VC_CNTL_PRIM_TYPE_LINE                0x00000002
+#define R128_CCE_VC_CNTL_PRIM_TYPE_POLY_LINE   0x00000003
+#define R128_CCE_VC_CNTL_PRIM_TYPE_TRI_LIST    0x00000004
+#define R128_CCE_VC_CNTL_PRIM_TYPE_TRI_FAN     0x00000005
+#define R128_CCE_VC_CNTL_PRIM_TYPE_TRI_STRIP   0x00000006
+#define R128_CCE_VC_CNTL_PRIM_TYPE_TRI_TYPE2   0x00000007
+#define R128_CCE_VC_CNTL_PRIM_WALK_IND         0x00000010
+#define R128_CCE_VC_CNTL_PRIM_WALK_LIST                0x00000020
+#define R128_CCE_VC_CNTL_PRIM_WALK_RING                0x00000030
+#define R128_CCE_VC_CNTL_NUM_SHIFT             16
+
+#define R128_DATATYPE_CI8              2
+#define R128_DATATYPE_ARGB1555         3
+#define R128_DATATYPE_RGB565           4
+#define R128_DATATYPE_RGB888           5
+#define R128_DATATYPE_ARGB8888         6
+#define R128_DATATYPE_RGB332           7
+#define R128_DATATYPE_RGB8             9
+#define R128_DATATYPE_ARGB4444         15
+
+/* Constants */
+#define R128_AGP_OFFSET                        0x02000000
+
+#define R128_WATERMARK_L               16
+#define R128_WATERMARK_M               8
+#define R128_WATERMARK_N               8
+#define R128_WATERMARK_K               128
+
+#define R128_MAX_USEC_TIMEOUT          100000  /* 100 ms */
+
+#define R128_LAST_FRAME_REG            R128_GUI_SCRATCH_REG0
+#define R128_LAST_DISPATCH_REG         R128_GUI_SCRATCH_REG1
+#define R128_MAX_VB_AGE                        0x7fffffff
+#define R128_MAX_VB_VERTS              (0xffff)
+
+#define R128_RING_HIGH_MARK            128
+
+#define R128_PERFORMANCE_BOXES         0
+
+
+#define R128_BASE(reg)         ((unsigned long)(dev_priv->mmio->handle))
+#define R128_ADDR(reg)         (R128_BASE( reg ) + reg)
+
+#define R128_DEREF(reg)                *(volatile u32 *)R128_ADDR( reg )
+#ifdef __alpha__
+#define R128_READ(reg)         (_R128_READ((u32 *)R128_ADDR(reg)))
+static inline u32 _R128_READ(u32 *addr)
+{
+       DRM_OS_READMEMORYBARRIER;
+       return *(volatile u32 *)addr;
+}
+#define R128_WRITE(reg,val)                                            \
+do {                                                                   \
+       DRM_OS_WRITEMEMORYBARRIER;                                                              \
+       R128_DEREF(reg) = val;                                          \
+} while (0)
+#else
+#define R128_READ(reg)         le32_to_cpu( R128_DEREF( reg ) )
+#define R128_WRITE(reg,val)                                            \
+do {                                                                   \
+       R128_DEREF( reg ) = cpu_to_le32( val );                         \
+} while (0)
+#endif
+
+#define R128_DEREF8(reg)       *(volatile u8 *)R128_ADDR( reg )
+#ifdef __alpha__
+#define R128_READ8(reg)                _R128_READ8((u8 *)R128_ADDR(reg))
+static inline u8 _R128_READ8(u8 *addr)
+{
+       DRM_OS_READMEMORYBARRIER;
+       return *(volatile u8 *)addr;
+}
+#define R128_WRITE8(reg,val)                                           \
+do {                                                                   \
+       DRM_OS_WRITEMEMORYBARRIER;                                                              \
+       R128_DEREF8(reg) = val;                                         \
+} while (0)
+#else
+#define R128_READ8(reg)                R128_DEREF8( reg )
+#define R128_WRITE8(reg,val)   do { R128_DEREF8( reg ) = val; } while (0)
+#endif
+
+#define R128_WRITE_PLL(addr,val)                                       \
+do {                                                                   \
+       R128_WRITE8(R128_CLOCK_CNTL_INDEX,                              \
+                   ((addr) & 0x1f) | R128_PLL_WR_EN);                  \
+       R128_WRITE(R128_CLOCK_CNTL_DATA, (val));                        \
+} while (0)
+
+extern int R128_READ_PLL(drm_device_t *dev, int addr);
+
+
+#define CCE_PACKET0( reg, n )          (R128_CCE_PACKET0 |             \
+                                        ((n) << 16) | ((reg) >> 2))
+#define CCE_PACKET1( reg0, reg1 )      (R128_CCE_PACKET1 |             \
+                                        (((reg1) >> 2) << 11) | ((reg0) >> 2))
+#define CCE_PACKET2()                  (R128_CCE_PACKET2)
+#define CCE_PACKET3( pkt, n )          (R128_CCE_PACKET3 |             \
+                                        (pkt) | ((n) << 16))
+
+
+/* ================================================================
+ * Misc helper macros
+ */
+
+#define LOCK_TEST_WITH_RETURN( dev )                                   \
+do {                                                                   \
+       if ( !_DRM_LOCK_IS_HELD( dev->lock.hw_lock->lock ) ||           \
+            dev->lock.pid != DRM_OS_CURRENTPID ) {                             \
+               DRM_ERROR( "%s called without lock held\n",             \
+                          __FUNCTION__ );                              \
+               DRM_OS_RETURN( EINVAL );                                                \
+       }                                                               \
+} while (0)
+
+#define RING_SPACE_TEST_WITH_RETURN( dev_priv )                                \
+do {                                                                   \
+       drm_r128_ring_buffer_t *ring = &dev_priv->ring; int i;          \
+       if ( ring->space < ring->high_mark ) {                          \
+               for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {      \
+                       r128_update_ring_snapshot( ring );              \
+                       if ( ring->space >= ring->high_mark )           \
+                               goto __ring_space_done;                 \
+                       DRM_OS_DELAY( 1 );                                      \
+               }                                                       \
+               DRM_ERROR( "ring space check failed!\n" );              \
+               DRM_OS_RETURN( EBUSY );                         \
+       }                                                               \
+ __ring_space_done:                                                    \
+} while (0)
+
+#define VB_AGE_TEST_WITH_RETURN( dev_priv )                            \
+do {                                                                   \
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;            \
+       if ( sarea_priv->last_dispatch >= R128_MAX_VB_AGE ) {           \
+               int __ret = r128_do_cce_idle( dev_priv );               \
+               if ( __ret < 0 ) return __ret;                          \
+               sarea_priv->last_dispatch = 0;                          \
+               r128_freelist_reset( dev );                             \
+       }                                                               \
+} while (0)
+
+#define R128_WAIT_UNTIL_PAGE_FLIPPED() do {                            \
+       OUT_RING( CCE_PACKET0( R128_WAIT_UNTIL, 0 ) );                  \
+       OUT_RING( R128_EVENT_CRTC_OFFSET );                             \
+} while (0)
+
+
+/* ================================================================
+ * Ring control
+ */
+
+#define r128_flush_write_combine() DRM_OS_READMEMORYBARRIER
+
+
+#define R128_VERBOSE   0
+
+#define RING_LOCALS                                                    \
+       int write; unsigned int tail_mask; volatile u32 *ring;
+
+#define BEGIN_RING( n ) do {                                           \
+       if ( R128_VERBOSE ) {                                           \
+               DRM_INFO( "BEGIN_RING( %d ) in %s\n",                   \
+                          (n), __FUNCTION__ );                         \
+       }                                                               \
+       if ( dev_priv->ring.space <= (n) * sizeof(u32) ) {              \
+               r128_wait_ring( dev_priv, (n) * sizeof(u32) );          \
+       }                                                               \
+       dev_priv->ring.space -= (n) * sizeof(u32);                      \
+       ring = dev_priv->ring.start;                                    \
+       write = dev_priv->ring.tail;                                    \
+       tail_mask = dev_priv->ring.tail_mask;                           \
+} while (0)
+
+/* You can set this to zero if you want.  If the card locks up, you'll
+ * need to keep this set.  It works around a bug in early revs of the
+ * Rage 128 chipset, where the CCE would read 32 dwords past the end of
+ * the ring buffer before wrapping around.
+ */
+#define R128_BROKEN_CCE        1
+
+#define ADVANCE_RING() do {                                            \
+       if ( R128_VERBOSE ) {                                           \
+               DRM_INFO( "ADVANCE_RING() wr=0x%06x tail=0x%06x\n",     \
+                         write, dev_priv->ring.tail );                 \
+       }                                                               \
+       if ( R128_BROKEN_CCE && write < 32 ) {                          \
+               memcpy( dev_priv->ring.end,                             \
+                       dev_priv->ring.start,                           \
+                       write * sizeof(u32) );                          \
+       }                                                               \
+       r128_flush_write_combine();                                     \
+       dev_priv->ring.tail = write;                                    \
+       R128_WRITE( R128_PM4_BUFFER_DL_WPTR, write );                   \
+} while (0)
+
+#define OUT_RING( x ) do {                                             \
+       if ( R128_VERBOSE ) {                                           \
+               DRM_INFO( "   OUT_RING( 0x%08x ) at 0x%x\n",            \
+                          (unsigned int)(x), write );                  \
+       }                                                               \
+       ring[write++] = cpu_to_le32( x );                               \
+       write &= tail_mask;                                             \
+} while (0)
+
+#endif /* __R128_DRV_H__ */
diff --git a/bsd/r128/r128_state.c b/bsd/r128/r128_state.c
new file mode 100644 (file)
index 0000000..0fce0c5
--- /dev/null
@@ -0,0 +1,1570 @@
+/* r128_state.c -- State support for r128 -*- linux-c -*-
+ * Created: Thu Jan 27 02:53:43 2000 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+
+#include "r128.h"
+#include "drmP.h"
+#include "r128_drv.h"
+#include "drm.h"
+
+
+
+/* ================================================================
+ * CCE hardware state programming functions
+ */
+
+static void r128_emit_clip_rects( drm_r128_private_t *dev_priv,
+                                 drm_clip_rect_t *boxes, int count )
+{
+       u32 aux_sc_cntl = 0x00000000;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 17 );
+
+       if ( count >= 1 ) {
+               OUT_RING( CCE_PACKET0( R128_AUX1_SC_LEFT, 3 ) );
+               OUT_RING( boxes[0].x1 );
+               OUT_RING( boxes[0].x2 - 1 );
+               OUT_RING( boxes[0].y1 );
+               OUT_RING( boxes[0].y2 - 1 );
+
+               aux_sc_cntl |= (R128_AUX1_SC_EN | R128_AUX1_SC_MODE_OR);
+       }
+       if ( count >= 2 ) {
+               OUT_RING( CCE_PACKET0( R128_AUX2_SC_LEFT, 3 ) );
+               OUT_RING( boxes[1].x1 );
+               OUT_RING( boxes[1].x2 - 1 );
+               OUT_RING( boxes[1].y1 );
+               OUT_RING( boxes[1].y2 - 1 );
+
+               aux_sc_cntl |= (R128_AUX2_SC_EN | R128_AUX2_SC_MODE_OR);
+       }
+       if ( count >= 3 ) {
+               OUT_RING( CCE_PACKET0( R128_AUX3_SC_LEFT, 3 ) );
+               OUT_RING( boxes[2].x1 );
+               OUT_RING( boxes[2].x2 - 1 );
+               OUT_RING( boxes[2].y1 );
+               OUT_RING( boxes[2].y2 - 1 );
+
+               aux_sc_cntl |= (R128_AUX3_SC_EN | R128_AUX3_SC_MODE_OR);
+       }
+
+       OUT_RING( CCE_PACKET0( R128_AUX_SC_CNTL, 0 ) );
+       OUT_RING( aux_sc_cntl );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void r128_emit_core( drm_r128_private_t *dev_priv )
+{
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_r128_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 2 );
+
+       OUT_RING( CCE_PACKET0( R128_SCALE_3D_CNTL, 0 ) );
+       OUT_RING( ctx->scale_3d_cntl );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void r128_emit_context( drm_r128_private_t *dev_priv )
+{
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_r128_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 13 );
+
+       OUT_RING( CCE_PACKET0( R128_DST_PITCH_OFFSET_C, 11 ) );
+       OUT_RING( ctx->dst_pitch_offset_c );
+       OUT_RING( ctx->dp_gui_master_cntl_c );
+       OUT_RING( ctx->sc_top_left_c );
+       OUT_RING( ctx->sc_bottom_right_c );
+       OUT_RING( ctx->z_offset_c );
+       OUT_RING( ctx->z_pitch_c );
+       OUT_RING( ctx->z_sten_cntl_c );
+       OUT_RING( ctx->tex_cntl_c );
+       OUT_RING( ctx->misc_3d_state_cntl_reg );
+       OUT_RING( ctx->texture_clr_cmp_clr_c );
+       OUT_RING( ctx->texture_clr_cmp_msk_c );
+       OUT_RING( ctx->fog_color_c );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void r128_emit_setup( drm_r128_private_t *dev_priv )
+{
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_r128_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 3 );
+
+       OUT_RING( CCE_PACKET1( R128_SETUP_CNTL, R128_PM4_VC_FPU_SETUP ) );
+       OUT_RING( ctx->setup_cntl );
+       OUT_RING( ctx->pm4_vc_fpu_setup );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void r128_emit_masks( drm_r128_private_t *dev_priv )
+{
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_r128_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 5 );
+
+       OUT_RING( CCE_PACKET0( R128_DP_WRITE_MASK, 0 ) );
+       OUT_RING( ctx->dp_write_mask );
+
+       OUT_RING( CCE_PACKET0( R128_STEN_REF_MASK_C, 1 ) );
+       OUT_RING( ctx->sten_ref_mask_c );
+       OUT_RING( ctx->plane_3d_mask_c );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void r128_emit_window( drm_r128_private_t *dev_priv )
+{
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_r128_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 2 );
+
+       OUT_RING( CCE_PACKET0( R128_WINDOW_XY_OFFSET, 0 ) );
+       OUT_RING( ctx->window_xy_offset );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void r128_emit_tex0( drm_r128_private_t *dev_priv )
+{
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_r128_context_regs_t *ctx = &sarea_priv->context_state;
+       drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[0];
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 7 + R128_MAX_TEXTURE_LEVELS );
+
+       OUT_RING( CCE_PACKET0( R128_PRIM_TEX_CNTL_C,
+                              2 + R128_MAX_TEXTURE_LEVELS ) );
+       OUT_RING( tex->tex_cntl );
+       OUT_RING( tex->tex_combine_cntl );
+       OUT_RING( ctx->tex_size_pitch_c );
+       for ( i = 0 ; i < R128_MAX_TEXTURE_LEVELS ; i++ ) {
+               OUT_RING( tex->tex_offset[i] );
+       }
+
+       OUT_RING( CCE_PACKET0( R128_CONSTANT_COLOR_C, 1 ) );
+       OUT_RING( ctx->constant_color_c );
+       OUT_RING( tex->tex_border_color );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void r128_emit_tex1( drm_r128_private_t *dev_priv )
+{
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_r128_texture_regs_t *tex = &sarea_priv->tex_state[1];
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 5 + R128_MAX_TEXTURE_LEVELS );
+
+       OUT_RING( CCE_PACKET0( R128_SEC_TEX_CNTL_C,
+                              1 + R128_MAX_TEXTURE_LEVELS ) );
+       OUT_RING( tex->tex_cntl );
+       OUT_RING( tex->tex_combine_cntl );
+       for ( i = 0 ; i < R128_MAX_TEXTURE_LEVELS ; i++ ) {
+               OUT_RING( tex->tex_offset[i] );
+       }
+
+       OUT_RING( CCE_PACKET0( R128_SEC_TEXTURE_BORDER_COLOR_C, 0 ) );
+       OUT_RING( tex->tex_border_color );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void r128_emit_state( drm_r128_private_t *dev_priv )
+{
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       unsigned int dirty = sarea_priv->dirty;
+
+       DRM_DEBUG( "%s: dirty=0x%08x\n", __FUNCTION__, dirty );
+
+       if ( dirty & R128_UPLOAD_CORE ) {
+               r128_emit_core( dev_priv );
+               sarea_priv->dirty &= ~R128_UPLOAD_CORE;
+       }
+
+       if ( dirty & R128_UPLOAD_CONTEXT ) {
+               r128_emit_context( dev_priv );
+               sarea_priv->dirty &= ~R128_UPLOAD_CONTEXT;
+       }
+
+       if ( dirty & R128_UPLOAD_SETUP ) {
+               r128_emit_setup( dev_priv );
+               sarea_priv->dirty &= ~R128_UPLOAD_SETUP;
+       }
+
+       if ( dirty & R128_UPLOAD_MASKS ) {
+               r128_emit_masks( dev_priv );
+               sarea_priv->dirty &= ~R128_UPLOAD_MASKS;
+       }
+
+       if ( dirty & R128_UPLOAD_WINDOW ) {
+               r128_emit_window( dev_priv );
+               sarea_priv->dirty &= ~R128_UPLOAD_WINDOW;
+       }
+
+       if ( dirty & R128_UPLOAD_TEX0 ) {
+               r128_emit_tex0( dev_priv );
+               sarea_priv->dirty &= ~R128_UPLOAD_TEX0;
+       }
+
+       if ( dirty & R128_UPLOAD_TEX1 ) {
+               r128_emit_tex1( dev_priv );
+               sarea_priv->dirty &= ~R128_UPLOAD_TEX1;
+       }
+
+       /* Turn off the texture cache flushing */
+       sarea_priv->context_state.tex_cntl_c &= ~R128_TEX_CACHE_FLUSH;
+
+       sarea_priv->dirty &= ~R128_REQUIRE_QUIESCENCE;
+}
+
+
+#if R128_PERFORMANCE_BOXES
+/* ================================================================
+ * Performance monitoring functions
+ */
+
+static void r128_clear_box( drm_r128_private_t *dev_priv,
+                           int x, int y, int w, int h,
+                           int r, int g, int b )
+{
+       u32 pitch, offset;
+       u32 fb_bpp, color;
+       RING_LOCALS;
+
+       switch ( dev_priv->fb_bpp ) {
+       case 16:
+               fb_bpp = R128_GMC_DST_16BPP;
+               color = (((r & 0xf8) << 8) |
+                        ((g & 0xfc) << 3) |
+                        ((b & 0xf8) >> 3));
+               break;
+       case 24:
+               fb_bpp = R128_GMC_DST_24BPP;
+               color = ((r << 16) | (g << 8) | b);
+               break;
+       case 32:
+               fb_bpp = R128_GMC_DST_32BPP;
+               color = (((0xff) << 24) | (r << 16) | (g <<  8) | b);
+               break;
+       default:
+               return;
+       }
+
+       offset = dev_priv->back_offset;
+       pitch = dev_priv->back_pitch >> 3;
+
+       BEGIN_RING( 6 );
+
+       OUT_RING( CCE_PACKET3( R128_CNTL_PAINT_MULTI, 4 ) );
+       OUT_RING( R128_GMC_DST_PITCH_OFFSET_CNTL |
+                 R128_GMC_BRUSH_SOLID_COLOR |
+                 fb_bpp |
+                 R128_GMC_SRC_DATATYPE_COLOR |
+                 R128_ROP3_P |
+                 R128_GMC_CLR_CMP_CNTL_DIS |
+                 R128_GMC_AUX_CLIP_DIS );
+
+       OUT_RING( (pitch << 21) | (offset >> 5) );
+       OUT_RING( color );
+
+       OUT_RING( (x << 16) | y );
+       OUT_RING( (w << 16) | h );
+
+       ADVANCE_RING();
+}
+
+static void r128_cce_performance_boxes( drm_r128_private_t *dev_priv )
+{
+       if ( atomic_read( &dev_priv->idle_count ) == 0 ) {
+               r128_clear_box( dev_priv, 64, 4, 8, 8, 0, 255, 0 );
+       } else {
+               atomic_set( &dev_priv->idle_count, 0 );
+       }
+}
+
+#endif
+
+
+/* ================================================================
+ * CCE command dispatch functions
+ */
+
+static void r128_print_dirty( const char *msg, unsigned int flags )
+{
+       DRM_INFO( "%s: (0x%x) %s%s%s%s%s%s%s%s%s\n",
+                 msg,
+                 flags,
+                 (flags & R128_UPLOAD_CORE)        ? "core, " : "",
+                 (flags & R128_UPLOAD_CONTEXT)     ? "context, " : "",
+                 (flags & R128_UPLOAD_SETUP)       ? "setup, " : "",
+                 (flags & R128_UPLOAD_TEX0)        ? "tex0, " : "",
+                 (flags & R128_UPLOAD_TEX1)        ? "tex1, " : "",
+                 (flags & R128_UPLOAD_MASKS)       ? "masks, " : "",
+                 (flags & R128_UPLOAD_WINDOW)      ? "window, " : "",
+                 (flags & R128_UPLOAD_CLIPRECTS)   ? "cliprects, " : "",
+                 (flags & R128_REQUIRE_QUIESCENCE) ? "quiescence, " : "" );
+}
+
+static void r128_cce_dispatch_clear( drm_device_t *dev,
+                                    drm_r128_clear_t *clear )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       unsigned int flags = clear->flags;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       if ( dev_priv->page_flipping && dev_priv->current_page == 1 ) {
+               unsigned int tmp = flags;
+
+               flags &= ~(R128_FRONT | R128_BACK);
+               if ( tmp & R128_FRONT ) flags |= R128_BACK;
+               if ( tmp & R128_BACK )  flags |= R128_FRONT;
+       }
+
+       for ( i = 0 ; i < nbox ; i++ ) {
+               int x = pbox[i].x1;
+               int y = pbox[i].y1;
+               int w = pbox[i].x2 - x;
+               int h = pbox[i].y2 - y;
+
+               DRM_DEBUG( "dispatch clear %d,%d-%d,%d flags 0x%x\n",
+                          pbox[i].x1, pbox[i].y1, pbox[i].x2,
+                          pbox[i].y2, flags );
+
+               if ( flags & (R128_FRONT | R128_BACK) ) {
+                       BEGIN_RING( 2 );
+
+                       OUT_RING( CCE_PACKET0( R128_DP_WRITE_MASK, 0 ) );
+                       OUT_RING( clear->color_mask );
+
+                       ADVANCE_RING();
+               }
+
+               if ( flags & R128_FRONT ) {
+                       BEGIN_RING( 6 );
+
+                       OUT_RING( CCE_PACKET3( R128_CNTL_PAINT_MULTI, 4 ) );
+                       OUT_RING( R128_GMC_DST_PITCH_OFFSET_CNTL |
+                                 R128_GMC_BRUSH_SOLID_COLOR |
+                                 (dev_priv->color_fmt << 8) |
+                                 R128_GMC_SRC_DATATYPE_COLOR |
+                                 R128_ROP3_P |
+                                 R128_GMC_CLR_CMP_CNTL_DIS |
+                                 R128_GMC_AUX_CLIP_DIS );
+
+                       OUT_RING( dev_priv->front_pitch_offset_c );
+                       OUT_RING( clear->clear_color );
+
+                       OUT_RING( (x << 16) | y );
+                       OUT_RING( (w << 16) | h );
+
+                       ADVANCE_RING();
+               }
+
+               if ( flags & R128_BACK ) {
+                       BEGIN_RING( 6 );
+
+                       OUT_RING( CCE_PACKET3( R128_CNTL_PAINT_MULTI, 4 ) );
+                       OUT_RING( R128_GMC_DST_PITCH_OFFSET_CNTL |
+                                 R128_GMC_BRUSH_SOLID_COLOR |
+                                 (dev_priv->color_fmt << 8) |
+                                 R128_GMC_SRC_DATATYPE_COLOR |
+                                 R128_ROP3_P |
+                                 R128_GMC_CLR_CMP_CNTL_DIS |
+                                 R128_GMC_AUX_CLIP_DIS );
+
+                       OUT_RING( dev_priv->back_pitch_offset_c );
+                       OUT_RING( clear->clear_color );
+
+                       OUT_RING( (x << 16) | y );
+                       OUT_RING( (w << 16) | h );
+
+                       ADVANCE_RING();
+               }
+
+               if ( flags & R128_DEPTH ) {
+                       BEGIN_RING( 6 );
+
+                       OUT_RING( CCE_PACKET3( R128_CNTL_PAINT_MULTI, 4 ) );
+                       OUT_RING( R128_GMC_DST_PITCH_OFFSET_CNTL |
+                                 R128_GMC_BRUSH_SOLID_COLOR |
+                                 (dev_priv->depth_fmt << 8) |
+                                 R128_GMC_SRC_DATATYPE_COLOR |
+                                 R128_ROP3_P |
+                                 R128_GMC_CLR_CMP_CNTL_DIS |
+                                 R128_GMC_AUX_CLIP_DIS |
+                                 R128_GMC_WR_MSK_DIS );
+
+                       OUT_RING( dev_priv->depth_pitch_offset_c );
+                       OUT_RING( clear->clear_depth );
+
+                       OUT_RING( (x << 16) | y );
+                       OUT_RING( (w << 16) | h );
+
+                       ADVANCE_RING();
+               }
+       }
+}
+
+static void r128_cce_dispatch_swap( drm_device_t *dev )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+#if R128_PERFORMANCE_BOXES
+       /* Do some trivial performance monitoring...
+        */
+       r128_cce_performance_boxes( dev_priv );
+#endif
+
+       for ( i = 0 ; i < nbox ; i++ ) {
+               int x = pbox[i].x1;
+               int y = pbox[i].y1;
+               int w = pbox[i].x2 - x;
+               int h = pbox[i].y2 - y;
+
+               BEGIN_RING( 7 );
+
+               OUT_RING( CCE_PACKET3( R128_CNTL_BITBLT_MULTI, 5 ) );
+               OUT_RING( R128_GMC_SRC_PITCH_OFFSET_CNTL |
+                         R128_GMC_DST_PITCH_OFFSET_CNTL |
+                         R128_GMC_BRUSH_NONE |
+                         (dev_priv->color_fmt << 8) |
+                         R128_GMC_SRC_DATATYPE_COLOR |
+                         R128_ROP3_S |
+                         R128_DP_SRC_SOURCE_MEMORY |
+                         R128_GMC_CLR_CMP_CNTL_DIS |
+                         R128_GMC_AUX_CLIP_DIS |
+                         R128_GMC_WR_MSK_DIS );
+
+               OUT_RING( dev_priv->back_pitch_offset_c );
+               OUT_RING( dev_priv->front_pitch_offset_c );
+
+               OUT_RING( (x << 16) | y );
+               OUT_RING( (x << 16) | y );
+               OUT_RING( (w << 16) | h );
+
+               ADVANCE_RING();
+       }
+
+       /* Increment the frame counter.  The client-side 3D driver must
+        * throttle the framerate by waiting for this value before
+        * performing the swapbuffer ioctl.
+        */
+       dev_priv->sarea_priv->last_frame++;
+
+       BEGIN_RING( 2 );
+
+       OUT_RING( CCE_PACKET0( R128_LAST_FRAME_REG, 0 ) );
+       OUT_RING( dev_priv->sarea_priv->last_frame );
+
+       ADVANCE_RING();
+}
+
+static void r128_cce_dispatch_flip( drm_device_t *dev )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+       DRM_DEBUG( "%s: page=%d\n", __FUNCTION__, dev_priv->current_page );
+
+#if R128_PERFORMANCE_BOXES
+       /* Do some trivial performance monitoring...
+        */
+       r128_cce_performance_boxes( dev_priv );
+#endif
+
+       BEGIN_RING( 4 );
+
+       R128_WAIT_UNTIL_PAGE_FLIPPED();
+       OUT_RING( CCE_PACKET0( R128_CRTC_OFFSET, 0 ) );
+
+       if ( dev_priv->current_page == 0 ) {
+               OUT_RING( dev_priv->back_offset );
+               dev_priv->current_page = 1;
+       } else {
+               OUT_RING( dev_priv->front_offset );
+               dev_priv->current_page = 0;
+       }
+
+       ADVANCE_RING();
+
+       /* Increment the frame counter.  The client-side 3D driver must
+        * throttle the framerate by waiting for this value before
+        * performing the swapbuffer ioctl.
+        */
+       dev_priv->sarea_priv->last_frame++;
+
+       BEGIN_RING( 2 );
+
+       OUT_RING( CCE_PACKET0( R128_LAST_FRAME_REG, 0 ) );
+       OUT_RING( dev_priv->sarea_priv->last_frame );
+
+       ADVANCE_RING();
+}
+
+static void r128_cce_dispatch_vertex( drm_device_t *dev,
+                                     drm_buf_t *buf )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_buf_priv_t *buf_priv = buf->dev_private;
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int format = sarea_priv->vc_format;
+       int offset = buf->bus_address;
+       int size = buf->used;
+       int prim = buf_priv->prim;
+       int i = 0;
+       RING_LOCALS;
+       DRM_DEBUG( "%s: buf=%d nbox=%d\n",
+                  __FUNCTION__, buf->idx, sarea_priv->nbox );
+
+       if ( 0 )
+               r128_print_dirty( "dispatch_vertex", sarea_priv->dirty );
+
+       if ( buf->used ) {
+               buf_priv->dispatched = 1;
+
+               if ( sarea_priv->dirty & ~R128_UPLOAD_CLIPRECTS ) {
+                       r128_emit_state( dev_priv );
+               }
+
+               do {
+                       /* Emit the next set of up to three cliprects */
+                       if ( i < sarea_priv->nbox ) {
+                               r128_emit_clip_rects( dev_priv,
+                                                     &sarea_priv->boxes[i],
+                                                     sarea_priv->nbox - i );
+                       }
+
+                       /* Emit the vertex buffer rendering commands */
+                       BEGIN_RING( 5 );
+
+                       OUT_RING( CCE_PACKET3( R128_3D_RNDR_GEN_INDX_PRIM, 3 ) );
+                       OUT_RING( offset );
+                       OUT_RING( size );
+                       OUT_RING( format );
+                       OUT_RING( prim | R128_CCE_VC_CNTL_PRIM_WALK_LIST |
+                                 (size << R128_CCE_VC_CNTL_NUM_SHIFT) );
+
+                       ADVANCE_RING();
+
+                       i += 3;
+               } while ( i < sarea_priv->nbox );
+       }
+
+       if ( buf_priv->discard ) {
+               buf_priv->age = dev_priv->sarea_priv->last_dispatch;
+
+               /* Emit the vertex buffer age */
+               BEGIN_RING( 2 );
+
+               OUT_RING( CCE_PACKET0( R128_LAST_DISPATCH_REG, 0 ) );
+               OUT_RING( buf_priv->age );
+
+               ADVANCE_RING();
+
+               buf->pending = 1;
+               buf->used = 0;
+               /* FIXME: Check dispatched field */
+               buf_priv->dispatched = 0;
+       }
+
+       dev_priv->sarea_priv->last_dispatch++;
+
+       sarea_priv->dirty &= ~R128_UPLOAD_CLIPRECTS;
+       sarea_priv->nbox = 0;
+}
+
+static void r128_cce_dispatch_indirect( drm_device_t *dev,
+                                       drm_buf_t *buf,
+                                       int start, int end )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_buf_priv_t *buf_priv = buf->dev_private;
+       RING_LOCALS;
+       DRM_DEBUG( "indirect: buf=%d s=0x%x e=0x%x\n",
+                  buf->idx, start, end );
+
+       if ( start != end ) {
+               int offset = buf->bus_address + start;
+               int dwords = (end - start + 3) / sizeof(u32);
+
+               /* Indirect buffer data must be an even number of
+                * dwords, so if we've been given an odd number we must
+                * pad the data with a Type-2 CCE packet.
+                */
+               if ( dwords & 1 ) {
+                       u32 *data = (u32 *)
+                               ((char *)dev_priv->buffers->handle
+                                + buf->offset + start);
+                       data[dwords++] = cpu_to_le32( R128_CCE_PACKET2 );
+               }
+
+               buf_priv->dispatched = 1;
+
+               /* Fire off the indirect buffer */
+               BEGIN_RING( 3 );
+
+               OUT_RING( CCE_PACKET0( R128_PM4_IW_INDOFF, 1 ) );
+               OUT_RING( offset );
+               OUT_RING( dwords );
+
+               ADVANCE_RING();
+       }
+
+       if ( buf_priv->discard ) {
+               buf_priv->age = dev_priv->sarea_priv->last_dispatch;
+
+               /* Emit the indirect buffer age */
+               BEGIN_RING( 2 );
+
+               OUT_RING( CCE_PACKET0( R128_LAST_DISPATCH_REG, 0 ) );
+               OUT_RING( buf_priv->age );
+
+               ADVANCE_RING();
+
+               buf->pending = 1;
+               buf->used = 0;
+               /* FIXME: Check dispatched field */
+               buf_priv->dispatched = 0;
+       }
+
+       dev_priv->sarea_priv->last_dispatch++;
+}
+
+static void r128_cce_dispatch_indices( drm_device_t *dev,
+                                      drm_buf_t *buf,
+                                      int start, int end,
+                                      int count )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_buf_priv_t *buf_priv = buf->dev_private;
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int format = sarea_priv->vc_format;
+       int offset = dev_priv->buffers->offset - dev_priv->cce_buffers_offset;
+       int prim = buf_priv->prim;
+       u32 *data;
+       int dwords;
+       int i = 0;
+       RING_LOCALS;
+       DRM_DEBUG( "indices: s=%d e=%d c=%d\n", start, end, count );
+
+       if ( 0 )
+               r128_print_dirty( "dispatch_indices", sarea_priv->dirty );
+
+       if ( start != end ) {
+               buf_priv->dispatched = 1;
+
+               if ( sarea_priv->dirty & ~R128_UPLOAD_CLIPRECTS ) {
+                       r128_emit_state( dev_priv );
+               }
+
+               dwords = (end - start + 3) / sizeof(u32);
+
+               data = (u32 *)((char *)dev_priv->buffers->handle
+                              + buf->offset + start);
+
+               data[0] = cpu_to_le32( CCE_PACKET3( R128_3D_RNDR_GEN_INDX_PRIM,
+                                                   dwords-2 ) );
+
+               data[1] = cpu_to_le32( offset );
+               data[2] = cpu_to_le32( R128_MAX_VB_VERTS );
+               data[3] = cpu_to_le32( format );
+               data[4] = cpu_to_le32( (prim | R128_CCE_VC_CNTL_PRIM_WALK_IND |
+                                       (count << 16)) );
+
+               if ( count & 0x1 ) {
+#if BYTE_ORDER==LITTLE_ENDIAN
+                       data[dwords-1] &= 0x0000ffff;
+#else
+                       data[dwords-1] &= 0xffff0000;
+#endif
+               }
+
+               do {
+                       /* Emit the next set of up to three cliprects */
+                       if ( i < sarea_priv->nbox ) {
+                               r128_emit_clip_rects( dev_priv,
+                                                     &sarea_priv->boxes[i],
+                                                     sarea_priv->nbox - i );
+                       }
+
+                       r128_cce_dispatch_indirect( dev, buf, start, end );
+
+                       i += 3;
+               } while ( i < sarea_priv->nbox );
+       }
+
+       if ( buf_priv->discard ) {
+               buf_priv->age = dev_priv->sarea_priv->last_dispatch;
+
+               /* Emit the vertex buffer age */
+               BEGIN_RING( 2 );
+
+               OUT_RING( CCE_PACKET0( R128_LAST_DISPATCH_REG, 0 ) );
+               OUT_RING( buf_priv->age );
+
+               ADVANCE_RING();
+
+               buf->pending = 1;
+               /* FIXME: Check dispatched field */
+               buf_priv->dispatched = 0;
+       }
+
+       dev_priv->sarea_priv->last_dispatch++;
+
+       sarea_priv->dirty &= ~R128_UPLOAD_CLIPRECTS;
+       sarea_priv->nbox = 0;
+}
+
+static int r128_cce_dispatch_blit( drm_device_t *dev,
+                                  drm_r128_blit_t *blit, int pid )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_t *buf;
+       drm_r128_buf_priv_t *buf_priv;
+       u32 *data;
+       int dword_shift, dwords;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       /* The compiler won't optimize away a division by a variable,
+        * even if the only legal values are powers of two.  Thus, we'll
+        * use a shift instead.
+        */
+       switch ( blit->format ) {
+       case R128_DATATYPE_ARGB8888:
+               dword_shift = 0;
+               break;
+       case R128_DATATYPE_ARGB1555:
+       case R128_DATATYPE_RGB565:
+       case R128_DATATYPE_ARGB4444:
+               dword_shift = 1;
+               break;
+       case R128_DATATYPE_CI8:
+       case R128_DATATYPE_RGB8:
+               dword_shift = 2;
+               break;
+       default:
+               DRM_ERROR( "invalid blit format %d\n", blit->format );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       /* Flush the pixel cache, and mark the contents as Read Invalid.
+        * This ensures no pixel data gets mixed up with the texture
+        * data from the host data blit, otherwise part of the texture
+        * image may be corrupted.
+        */
+       BEGIN_RING( 2 );
+
+       OUT_RING( CCE_PACKET0( R128_PC_GUI_CTLSTAT, 0 ) );
+       OUT_RING( R128_PC_RI_GUI | R128_PC_FLUSH_GUI );
+
+       ADVANCE_RING();
+
+       /* Dispatch the indirect buffer.
+        */
+       buf = dma->buflist[blit->idx];
+       buf_priv = buf->dev_private;
+
+       if ( buf->pid != pid ) {
+               DRM_ERROR( "process %d using buffer owned by %d\n",
+                          pid, buf->pid );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( buf->pending ) {
+               DRM_ERROR( "sending pending buffer %d\n", blit->idx );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       buf_priv->discard = 1;
+
+       dwords = (blit->width * blit->height) >> dword_shift;
+
+       data = (u32 *)((char *)dev_priv->buffers->handle + buf->offset);
+
+       data[0] = cpu_to_le32( CCE_PACKET3( R128_CNTL_HOSTDATA_BLT, dwords + 6 ) );
+       data[1] = cpu_to_le32( (R128_GMC_DST_PITCH_OFFSET_CNTL |
+                               R128_GMC_BRUSH_NONE |
+                               (blit->format << 8) |
+                               R128_GMC_SRC_DATATYPE_COLOR |
+                               R128_ROP3_S |
+                               R128_DP_SRC_SOURCE_HOST_DATA |
+                               R128_GMC_CLR_CMP_CNTL_DIS |
+                               R128_GMC_AUX_CLIP_DIS |
+                               R128_GMC_WR_MSK_DIS) );
+
+       data[2] = cpu_to_le32( (blit->pitch << 21) | (blit->offset >> 5) );
+       data[3] = cpu_to_le32( 0xffffffff );
+       data[4] = cpu_to_le32( 0xffffffff );
+       data[5] = cpu_to_le32( (blit->y << 16) | blit->x );
+       data[6] = cpu_to_le32( (blit->height << 16) | blit->width );
+       data[7] = cpu_to_le32( dwords );
+
+       buf->used = (dwords + 8) * sizeof(u32);
+
+       r128_cce_dispatch_indirect( dev, buf, 0, buf->used );
+
+       /* Flush the pixel cache after the blit completes.  This ensures
+        * the texture data is written out to memory before rendering
+        * continues.
+        */
+       BEGIN_RING( 2 );
+
+       OUT_RING( CCE_PACKET0( R128_PC_GUI_CTLSTAT, 0 ) );
+       OUT_RING( R128_PC_FLUSH_GUI );
+
+       ADVANCE_RING();
+
+       return 0;
+}
+
+
+/* ================================================================
+ * Tiled depth buffer management
+ *
+ * FIXME: These should all set the destination write mask for when we
+ * have hardware stencil support.
+ */
+
+static int r128_cce_dispatch_write_span( drm_device_t *dev,
+                                        drm_r128_depth_t *depth )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       int count, x, y;
+       u32 *buffer;
+       u8 *mask;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       count = depth->n;
+       if ( DRM_OS_COPYFROMUSR( &x, depth->x, sizeof(x) ) ) {
+               DRM_OS_RETURN( EFAULT );
+       }
+       if ( DRM_OS_COPYFROMUSR( &y, depth->y, sizeof(y) ) ) {
+               DRM_OS_RETURN( EFAULT );
+       }
+
+       buffer = DRM_OS_MALLOC( depth->n * sizeof(u32) );
+       if ( buffer == NULL )
+               DRM_OS_RETURN( ENOMEM );
+       if ( DRM_OS_COPYFROMUSR( buffer, depth->buffer,
+                            depth->n * sizeof(u32) ) ) {
+               DRM_OS_FREE( buffer );
+               DRM_OS_RETURN( EFAULT );
+       }
+
+       if ( depth->mask ) {
+               mask = DRM_OS_MALLOC( depth->n * sizeof(u8) );
+               if ( mask == NULL ) {
+                       DRM_OS_FREE( buffer );
+                       DRM_OS_RETURN( ENOMEM );
+               }
+               if ( DRM_OS_COPYFROMUSR( mask, depth->mask,
+                                    depth->n * sizeof(u8) ) ) {
+                       DRM_OS_FREE( buffer );
+                       DRM_OS_FREE( mask );
+                       DRM_OS_RETURN( EFAULT );
+               }
+
+               for ( i = 0 ; i < count ; i++, x++ ) {
+                       if ( mask[i] ) {
+                               BEGIN_RING( 6 );
+
+                               OUT_RING( CCE_PACKET3( R128_CNTL_PAINT_MULTI, 4 ) );
+                               OUT_RING( R128_GMC_DST_PITCH_OFFSET_CNTL |
+                                         R128_GMC_BRUSH_SOLID_COLOR |
+                                         (dev_priv->depth_fmt << 8) |
+                                         R128_GMC_SRC_DATATYPE_COLOR |
+                                         R128_ROP3_P |
+                                         R128_GMC_CLR_CMP_CNTL_DIS |
+                                         R128_GMC_WR_MSK_DIS );
+
+                               OUT_RING( dev_priv->depth_pitch_offset_c );
+                               OUT_RING( buffer[i] );
+
+                               OUT_RING( (x << 16) | y );
+                               OUT_RING( (1 << 16) | 1 );
+
+                               ADVANCE_RING();
+                       }
+               }
+
+               DRM_OS_FREE( mask );
+       } else {
+               for ( i = 0 ; i < count ; i++, x++ ) {
+                       BEGIN_RING( 6 );
+
+                       OUT_RING( CCE_PACKET3( R128_CNTL_PAINT_MULTI, 4 ) );
+                       OUT_RING( R128_GMC_DST_PITCH_OFFSET_CNTL |
+                                 R128_GMC_BRUSH_SOLID_COLOR |
+                                 (dev_priv->depth_fmt << 8) |
+                                 R128_GMC_SRC_DATATYPE_COLOR |
+                                 R128_ROP3_P |
+                                 R128_GMC_CLR_CMP_CNTL_DIS |
+                                 R128_GMC_WR_MSK_DIS );
+
+                       OUT_RING( dev_priv->depth_pitch_offset_c );
+                       OUT_RING( buffer[i] );
+
+                       OUT_RING( (x << 16) | y );
+                       OUT_RING( (1 << 16) | 1 );
+
+                       ADVANCE_RING();
+               }
+       }
+
+       DRM_OS_FREE( buffer );
+
+       return 0;
+}
+
+static int r128_cce_dispatch_write_pixels( drm_device_t *dev,
+                                          drm_r128_depth_t *depth )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       int count, *x, *y;
+       u32 *buffer;
+       u8 *mask;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       count = depth->n;
+
+       x = DRM_OS_MALLOC( count * sizeof(*x) );
+       if ( x == NULL ) {
+               DRM_OS_RETURN( ENOMEM );
+       }
+       y = DRM_OS_MALLOC( count * sizeof(*y) );
+       if ( y == NULL ) {
+               DRM_OS_FREE( x );
+               DRM_OS_RETURN( ENOMEM );
+       }
+       if ( DRM_OS_COPYFROMUSR( x, depth->x, count * sizeof(int) ) ) {
+               DRM_OS_FREE( x );
+               DRM_OS_FREE( y );
+               DRM_OS_RETURN( EFAULT );
+       }
+       if ( DRM_OS_COPYFROMUSR( y, depth->y, count * sizeof(int) ) ) {
+               DRM_OS_FREE( x );
+               DRM_OS_FREE( y );
+               DRM_OS_RETURN( EFAULT );
+       }
+
+       buffer = DRM_OS_MALLOC( depth->n * sizeof(u32) );
+       if ( buffer == NULL ) {
+               DRM_OS_FREE( x );
+               DRM_OS_FREE( y );
+               DRM_OS_RETURN( ENOMEM );
+       }
+       if ( DRM_OS_COPYFROMUSR( buffer, depth->buffer,
+                            depth->n * sizeof(u32) ) ) {
+               DRM_OS_FREE( x );
+               DRM_OS_FREE( y );
+               DRM_OS_FREE( buffer );
+               DRM_OS_RETURN( EFAULT );
+       }
+
+       if ( depth->mask ) {
+               mask = DRM_OS_MALLOC( depth->n * sizeof(u8) );
+               if ( mask == NULL ) {
+                       DRM_OS_FREE( x );
+                       DRM_OS_FREE( y );
+                       DRM_OS_FREE( buffer );
+                       DRM_OS_RETURN( ENOMEM );
+               }
+               if ( DRM_OS_COPYFROMUSR( mask, depth->mask,
+                                    depth->n * sizeof(u8) ) ) {
+                       DRM_OS_FREE( x );
+                       DRM_OS_FREE( y );
+                       DRM_OS_FREE( buffer );
+                       DRM_OS_FREE( mask );
+                       DRM_OS_RETURN( EFAULT );
+               }
+
+               for ( i = 0 ; i < count ; i++ ) {
+                       if ( mask[i] ) {
+                               BEGIN_RING( 6 );
+
+                               OUT_RING( CCE_PACKET3( R128_CNTL_PAINT_MULTI, 4 ) );
+                               OUT_RING( R128_GMC_DST_PITCH_OFFSET_CNTL |
+                                         R128_GMC_BRUSH_SOLID_COLOR |
+                                         (dev_priv->depth_fmt << 8) |
+                                         R128_GMC_SRC_DATATYPE_COLOR |
+                                         R128_ROP3_P |
+                                         R128_GMC_CLR_CMP_CNTL_DIS |
+                                         R128_GMC_WR_MSK_DIS );
+
+                               OUT_RING( dev_priv->depth_pitch_offset_c );
+                               OUT_RING( buffer[i] );
+
+                               OUT_RING( (x[i] << 16) | y[i] );
+                               OUT_RING( (1 << 16) | 1 );
+
+                               ADVANCE_RING();
+                       }
+               }
+
+               DRM_OS_FREE( mask );
+       } else {
+               for ( i = 0 ; i < count ; i++ ) {
+                       BEGIN_RING( 6 );
+
+                       OUT_RING( CCE_PACKET3( R128_CNTL_PAINT_MULTI, 4 ) );
+                       OUT_RING( R128_GMC_DST_PITCH_OFFSET_CNTL |
+                                 R128_GMC_BRUSH_SOLID_COLOR |
+                                 (dev_priv->depth_fmt << 8) |
+                                 R128_GMC_SRC_DATATYPE_COLOR |
+                                 R128_ROP3_P |
+                                 R128_GMC_CLR_CMP_CNTL_DIS |
+                                 R128_GMC_WR_MSK_DIS );
+
+                       OUT_RING( dev_priv->depth_pitch_offset_c );
+                       OUT_RING( buffer[i] );
+
+                       OUT_RING( (x[i] << 16) | y[i] );
+                       OUT_RING( (1 << 16) | 1 );
+
+                       ADVANCE_RING();
+               }
+       }
+
+       DRM_OS_FREE( x );
+       DRM_OS_FREE( y );
+       DRM_OS_FREE( buffer );
+
+       return 0;
+}
+
+static int r128_cce_dispatch_read_span( drm_device_t *dev,
+                                       drm_r128_depth_t *depth )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       int count, x, y;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       count = depth->n;
+       if ( DRM_OS_COPYFROMUSR( &x, depth->x, sizeof(x) ) ) {
+               DRM_OS_RETURN( EFAULT );
+       }
+       if ( DRM_OS_COPYFROMUSR( &y, depth->y, sizeof(y) ) ) {
+               DRM_OS_RETURN( EFAULT );
+       }
+
+       BEGIN_RING( 7 );
+
+       OUT_RING( CCE_PACKET3( R128_CNTL_BITBLT_MULTI, 5 ) );
+       OUT_RING( R128_GMC_SRC_PITCH_OFFSET_CNTL |
+                 R128_GMC_DST_PITCH_OFFSET_CNTL |
+                 R128_GMC_BRUSH_NONE |
+                 (dev_priv->depth_fmt << 8) |
+                 R128_GMC_SRC_DATATYPE_COLOR |
+                 R128_ROP3_S |
+                 R128_DP_SRC_SOURCE_MEMORY |
+                 R128_GMC_CLR_CMP_CNTL_DIS |
+                 R128_GMC_WR_MSK_DIS );
+
+       OUT_RING( dev_priv->depth_pitch_offset_c );
+       OUT_RING( dev_priv->span_pitch_offset_c );
+
+       OUT_RING( (x << 16) | y );
+       OUT_RING( (0 << 16) | 0 );
+       OUT_RING( (count << 16) | 1 );
+
+       ADVANCE_RING();
+
+       return 0;
+}
+
+static int r128_cce_dispatch_read_pixels( drm_device_t *dev,
+                                         drm_r128_depth_t *depth )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       int count, *x, *y;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       count = depth->n;
+       if ( count > dev_priv->depth_pitch ) {
+               count = dev_priv->depth_pitch;
+       }
+
+       x = DRM_OS_MALLOC( count * sizeof(*x) );
+       if ( x == NULL ) {
+               DRM_OS_RETURN( ENOMEM );
+       }
+       y = DRM_OS_MALLOC( count * sizeof(*y) );
+       if ( y == NULL ) {
+               DRM_OS_FREE( x );
+               DRM_OS_RETURN( ENOMEM );
+       }
+       if ( DRM_OS_COPYFROMUSR( x, depth->x, count * sizeof(int) ) ) {
+               DRM_OS_FREE( x );
+               DRM_OS_FREE( y );
+               DRM_OS_RETURN( EFAULT );
+       }
+       if ( DRM_OS_COPYFROMUSR( y, depth->y, count * sizeof(int) ) ) {
+               DRM_OS_FREE( x );
+               DRM_OS_FREE( y );
+               DRM_OS_RETURN( EFAULT );
+       }
+
+       for ( i = 0 ; i < count ; i++ ) {
+               BEGIN_RING( 7 );
+
+               OUT_RING( CCE_PACKET3( R128_CNTL_BITBLT_MULTI, 5 ) );
+               OUT_RING( R128_GMC_SRC_PITCH_OFFSET_CNTL |
+                         R128_GMC_DST_PITCH_OFFSET_CNTL |
+                         R128_GMC_BRUSH_NONE |
+                         (dev_priv->depth_fmt << 8) |
+                         R128_GMC_SRC_DATATYPE_COLOR |
+                         R128_ROP3_S |
+                         R128_DP_SRC_SOURCE_MEMORY |
+                         R128_GMC_CLR_CMP_CNTL_DIS |
+                         R128_GMC_WR_MSK_DIS );
+
+               OUT_RING( dev_priv->depth_pitch_offset_c );
+               OUT_RING( dev_priv->span_pitch_offset_c );
+
+               OUT_RING( (x[i] << 16) | y[i] );
+               OUT_RING( (i << 16) | 0 );
+               OUT_RING( (1 << 16) | 1 );
+
+               ADVANCE_RING();
+       }
+
+       DRM_OS_FREE( x );
+       DRM_OS_FREE( y );
+
+       return 0;
+}
+
+
+/* ================================================================
+ * Polygon stipple
+ */
+
+static void r128_cce_dispatch_stipple( drm_device_t *dev, u32 *stipple )
+{
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       BEGIN_RING( 33 );
+
+       OUT_RING( CCE_PACKET0( R128_BRUSH_DATA0, 31 ) );
+       for ( i = 0 ; i < 32 ; i++ ) {
+               OUT_RING( stipple[i] );
+       }
+
+       ADVANCE_RING();
+}
+
+
+/* ================================================================
+ * IOCTL functions
+ */
+
+int r128_cce_clear( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_r128_clear_t clear;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( clear, (drm_r128_clear_t *) data,
+                            sizeof(clear) );
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+
+       if ( sarea_priv->nbox > R128_NR_SAREA_CLIPRECTS )
+               sarea_priv->nbox = R128_NR_SAREA_CLIPRECTS;
+
+       r128_cce_dispatch_clear( dev, &clear );
+
+       /* Make sure we restore the 3D state next time.
+        */
+       dev_priv->sarea_priv->dirty |= R128_UPLOAD_CONTEXT | R128_UPLOAD_MASKS;
+
+       return 0;
+}
+
+int r128_cce_swap( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+
+       if ( sarea_priv->nbox > R128_NR_SAREA_CLIPRECTS )
+               sarea_priv->nbox = R128_NR_SAREA_CLIPRECTS;
+
+       if ( !dev_priv->page_flipping ) {
+               r128_cce_dispatch_swap( dev );
+               dev_priv->sarea_priv->dirty |= (R128_UPLOAD_CONTEXT |
+                                               R128_UPLOAD_MASKS);
+       } else {
+               r128_cce_dispatch_flip( dev );
+       }
+
+       return 0;
+}
+
+int r128_cce_vertex( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_t *buf;
+       drm_r128_buf_priv_t *buf_priv;
+       drm_r128_vertex_t vertex;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( !dev_priv ) {
+               DRM_ERROR( "%s called with no initialization\n", __FUNCTION__ );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       DRM_OS_KRNFROMUSR( vertex, (drm_r128_vertex_t *) data,
+                            sizeof(vertex) );
+
+       DRM_DEBUG( "%s: pid=%d index=%d count=%d discard=%d\n",
+                  __FUNCTION__, DRM_OS_CURRENTPID,
+                  vertex.idx, vertex.count, vertex.discard );
+
+       if ( vertex.idx < 0 || vertex.idx >= dma->buf_count ) {
+               DRM_ERROR( "buffer index %d (of %d max)\n",
+                          vertex.idx, dma->buf_count - 1 );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( vertex.prim < 0 ||
+            vertex.prim > R128_CCE_VC_CNTL_PRIM_TYPE_TRI_TYPE2 ) {
+               DRM_ERROR( "buffer prim %d\n", vertex.prim );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+       VB_AGE_TEST_WITH_RETURN( dev_priv );
+
+       buf = dma->buflist[vertex.idx];
+       buf_priv = buf->dev_private;
+
+       if ( buf->pid != DRM_OS_CURRENTPID ) {
+               DRM_ERROR( "process %d using buffer owned by %d\n",
+                          DRM_OS_CURRENTPID, buf->pid );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( buf->pending ) {
+               DRM_ERROR( "sending pending buffer %d\n", vertex.idx );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       buf->used = vertex.count;
+       buf_priv->prim = vertex.prim;
+       buf_priv->discard = vertex.discard;
+
+       r128_cce_dispatch_vertex( dev, buf );
+
+       return 0;
+}
+
+int r128_cce_indices( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_t *buf;
+       drm_r128_buf_priv_t *buf_priv;
+       drm_r128_indices_t elts;
+       int count;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( !dev_priv ) {
+               DRM_ERROR( "%s called with no initialization\n", __FUNCTION__ );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       DRM_OS_KRNFROMUSR( elts, (drm_r128_indices_t *) data,
+                            sizeof(elts) );
+
+       DRM_DEBUG( "%s: pid=%d buf=%d s=%d e=%d d=%d\n",
+                  __FUNCTION__, DRM_OS_CURRENTPID,
+                  elts.idx, elts.start, elts.end, elts.discard );
+
+       if ( elts.idx < 0 || elts.idx >= dma->buf_count ) {
+               DRM_ERROR( "buffer index %d (of %d max)\n",
+                          elts.idx, dma->buf_count - 1 );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( elts.prim < 0 ||
+            elts.prim > R128_CCE_VC_CNTL_PRIM_TYPE_TRI_TYPE2 ) {
+               DRM_ERROR( "buffer prim %d\n", elts.prim );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+       VB_AGE_TEST_WITH_RETURN( dev_priv );
+
+       buf = dma->buflist[elts.idx];
+       buf_priv = buf->dev_private;
+
+       if ( buf->pid != DRM_OS_CURRENTPID ) {
+               DRM_ERROR( "process %d using buffer owned by %d\n",
+                          DRM_OS_CURRENTPID, buf->pid );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( buf->pending ) {
+               DRM_ERROR( "sending pending buffer %d\n", elts.idx );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       count = (elts.end - elts.start) / sizeof(u16);
+       elts.start -= R128_INDEX_PRIM_OFFSET;
+
+       if ( elts.start & 0x7 ) {
+               DRM_ERROR( "misaligned buffer 0x%x\n", elts.start );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( elts.start < buf->used ) {
+               DRM_ERROR( "no header 0x%x - 0x%x\n", elts.start, buf->used );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       buf->used = elts.end;
+       buf_priv->prim = elts.prim;
+       buf_priv->discard = elts.discard;
+
+       r128_cce_dispatch_indices( dev, buf, elts.start, elts.end, count );
+
+       return 0;
+}
+
+int r128_cce_blit( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_blit_t blit;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( blit, (drm_r128_blit_t *) data,
+                            sizeof(blit) );
+
+       DRM_DEBUG( "%s: pid=%d index=%d\n",
+                  __FUNCTION__, DRM_OS_CURRENTPID, blit.idx );
+
+       if ( blit.idx < 0 || blit.idx >= dma->buf_count ) {
+               DRM_ERROR( "buffer index %d (of %d max)\n",
+                          blit.idx, dma->buf_count - 1 );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+       VB_AGE_TEST_WITH_RETURN( dev_priv );
+
+       return r128_cce_dispatch_blit( dev, &blit, DRM_OS_CURRENTPID );
+}
+
+int r128_cce_depth( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_depth_t depth;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( depth, (drm_r128_depth_t *) data,
+                            sizeof(depth) );
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+
+       switch ( depth.func ) {
+       case R128_WRITE_SPAN:
+               return r128_cce_dispatch_write_span( dev, &depth );
+       case R128_WRITE_PIXELS:
+               return r128_cce_dispatch_write_pixels( dev, &depth );
+       case R128_READ_SPAN:
+               return r128_cce_dispatch_read_span( dev, &depth );
+       case R128_READ_PIXELS:
+               return r128_cce_dispatch_read_pixels( dev, &depth );
+       }
+
+       DRM_OS_RETURN( EINVAL );
+}
+
+int r128_cce_stipple( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_r128_stipple_t stipple;
+       u32 mask[32];
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( stipple, (drm_r128_stipple_t *) data,
+                            sizeof(stipple) );
+
+       if ( DRM_OS_COPYFROMUSR( &mask, stipple.mask,
+                            32 * sizeof(u32) ) )
+               DRM_OS_RETURN( EFAULT );
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+
+       r128_cce_dispatch_stipple( dev, mask );
+
+       return 0;
+}
+
+int r128_cce_indirect( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_r128_private_t *dev_priv = dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_t *buf;
+       drm_r128_buf_priv_t *buf_priv;
+       drm_r128_indirect_t indirect;
+#if 0
+       RING_LOCALS;
+#endif
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( !dev_priv ) {
+               DRM_ERROR( "%s called with no initialization\n", __FUNCTION__ );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       DRM_OS_KRNFROMUSR( indirect, (drm_r128_indirect_t *) data,
+                            sizeof(indirect) );
+
+       DRM_DEBUG( "indirect: idx=%d s=%d e=%d d=%d\n",
+                  indirect.idx, indirect.start,
+                  indirect.end, indirect.discard );
+
+       if ( indirect.idx < 0 || indirect.idx >= dma->buf_count ) {
+               DRM_ERROR( "buffer index %d (of %d max)\n",
+                          indirect.idx, dma->buf_count - 1 );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       buf = dma->buflist[indirect.idx];
+       buf_priv = buf->dev_private;
+
+       if ( buf->pid != DRM_OS_CURRENTPID ) {
+               DRM_ERROR( "process %d using buffer owned by %d\n",
+                          DRM_OS_CURRENTPID, buf->pid );
+               DRM_OS_RETURN(EINVAL);
+       }
+       if ( buf->pending ) {
+               DRM_ERROR( "sending pending buffer %d\n", indirect.idx );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if ( indirect.start < buf->used ) {
+               DRM_ERROR( "reusing indirect: start=0x%x actual=0x%x\n",
+                          indirect.start, buf->used );
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+       VB_AGE_TEST_WITH_RETURN( dev_priv );
+
+       buf->used = indirect.end;
+       buf_priv->discard = indirect.discard;
+
+#if 0
+       /* Wait for the 3D stream to idle before the indirect buffer
+        * containing 2D acceleration commands is processed.
+        */
+       BEGIN_RING( 2 );
+       RADEON_WAIT_UNTIL_3D_IDLE();
+       ADVANCE_RING();
+#endif
+
+       /* Dispatch the indirect buffer full of commands from the
+        * X server.  This is insecure and is thus only available to
+        * privileged clients.
+        */
+       r128_cce_dispatch_indirect( dev, buf, indirect.start, indirect.end );
+
+       return 0;
+}
diff --git a/bsd/radeon/radeon.h b/bsd/radeon/radeon.h
new file mode 100644 (file)
index 0000000..0fdeb82
--- /dev/null
@@ -0,0 +1,81 @@
+/* radeon.h -- ATI Radeon DRM template customization -*- linux-c -*-
+ * Created: Wed Feb 14 17:07:34 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __RADEON_H__
+#define __RADEON_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) radeon_##x
+
+/* General customization:
+ */
+#define __HAVE_AGP             1
+#define __MUST_HAVE_AGP                0
+#define __HAVE_MTRR            1
+#define __HAVE_CTX_BITMAP      1
+#define __HAVE_SG              1
+#define __HAVE_PCI_DMA         1
+
+/* Driver customization:
+ */
+#define DRIVER_PRERELEASE() do {                                       \
+       if ( dev->dev_private ) {                                       \
+               drm_radeon_private_t *dev_priv = dev->dev_private;      \
+               if ( dev_priv->page_flipping ) {                        \
+                       radeon_do_cleanup_pageflip( dev );              \
+               }                                                       \
+       }                                                               \
+} while (0)
+
+#define DRIVER_PRETAKEDOWN() do {                                      \
+       if ( dev->dev_private ) radeon_do_cleanup_cp( dev );            \
+} while (0)
+
+/* DMA customization:
+ */
+#define __HAVE_DMA             1
+
+#if 0
+/* GH: Remove this for now... */
+#define __HAVE_DMA_QUIESCENT   1
+#define DRIVER_DMA_QUIESCENT() do {                                    \
+       drm_radeon_private_t *dev_priv = dev->dev_private;              \
+       return radeon_do_cp_idle( dev_priv );                           \
+} while (0)
+#endif
+
+/* Buffer customization:
+ */
+#define DRIVER_BUF_PRIV_T      drm_radeon_buf_priv_t
+
+#define DRIVER_AGP_BUFFERS_MAP( dev )                                  \
+       ((drm_radeon_private_t *)((dev)->dev_private))->buffers
+
+#endif
diff --git a/bsd/radeon/radeon_cp.c b/bsd/radeon/radeon_cp.c
new file mode 100644 (file)
index 0000000..e238683
--- /dev/null
@@ -0,0 +1,1421 @@
+/* radeon_cp.c -- CP support for Radeon -*- linux-c -*-
+ *
+ * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *    Kevin E. Martin <martin@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#include "radeon.h"
+#include "drmP.h"
+#include "radeon_drv.h"
+
+#include <vm/vm.h>
+#include <vm/pmap.h>
+
+#define RADEON_FIFO_DEBUG      0
+
+#if defined(__alpha__)
+# define PCIGART_ENABLED
+#else
+# undef PCIGART_ENABLED
+#endif
+
+
+/* CP microcode (from ATI) */
+static u32 radeon_cp_microcode[][2] = {
+       { 0x21007000, 0000000000 },
+       { 0x20007000, 0000000000 },
+       { 0x000000b4, 0x00000004 },
+       { 0x000000b8, 0x00000004 },
+       { 0x6f5b4d4c, 0000000000 },
+       { 0x4c4c427f, 0000000000 },
+       { 0x5b568a92, 0000000000 },
+       { 0x4ca09c6d, 0000000000 },
+       { 0xad4c4c4c, 0000000000 },
+       { 0x4ce1af3d, 0000000000 },
+       { 0xd8afafaf, 0000000000 },
+       { 0xd64c4cdc, 0000000000 },
+       { 0x4cd10d10, 0000000000 },
+       { 0x000f0000, 0x00000016 },
+       { 0x362f242d, 0000000000 },
+       { 0x00000012, 0x00000004 },
+       { 0x000f0000, 0x00000016 },
+       { 0x362f282d, 0000000000 },
+       { 0x000380e7, 0x00000002 },
+       { 0x04002c97, 0x00000002 },
+       { 0x000f0001, 0x00000016 },
+       { 0x333a3730, 0000000000 },
+       { 0x000077ef, 0x00000002 },
+       { 0x00061000, 0x00000002 },
+       { 0x00000021, 0x0000001a },
+       { 0x00004000, 0x0000001e },
+       { 0x00061000, 0x00000002 },
+       { 0x00000021, 0x0000001a },
+       { 0x00004000, 0x0000001e },
+       { 0x00061000, 0x00000002 },
+       { 0x00000021, 0x0000001a },
+       { 0x00004000, 0x0000001e },
+       { 0x00000017, 0x00000004 },
+       { 0x0003802b, 0x00000002 },
+       { 0x040067e0, 0x00000002 },
+       { 0x00000017, 0x00000004 },
+       { 0x000077e0, 0x00000002 },
+       { 0x00065000, 0x00000002 },
+       { 0x000037e1, 0x00000002 },
+       { 0x040067e1, 0x00000006 },
+       { 0x000077e0, 0x00000002 },
+       { 0x000077e1, 0x00000002 },
+       { 0x000077e1, 0x00000006 },
+       { 0xffffffff, 0000000000 },
+       { 0x10000000, 0000000000 },
+       { 0x0003802b, 0x00000002 },
+       { 0x040067e0, 0x00000006 },
+       { 0x00007675, 0x00000002 },
+       { 0x00007676, 0x00000002 },
+       { 0x00007677, 0x00000002 },
+       { 0x00007678, 0x00000006 },
+       { 0x0003802c, 0x00000002 },
+       { 0x04002676, 0x00000002 },
+       { 0x00007677, 0x00000002 },
+       { 0x00007678, 0x00000006 },
+       { 0x0000002f, 0x00000018 },
+       { 0x0000002f, 0x00000018 },
+       { 0000000000, 0x00000006 },
+       { 0x00000030, 0x00000018 },
+       { 0x00000030, 0x00000018 },
+       { 0000000000, 0x00000006 },
+       { 0x01605000, 0x00000002 },
+       { 0x00065000, 0x00000002 },
+       { 0x00098000, 0x00000002 },
+       { 0x00061000, 0x00000002 },
+       { 0x64c0603e, 0x00000004 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x00080000, 0x00000016 },
+       { 0000000000, 0000000000 },
+       { 0x0400251d, 0x00000002 },
+       { 0x00007580, 0x00000002 },
+       { 0x00067581, 0x00000002 },
+       { 0x04002580, 0x00000002 },
+       { 0x00067581, 0x00000002 },
+       { 0x00000049, 0x00000004 },
+       { 0x00005000, 0000000000 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x00061000, 0x00000002 },
+       { 0x0000750e, 0x00000002 },
+       { 0x00019000, 0x00000002 },
+       { 0x00011055, 0x00000014 },
+       { 0x00000055, 0x00000012 },
+       { 0x0400250f, 0x00000002 },
+       { 0x0000504f, 0x00000004 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x00007565, 0x00000002 },
+       { 0x00007566, 0x00000002 },
+       { 0x00000058, 0x00000004 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x01e655b4, 0x00000002 },
+       { 0x4401b0e4, 0x00000002 },
+       { 0x01c110e4, 0x00000002 },
+       { 0x26667066, 0x00000018 },
+       { 0x040c2565, 0x00000002 },
+       { 0x00000066, 0x00000018 },
+       { 0x04002564, 0x00000002 },
+       { 0x00007566, 0x00000002 },
+       { 0x0000005d, 0x00000004 },
+       { 0x00401069, 0x00000008 },
+       { 0x00101000, 0x00000002 },
+       { 0x000d80ff, 0x00000002 },
+       { 0x0080006c, 0x00000008 },
+       { 0x000f9000, 0x00000002 },
+       { 0x000e00ff, 0x00000002 },
+       { 0000000000, 0x00000006 },
+       { 0x0000008f, 0x00000018 },
+       { 0x0000005b, 0x00000004 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x00007576, 0x00000002 },
+       { 0x00065000, 0x00000002 },
+       { 0x00009000, 0x00000002 },
+       { 0x00041000, 0x00000002 },
+       { 0x0c00350e, 0x00000002 },
+       { 0x00049000, 0x00000002 },
+       { 0x00051000, 0x00000002 },
+       { 0x01e785f8, 0x00000002 },
+       { 0x00200000, 0x00000002 },
+       { 0x0060007e, 0x0000000c },
+       { 0x00007563, 0x00000002 },
+       { 0x006075f0, 0x00000021 },
+       { 0x20007073, 0x00000004 },
+       { 0x00005073, 0x00000004 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x00007576, 0x00000002 },
+       { 0x00007577, 0x00000002 },
+       { 0x0000750e, 0x00000002 },
+       { 0x0000750f, 0x00000002 },
+       { 0x00a05000, 0x00000002 },
+       { 0x00600083, 0x0000000c },
+       { 0x006075f0, 0x00000021 },
+       { 0x000075f8, 0x00000002 },
+       { 0x00000083, 0x00000004 },
+       { 0x000a750e, 0x00000002 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x0020750f, 0x00000002 },
+       { 0x00600086, 0x00000004 },
+       { 0x00007570, 0x00000002 },
+       { 0x00007571, 0x00000002 },
+       { 0x00007572, 0x00000006 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x00005000, 0x00000002 },
+       { 0x00a05000, 0x00000002 },
+       { 0x00007568, 0x00000002 },
+       { 0x00061000, 0x00000002 },
+       { 0x00000095, 0x0000000c },
+       { 0x00058000, 0x00000002 },
+       { 0x0c607562, 0x00000002 },
+       { 0x00000097, 0x00000004 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x00600096, 0x00000004 },
+       { 0x400070e5, 0000000000 },
+       { 0x000380e6, 0x00000002 },
+       { 0x040025c5, 0x00000002 },
+       { 0x000380e5, 0x00000002 },
+       { 0x000000a8, 0x0000001c },
+       { 0x000650aa, 0x00000018 },
+       { 0x040025bb, 0x00000002 },
+       { 0x000610ab, 0x00000018 },
+       { 0x040075bc, 0000000000 },
+       { 0x000075bb, 0x00000002 },
+       { 0x000075bc, 0000000000 },
+       { 0x00090000, 0x00000006 },
+       { 0x00090000, 0x00000002 },
+       { 0x000d8002, 0x00000006 },
+       { 0x00007832, 0x00000002 },
+       { 0x00005000, 0x00000002 },
+       { 0x000380e7, 0x00000002 },
+       { 0x04002c97, 0x00000002 },
+       { 0x00007820, 0x00000002 },
+       { 0x00007821, 0x00000002 },
+       { 0x00007800, 0000000000 },
+       { 0x01200000, 0x00000002 },
+       { 0x20077000, 0x00000002 },
+       { 0x01200000, 0x00000002 },
+       { 0x20007000, 0x00000002 },
+       { 0x00061000, 0x00000002 },
+       { 0x0120751b, 0x00000002 },
+       { 0x8040750a, 0x00000002 },
+       { 0x8040750b, 0x00000002 },
+       { 0x00110000, 0x00000002 },
+       { 0x000380e5, 0x00000002 },
+       { 0x000000c6, 0x0000001c },
+       { 0x000610ab, 0x00000018 },
+       { 0x844075bd, 0x00000002 },
+       { 0x000610aa, 0x00000018 },
+       { 0x840075bb, 0x00000002 },
+       { 0x000610ab, 0x00000018 },
+       { 0x844075bc, 0x00000002 },
+       { 0x000000c9, 0x00000004 },
+       { 0x804075bd, 0x00000002 },
+       { 0x800075bb, 0x00000002 },
+       { 0x804075bc, 0x00000002 },
+       { 0x00108000, 0x00000002 },
+       { 0x01400000, 0x00000002 },
+       { 0x006000cd, 0x0000000c },
+       { 0x20c07000, 0x00000020 },
+       { 0x000000cf, 0x00000012 },
+       { 0x00800000, 0x00000006 },
+       { 0x0080751d, 0x00000006 },
+       { 0000000000, 0000000000 },
+       { 0x0000775c, 0x00000002 },
+       { 0x00a05000, 0x00000002 },
+       { 0x00661000, 0x00000002 },
+       { 0x0460275d, 0x00000020 },
+       { 0x00004000, 0000000000 },
+       { 0x01e00830, 0x00000002 },
+       { 0x21007000, 0000000000 },
+       { 0x6464614d, 0000000000 },
+       { 0x69687420, 0000000000 },
+       { 0x00000073, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0x00005000, 0x00000002 },
+       { 0x000380d0, 0x00000002 },
+       { 0x040025e0, 0x00000002 },
+       { 0x000075e1, 0000000000 },
+       { 0x00000001, 0000000000 },
+       { 0x000380e0, 0x00000002 },
+       { 0x04002394, 0x00000002 },
+       { 0x00005000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0x00000008, 0000000000 },
+       { 0x00000004, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+       { 0000000000, 0000000000 },
+};
+
+
+int RADEON_READ_PLL(drm_device_t *dev, int addr)
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+
+       RADEON_WRITE8(RADEON_CLOCK_CNTL_INDEX, addr & 0x1f);
+       return RADEON_READ(RADEON_CLOCK_CNTL_DATA);
+}
+
+#if RADEON_FIFO_DEBUG
+static void radeon_status( drm_radeon_private_t *dev_priv )
+{
+       printk( "%s:\n", __FUNCTION__ );
+       printk( "RBBM_STATUS = 0x%08x\n",
+               (unsigned int)RADEON_READ( RADEON_RBBM_STATUS ) );
+       printk( "CP_RB_RTPR = 0x%08x\n",
+               (unsigned int)RADEON_READ( RADEON_CP_RB_RPTR ) );
+       printk( "CP_RB_WTPR = 0x%08x\n",
+               (unsigned int)RADEON_READ( RADEON_CP_RB_WPTR ) );
+       printk( "AIC_CNTL = 0x%08x\n",
+               (unsigned int)RADEON_READ( RADEON_AIC_CNTL ) );
+       printk( "AIC_STAT = 0x%08x\n",
+               (unsigned int)RADEON_READ( RADEON_AIC_STAT ) );
+       printk( "AIC_PT_BASE = 0x%08x\n",
+               (unsigned int)RADEON_READ( RADEON_AIC_PT_BASE ) );
+       printk( "TLB_ADDR = 0x%08x\n",
+               (unsigned int)RADEON_READ( RADEON_AIC_TLB_ADDR ) );
+       printk( "TLB_DATA = 0x%08x\n",
+               (unsigned int)RADEON_READ( RADEON_AIC_TLB_DATA ) );
+}
+#endif
+
+
+/* ================================================================
+ * Engine, FIFO control
+ */
+
+static int radeon_do_pixcache_flush( drm_radeon_private_t *dev_priv )
+{
+       u32 tmp;
+       int i;
+
+       tmp  = RADEON_READ( RADEON_RB2D_DSTCACHE_CTLSTAT );
+       tmp |= RADEON_RB2D_DC_FLUSH_ALL;
+       RADEON_WRITE( RADEON_RB2D_DSTCACHE_CTLSTAT, tmp );
+
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               if ( !(RADEON_READ( RADEON_RB2D_DSTCACHE_CTLSTAT )
+                      & RADEON_RB2D_DC_BUSY) ) {
+                       return 0;
+               }
+               DRM_OS_DELAY( 1 );
+       }
+
+#if RADEON_FIFO_DEBUG
+       DRM_ERROR( "failed!\n" );
+       radeon_status( dev_priv );
+#endif
+       DRM_OS_RETURN( EBUSY );
+}
+
+static int radeon_do_wait_for_fifo( drm_radeon_private_t *dev_priv,
+                                   int entries )
+{
+       int i;
+
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               int slots = ( RADEON_READ( RADEON_RBBM_STATUS )
+                             & RADEON_RBBM_FIFOCNT_MASK );
+               if ( slots >= entries ) return 0;
+               DRM_OS_DELAY( 1 );
+       }
+
+#if RADEON_FIFO_DEBUG
+       DRM_ERROR( "failed!\n" );
+       radeon_status( dev_priv );
+#endif
+       DRM_OS_RETURN( EBUSY );
+}
+
+static int radeon_do_wait_for_idle( drm_radeon_private_t *dev_priv )
+{
+       int i, ret;
+
+       ret = radeon_do_wait_for_fifo( dev_priv, 64 );
+       if ( ret ) return ret;
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               if ( !(RADEON_READ( RADEON_RBBM_STATUS )
+                      & RADEON_RBBM_ACTIVE) ) {
+                       radeon_do_pixcache_flush( dev_priv );
+                       return 0;
+               }
+               DRM_OS_DELAY( 1 );
+       }
+
+#if RADEON_FIFO_DEBUG
+       DRM_ERROR( "failed!\n" );
+       radeon_status( dev_priv );
+#endif
+       DRM_OS_RETURN( EBUSY );
+}
+
+
+/* ================================================================
+ * CP control, initialization
+ */
+
+/* Load the microcode for the CP */
+static void radeon_cp_load_microcode( drm_radeon_private_t *dev_priv )
+{
+       int i;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       radeon_do_wait_for_idle( dev_priv );
+
+       RADEON_WRITE( RADEON_CP_ME_RAM_ADDR, 0 );
+       for ( i = 0 ; i < 256 ; i++ ) {
+               RADEON_WRITE( RADEON_CP_ME_RAM_DATAH,
+                             radeon_cp_microcode[i][1] );
+               RADEON_WRITE( RADEON_CP_ME_RAM_DATAL,
+                             radeon_cp_microcode[i][0] );
+       }
+}
+
+/* Flush any pending commands to the CP.  This should only be used just
+ * prior to a wait for idle, as it informs the engine that the command
+ * stream is ending.
+ */
+static void radeon_do_cp_flush( drm_radeon_private_t *dev_priv )
+{
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+#if 0
+       u32 tmp;
+
+       tmp = RADEON_READ( RADEON_CP_RB_WPTR ) | (1 << 31);
+       RADEON_WRITE( RADEON_CP_RB_WPTR, tmp );
+#endif
+}
+
+/* Wait for the CP to go idle.
+ */
+int radeon_do_cp_idle( drm_radeon_private_t *dev_priv )
+{
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       BEGIN_RING( 6 );
+
+       RADEON_PURGE_CACHE();
+       RADEON_PURGE_ZCACHE();
+       RADEON_WAIT_UNTIL_IDLE();
+
+       ADVANCE_RING();
+
+       return radeon_do_wait_for_idle( dev_priv );
+}
+
+/* Start the Command Processor.
+ */
+static void radeon_do_cp_start( drm_radeon_private_t *dev_priv )
+{
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       radeon_do_wait_for_idle( dev_priv );
+
+       RADEON_WRITE( RADEON_CP_CSQ_CNTL, dev_priv->cp_mode );
+
+       dev_priv->cp_running = 1;
+
+       BEGIN_RING( 6 );
+
+       RADEON_PURGE_CACHE();
+       RADEON_PURGE_ZCACHE();
+       RADEON_WAIT_UNTIL_IDLE();
+
+       ADVANCE_RING();
+}
+
+/* Reset the Command Processor.  This will not flush any pending
+ * commands, so you must wait for the CP command stream to complete
+ * before calling this routine.
+ */
+static void radeon_do_cp_reset( drm_radeon_private_t *dev_priv )
+{
+       u32 cur_read_ptr;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       cur_read_ptr = RADEON_READ( RADEON_CP_RB_RPTR );
+       RADEON_WRITE( RADEON_CP_RB_WPTR, cur_read_ptr );
+       *dev_priv->ring.head = cur_read_ptr;
+       dev_priv->ring.tail = cur_read_ptr;
+}
+
+/* Stop the Command Processor.  This will not flush any pending
+ * commands, so you must flush the command stream and wait for the CP
+ * to go idle before calling this routine.
+ */
+static void radeon_do_cp_stop( drm_radeon_private_t *dev_priv )
+{
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       RADEON_WRITE( RADEON_CP_CSQ_CNTL, RADEON_CSQ_PRIDIS_INDDIS );
+
+       dev_priv->cp_running = 0;
+}
+
+/* Reset the engine.  This will stop the CP if it is running.
+ */
+static int radeon_do_engine_reset( drm_device_t *dev )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       u32 clock_cntl_index, mclk_cntl, rbbm_soft_reset;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       radeon_do_pixcache_flush( dev_priv );
+
+       clock_cntl_index = RADEON_READ( RADEON_CLOCK_CNTL_INDEX );
+       mclk_cntl = RADEON_READ_PLL( dev, RADEON_MCLK_CNTL );
+
+       RADEON_WRITE_PLL( RADEON_MCLK_CNTL, ( mclk_cntl |
+                                             RADEON_FORCEON_MCLKA |
+                                             RADEON_FORCEON_MCLKB |
+                                             RADEON_FORCEON_YCLKA |
+                                             RADEON_FORCEON_YCLKB |
+                                             RADEON_FORCEON_MC |
+                                             RADEON_FORCEON_AIC ) );
+
+       rbbm_soft_reset = RADEON_READ( RADEON_RBBM_SOFT_RESET );
+
+       RADEON_WRITE( RADEON_RBBM_SOFT_RESET, ( rbbm_soft_reset |
+                                               RADEON_SOFT_RESET_CP |
+                                               RADEON_SOFT_RESET_HI |
+                                               RADEON_SOFT_RESET_SE |
+                                               RADEON_SOFT_RESET_RE |
+                                               RADEON_SOFT_RESET_PP |
+                                               RADEON_SOFT_RESET_E2 |
+                                               RADEON_SOFT_RESET_RB ) );
+       RADEON_READ( RADEON_RBBM_SOFT_RESET );
+       RADEON_WRITE( RADEON_RBBM_SOFT_RESET, ( rbbm_soft_reset &
+                                               ~( RADEON_SOFT_RESET_CP |
+                                                  RADEON_SOFT_RESET_HI |
+                                                  RADEON_SOFT_RESET_SE |
+                                                  RADEON_SOFT_RESET_RE |
+                                                  RADEON_SOFT_RESET_PP |
+                                                  RADEON_SOFT_RESET_E2 |
+                                                  RADEON_SOFT_RESET_RB ) ) );
+       RADEON_READ( RADEON_RBBM_SOFT_RESET );
+
+
+       RADEON_WRITE_PLL( RADEON_MCLK_CNTL, mclk_cntl );
+       RADEON_WRITE( RADEON_CLOCK_CNTL_INDEX, clock_cntl_index );
+       RADEON_WRITE( RADEON_RBBM_SOFT_RESET,  rbbm_soft_reset );
+
+       /* Reset the CP ring */
+       radeon_do_cp_reset( dev_priv );
+
+       /* The CP is no longer running after an engine reset */
+       dev_priv->cp_running = 0;
+
+       /* Reset any pending vertex, indirect buffers */
+       radeon_freelist_reset( dev );
+
+       return 0;
+}
+
+static void radeon_cp_init_ring_buffer( drm_device_t *dev,
+                                       drm_radeon_private_t *dev_priv )
+{
+       u32 ring_start, cur_read_ptr;
+       u32 tmp;
+
+       /* Initialize the memory controller */
+       RADEON_WRITE( RADEON_MC_FB_LOCATION,
+                     (dev_priv->agp_vm_start - 1) & 0xffff0000 );
+
+       if ( !dev_priv->is_pci ) {
+               RADEON_WRITE( RADEON_MC_AGP_LOCATION,
+                             (((dev_priv->agp_vm_start - 1 +
+                                dev_priv->agp_size) & 0xffff0000) |
+                              (dev_priv->agp_vm_start >> 16)) );
+       }
+
+#if __REALLY_HAVE_AGP
+       if ( !dev_priv->is_pci )
+               ring_start = (dev_priv->cp_ring->offset
+                             - dev->agp->base
+                             + dev_priv->agp_vm_start);
+       else
+#endif
+               ring_start = (dev_priv->cp_ring->offset
+                             - dev->sg->handle
+                             + dev_priv->agp_vm_start);
+
+       RADEON_WRITE( RADEON_CP_RB_BASE, ring_start );
+
+       /* Set the write pointer delay */
+       RADEON_WRITE( RADEON_CP_RB_WPTR_DELAY, 0 );
+
+       /* Initialize the ring buffer's read and write pointers */
+       cur_read_ptr = RADEON_READ( RADEON_CP_RB_RPTR );
+       RADEON_WRITE( RADEON_CP_RB_WPTR, cur_read_ptr );
+       *dev_priv->ring.head = cur_read_ptr;
+       dev_priv->ring.tail = cur_read_ptr;
+
+#if __REALLY_HAVE_SG
+       if ( !dev_priv->is_pci ) {
+#endif
+               RADEON_WRITE( RADEON_CP_RB_RPTR_ADDR,
+                             dev_priv->ring_rptr->offset );
+#if __REALLY_HAVE_SG
+       } else {
+               drm_sg_mem_t *entry = dev->sg;
+               unsigned long tmp_ofs, page_ofs;
+
+               tmp_ofs = dev_priv->ring_rptr->offset - dev->sg->handle;
+               page_ofs = tmp_ofs >> PAGE_SHIFT;
+
+               RADEON_WRITE( RADEON_CP_RB_RPTR_ADDR,
+                            entry->busaddr[page_ofs]);
+               DRM_DEBUG( "ring rptr: offset=0x%08x handle=0x%08lx\n",
+                          entry->busaddr[page_ofs],
+                          entry->handle + tmp_ofs );
+       }
+#endif
+
+       /* Set ring buffer size */
+       RADEON_WRITE( RADEON_CP_RB_CNTL, dev_priv->ring.size_l2qw );
+
+       radeon_do_wait_for_idle( dev_priv );
+
+       /* Turn on bus mastering */
+       tmp = RADEON_READ( RADEON_BUS_CNTL ) & ~RADEON_BUS_MASTER_DIS;
+       RADEON_WRITE( RADEON_BUS_CNTL, tmp );
+
+       /* Sync everything up */
+       RADEON_WRITE( RADEON_ISYNC_CNTL,
+                     (RADEON_ISYNC_ANY2D_IDLE3D |
+                      RADEON_ISYNC_ANY3D_IDLE2D |
+                      RADEON_ISYNC_WAIT_IDLEGUI |
+                      RADEON_ISYNC_CPSCRATCH_IDLEGUI) );
+}
+
+static int radeon_do_init_cp( drm_device_t *dev, drm_radeon_init_t *init )
+{
+       drm_radeon_private_t *dev_priv;
+       drm_map_list_entry_t *listentry;
+       u32 tmp;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       dev_priv = DRM(alloc)( sizeof(drm_radeon_private_t), DRM_MEM_DRIVER );
+       if ( dev_priv == NULL )
+               DRM_OS_RETURN( ENOMEM );
+
+       memset( dev_priv, 0, sizeof(drm_radeon_private_t) );
+
+       dev_priv->is_pci = init->is_pci;
+
+#if !defined(PCIGART_ENABLED)
+       /* PCI support is not 100% working, so we disable it here.
+        */
+       if ( dev_priv->is_pci ) {
+               DRM_ERROR( "PCI GART not yet supported for Radeon!\n" );
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN( EINVAL );
+       }
+#endif
+
+       if ( dev_priv->is_pci && !dev->sg ) {
+               DRM_ERROR( "PCI GART memory not allocated!\n" );
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       dev_priv->usec_timeout = init->usec_timeout;
+       if ( dev_priv->usec_timeout < 1 ||
+            dev_priv->usec_timeout > RADEON_MAX_USEC_TIMEOUT ) {
+               DRM_DEBUG( "TIMEOUT problem!\n" );
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       dev_priv->cp_mode = init->cp_mode;
+
+       /* Simple idle check.
+        */
+       atomic_set( &dev_priv->idle_count, 0 );
+
+       /* We don't support anything other than bus-mastering ring mode,
+        * but the ring can be in either AGP or PCI space for the ring
+        * read pointer.
+        */
+       if ( ( init->cp_mode != RADEON_CSQ_PRIBM_INDDIS ) &&
+            ( init->cp_mode != RADEON_CSQ_PRIBM_INDBM ) ) {
+               DRM_DEBUG( "BAD cp_mode (%x)!\n", init->cp_mode );
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       switch ( init->fb_bpp ) {
+       case 16:
+               dev_priv->color_fmt = RADEON_COLOR_FORMAT_RGB565;
+               break;
+       case 32:
+       default:
+               dev_priv->color_fmt = RADEON_COLOR_FORMAT_ARGB8888;
+               break;
+       }
+       dev_priv->front_offset  = init->front_offset;
+       dev_priv->front_pitch   = init->front_pitch;
+       dev_priv->back_offset   = init->back_offset;
+       dev_priv->back_pitch    = init->back_pitch;
+
+       switch ( init->depth_bpp ) {
+       case 16:
+               dev_priv->depth_fmt = RADEON_DEPTH_FORMAT_16BIT_INT_Z;
+               break;
+       case 32:
+       default:
+               dev_priv->depth_fmt = RADEON_DEPTH_FORMAT_24BIT_INT_Z;
+               break;
+       }
+       dev_priv->depth_offset  = init->depth_offset;
+       dev_priv->depth_pitch   = init->depth_pitch;
+
+       dev_priv->front_pitch_offset = (((dev_priv->front_pitch/64) << 22) |
+                                       (dev_priv->front_offset >> 10));
+       dev_priv->back_pitch_offset = (((dev_priv->back_pitch/64) << 22) |
+                                      (dev_priv->back_offset >> 10));
+       dev_priv->depth_pitch_offset = (((dev_priv->depth_pitch/64) << 22) |
+                                       (dev_priv->depth_offset >> 10));
+
+       /* Hardware state for depth clears.  Remove this if/when we no
+        * longer clear the depth buffer with a 3D rectangle.  Hard-code
+        * all values to prevent unwanted 3D state from slipping through
+        * and screwing with the clear operation.
+        */
+       dev_priv->depth_clear.rb3d_cntl = (RADEON_PLANE_MASK_ENABLE |
+                                          RADEON_Z_ENABLE |
+                                          (dev_priv->color_fmt << 10) |
+                                          RADEON_ZBLOCK16);
+
+       dev_priv->depth_clear.rb3d_zstencilcntl = (dev_priv->depth_fmt |
+                                                  RADEON_Z_TEST_ALWAYS |
+                                                  RADEON_STENCIL_TEST_ALWAYS |
+                                                  RADEON_STENCIL_S_FAIL_KEEP |
+                                                  RADEON_STENCIL_ZPASS_KEEP |
+                                                  RADEON_STENCIL_ZFAIL_KEEP |
+                                                  RADEON_Z_WRITE_ENABLE);
+
+       dev_priv->depth_clear.se_cntl = (RADEON_FFACE_CULL_CW |
+                                        RADEON_BFACE_SOLID |
+                                        RADEON_FFACE_SOLID |
+                                        RADEON_FLAT_SHADE_VTX_LAST |
+                                        RADEON_DIFFUSE_SHADE_FLAT |
+                                        RADEON_ALPHA_SHADE_FLAT |
+                                        RADEON_SPECULAR_SHADE_FLAT |
+                                        RADEON_FOG_SHADE_FLAT |
+                                        RADEON_VTX_PIX_CENTER_OGL |
+                                        RADEON_ROUND_MODE_TRUNC |
+                                        RADEON_ROUND_PREC_8TH_PIX);
+
+       TAILQ_FOREACH(listentry, dev->maplist, link) {
+               drm_map_t *map = listentry->map;
+               if (map->type == _DRM_SHM &&
+                       map->flags & _DRM_CONTAINS_LOCK) {
+                       dev_priv->sarea = map;
+                       break;
+               }
+       }
+
+       if(!dev_priv->sarea) {
+               DRM_ERROR("could not find sarea!\n");
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       DRM_FIND_MAP( dev_priv->fb, init->fb_offset );
+       if(!dev_priv->fb) {
+               DRM_ERROR("could not find framebuffer!\n");
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->mmio, init->mmio_offset );
+       if(!dev_priv->mmio) {
+               DRM_ERROR("could not find mmio region!\n");
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->cp_ring, init->ring_offset );
+       if(!dev_priv->cp_ring) {
+               DRM_ERROR("could not find cp ring region!\n");
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->ring_rptr, init->ring_rptr_offset );
+       if(!dev_priv->ring_rptr) {
+               DRM_ERROR("could not find ring read pointer!\n");
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN(EINVAL);
+       }
+       DRM_FIND_MAP( dev_priv->buffers, init->buffers_offset );
+       if(!dev_priv->buffers) {
+               DRM_ERROR("could not find dma buffer region!\n");
+               dev->dev_private = (void *)dev_priv;
+               radeon_do_cleanup_cp(dev);
+               DRM_OS_RETURN(EINVAL);
+       }
+
+       if ( !dev_priv->is_pci ) {
+               DRM_FIND_MAP( dev_priv->agp_textures,
+                             init->agp_textures_offset );
+               if(!dev_priv->agp_textures) {
+                       DRM_ERROR("could not find agp texture region!\n");
+                       dev->dev_private = (void *)dev_priv;
+                       radeon_do_cleanup_cp(dev);
+                       DRM_OS_RETURN(EINVAL);
+               }
+       }
+
+       dev_priv->sarea_priv =
+               (drm_radeon_sarea_t *)((u8 *)dev_priv->sarea->handle +
+                                      init->sarea_priv_offset);
+
+       if ( !dev_priv->is_pci ) {
+               DRM_IOREMAP( dev_priv->cp_ring );
+               DRM_IOREMAP( dev_priv->ring_rptr );
+               DRM_IOREMAP( dev_priv->buffers );
+               if(!dev_priv->cp_ring->handle ||
+                  !dev_priv->ring_rptr->handle ||
+                  !dev_priv->buffers->handle) {
+                       DRM_ERROR("could not find ioremap agp regions!\n");
+                       dev->dev_private = (void *)dev_priv;
+                       radeon_do_cleanup_cp(dev);
+                       DRM_OS_RETURN(EINVAL);
+               }
+       } else {
+               dev_priv->cp_ring->handle =
+                       (void *)dev_priv->cp_ring->offset;
+               dev_priv->ring_rptr->handle =
+                       (void *)dev_priv->ring_rptr->offset;
+               dev_priv->buffers->handle = (void *)dev_priv->buffers->offset;
+
+               DRM_DEBUG( "dev_priv->cp_ring->handle %p\n",
+                          dev_priv->cp_ring->handle );
+               DRM_DEBUG( "dev_priv->ring_rptr->handle %p\n",
+                          dev_priv->ring_rptr->handle );
+               DRM_DEBUG( "dev_priv->buffers->handle %p\n",
+                          dev_priv->buffers->handle );
+       }
+
+
+       dev_priv->agp_size = init->agp_size;
+       dev_priv->agp_vm_start = RADEON_READ( RADEON_CONFIG_APER_SIZE );
+#if __REALLY_HAVE_AGP
+       if ( !dev_priv->is_pci )
+               dev_priv->agp_buffers_offset = (dev_priv->buffers->offset
+                                               - dev->agp->base
+                                               + dev_priv->agp_vm_start);
+       else
+#endif
+               dev_priv->agp_buffers_offset = (dev_priv->buffers->offset
+                                               - dev->sg->handle
+                                               + dev_priv->agp_vm_start);
+
+       DRM_DEBUG( "dev_priv->agp_size %d\n",
+                  dev_priv->agp_size );
+       DRM_DEBUG( "dev_priv->agp_vm_start 0x%x\n",
+                  dev_priv->agp_vm_start );
+       DRM_DEBUG( "dev_priv->agp_buffers_offset 0x%lx\n",
+                  dev_priv->agp_buffers_offset );
+
+       dev_priv->ring.head = ((__volatile__ u32 *)
+                              dev_priv->ring_rptr->handle);
+
+       dev_priv->ring.start = (u32 *)dev_priv->cp_ring->handle;
+       dev_priv->ring.end = ((u32 *)dev_priv->cp_ring->handle
+                             + init->ring_size / sizeof(u32));
+       dev_priv->ring.size = init->ring_size;
+       dev_priv->ring.size_l2qw = DRM(order)( init->ring_size / 8 );
+
+       dev_priv->ring.tail_mask =
+               (dev_priv->ring.size / sizeof(u32)) - 1;
+
+       dev_priv->ring.high_mark = RADEON_RING_HIGH_MARK;
+
+#if 0
+       /* Initialize the scratch register pointer.  This will cause
+        * the scratch register values to be written out to memory
+        * whenever they are updated.
+        * FIXME: This doesn't quite work yet, so we're disabling it
+        * for the release.
+        */
+       RADEON_WRITE( RADEON_SCRATCH_ADDR, (dev_priv->ring_rptr->offset +
+                                           RADEON_SCRATCH_REG_OFFSET) );
+       RADEON_WRITE( RADEON_SCRATCH_UMSK, 0x7 );
+#endif
+
+       dev_priv->scratch = ((__volatile__ u32 *)
+                            dev_priv->ring_rptr->handle +
+                            (RADEON_SCRATCH_REG_OFFSET / sizeof(u32)));
+
+       dev_priv->sarea_priv->last_frame = 0;
+       RADEON_WRITE( RADEON_LAST_FRAME_REG,
+                     dev_priv->sarea_priv->last_frame );
+
+       dev_priv->sarea_priv->last_dispatch = 0;
+       RADEON_WRITE( RADEON_LAST_DISPATCH_REG,
+                     dev_priv->sarea_priv->last_dispatch );
+
+       dev_priv->sarea_priv->last_clear = 0;
+       RADEON_WRITE( RADEON_LAST_CLEAR_REG,
+                     dev_priv->sarea_priv->last_clear );
+
+#if __REALLY_HAVE_SG
+       if ( dev_priv->is_pci ) {
+               if (!DRM(ati_pcigart_init)( dev, &dev_priv->phys_pci_gart,
+                                           &dev_priv->bus_pci_gart)) {
+                       DRM_ERROR( "failed to init PCI GART!\n" );
+                       dev->dev_private = (void *)dev_priv;
+                       radeon_do_cleanup_cp(dev);
+                       DRM_OS_RETURN(ENOMEM);
+               }
+               /* Turn on PCI GART
+                */
+               tmp = RADEON_READ( RADEON_AIC_CNTL )
+                     | RADEON_PCIGART_TRANSLATE_EN;
+               RADEON_WRITE( RADEON_AIC_CNTL, tmp );
+
+               /* set PCI GART page-table base address
+                */
+               RADEON_WRITE( RADEON_AIC_PT_BASE, dev_priv->bus_pci_gart );
+
+               /* set address range for PCI address translate
+                */
+               RADEON_WRITE( RADEON_AIC_LO_ADDR, dev_priv->agp_vm_start );
+               RADEON_WRITE( RADEON_AIC_HI_ADDR, dev_priv->agp_vm_start
+                                                 + dev_priv->agp_size - 1);
+
+               /* Turn off AGP aperture -- is this required for PCIGART?
+                */
+               RADEON_WRITE( RADEON_MC_AGP_LOCATION, 0xffffffc0 ); /* ?? */
+               RADEON_WRITE( RADEON_AGP_COMMAND, 0 ); /* clear AGP_COMMAND */
+       } else {
+#endif
+               /* Turn off PCI GART
+                */
+               tmp = RADEON_READ( RADEON_AIC_CNTL )
+                     & ~RADEON_PCIGART_TRANSLATE_EN;
+               RADEON_WRITE( RADEON_AIC_CNTL, tmp );
+#if __REALLY_HAVE_SG
+       }
+#endif
+
+       radeon_cp_load_microcode( dev_priv );
+       radeon_cp_init_ring_buffer( dev, dev_priv );
+
+#if ROTATE_BUFS
+       dev_priv->last_buf = 0;
+#endif
+
+       dev->dev_private = (void *)dev_priv;
+
+       radeon_do_engine_reset( dev );
+
+       return 0;
+}
+
+int radeon_do_cleanup_cp( drm_device_t *dev )
+{
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       if ( dev->dev_private ) {
+               drm_radeon_private_t *dev_priv = dev->dev_private;
+
+#if __REALLY_HAVE_SG
+               if ( !dev_priv->is_pci ) {
+#endif
+                       DRM_IOREMAPFREE( dev_priv->cp_ring );
+                       DRM_IOREMAPFREE( dev_priv->ring_rptr );
+                       DRM_IOREMAPFREE( dev_priv->buffers );
+#if __REALLY_HAVE_SG
+               } else {
+                       if (!DRM(ati_pcigart_cleanup)( dev,
+                                               dev_priv->phys_pci_gart,
+                                               dev_priv->bus_pci_gart ))
+                               DRM_ERROR( "failed to cleanup PCI GART!\n" );
+               }
+#endif
+
+               DRM(free)( dev->dev_private, sizeof(drm_radeon_private_t),
+                          DRM_MEM_DRIVER );
+               dev->dev_private = NULL;
+       }
+
+       return 0;
+}
+
+int radeon_cp_init( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_init_t init;
+
+       DRM_OS_KRNFROMUSR( init, (drm_radeon_init_t *) data, sizeof(init) );
+
+       switch ( init.func ) {
+       case RADEON_INIT_CP:
+               return radeon_do_init_cp( dev, &init );
+       case RADEON_CLEANUP_CP:
+               return radeon_do_cleanup_cp( dev );
+       }
+
+       DRM_OS_RETURN( EINVAL );
+}
+
+int radeon_cp_start( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( dev_priv->cp_running ) {
+               DRM_DEBUG( "%s while CP running\n", __FUNCTION__ );
+               return 0;
+       }
+       if ( dev_priv->cp_mode == RADEON_CSQ_PRIDIS_INDDIS ) {
+               DRM_DEBUG( "%s called with bogus CP mode (%d)\n",
+                          __FUNCTION__, dev_priv->cp_mode );
+               return 0;
+       }
+
+       radeon_do_cp_start( dev_priv );
+
+       return 0;
+}
+
+/* Stop the CP.  The engine must have been idled before calling this
+ * routine.
+ */
+int radeon_cp_stop( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_cp_stop_t stop;
+       int ret;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( stop, (drm_radeon_cp_stop_t *) data, sizeof(stop) );
+
+       /* Flush any pending CP commands.  This ensures any outstanding
+        * commands are exectuted by the engine before we turn it off.
+        */
+       if ( stop.flush ) {
+               radeon_do_cp_flush( dev_priv );
+       }
+
+       /* If we fail to make the engine go idle, we return an error
+        * code so that the DRM ioctl wrapper can try again.
+        */
+       if ( stop.idle ) {
+               ret = radeon_do_cp_idle( dev_priv );
+               if ( ret ) return ret;
+       }
+
+       /* Finally, we can turn off the CP.  If the engine isn't idle,
+        * we will get some dropped triangles as they won't be fully
+        * rendered before the CP is shut down.
+        */
+       radeon_do_cp_stop( dev_priv );
+
+       /* Reset the engine */
+       radeon_do_engine_reset( dev );
+
+       return 0;
+}
+
+/* Just reset the CP ring.  Called as part of an X Server engine reset.
+ */
+int radeon_cp_reset( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( !dev_priv ) {
+               DRM_DEBUG( "%s called before init done\n", __FUNCTION__ );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       radeon_do_cp_reset( dev_priv );
+
+       /* The CP is no longer running after an engine reset */
+       dev_priv->cp_running = 0;
+
+       return 0;
+}
+
+int radeon_cp_idle( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       return radeon_do_cp_idle( dev_priv );
+}
+
+int radeon_engine_reset( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       return radeon_do_engine_reset( dev );
+}
+
+
+/* ================================================================
+ * Fullscreen mode
+ */
+
+static int radeon_do_init_pageflip( drm_device_t *dev )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       dev_priv->crtc_offset =      RADEON_READ( RADEON_CRTC_OFFSET );
+       dev_priv->crtc_offset_cntl = RADEON_READ( RADEON_CRTC_OFFSET_CNTL );
+
+       RADEON_WRITE( RADEON_CRTC_OFFSET, dev_priv->front_offset );
+       RADEON_WRITE( RADEON_CRTC_OFFSET_CNTL,
+                     dev_priv->crtc_offset_cntl |
+                     RADEON_CRTC_OFFSET_FLIP_CNTL );
+
+       dev_priv->page_flipping = 1;
+       dev_priv->current_page = 0;
+
+       return 0;
+}
+
+int radeon_do_cleanup_pageflip( drm_device_t *dev )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       RADEON_WRITE( RADEON_CRTC_OFFSET,      dev_priv->crtc_offset );
+       RADEON_WRITE( RADEON_CRTC_OFFSET_CNTL, dev_priv->crtc_offset_cntl );
+
+       dev_priv->page_flipping = 0;
+       dev_priv->current_page = 0;
+
+       return 0;
+}
+
+int radeon_fullscreen( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_fullscreen_t fs;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( fs, (drm_radeon_fullscreen_t *) data,
+                            sizeof(fs) );
+
+       switch ( fs.func ) {
+       case RADEON_INIT_FULLSCREEN:
+               return radeon_do_init_pageflip( dev );
+       case RADEON_CLEANUP_FULLSCREEN:
+               return radeon_do_cleanup_pageflip( dev );
+       }
+
+       DRM_OS_RETURN( EINVAL );
+}
+
+
+/* ================================================================
+ * Freelist management
+ */
+#define RADEON_BUFFER_USED     0xffffffff
+#define RADEON_BUFFER_FREE     0
+
+#if 0
+static int radeon_freelist_init( drm_device_t *dev )
+{
+       drm_device_dma_t *dma = dev->dma;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_buf_t *buf;
+       drm_radeon_buf_priv_t *buf_priv;
+       drm_radeon_freelist_t *entry;
+       int i;
+
+       dev_priv->head = DRM(alloc)( sizeof(drm_radeon_freelist_t),
+                                    DRM_MEM_DRIVER );
+       if ( dev_priv->head == NULL )
+               DRM_OS_RETURN( ENOMEM );
+
+       memset( dev_priv->head, 0, sizeof(drm_radeon_freelist_t) );
+       dev_priv->head->age = RADEON_BUFFER_USED;
+
+       for ( i = 0 ; i < dma->buf_count ; i++ ) {
+               buf = dma->buflist[i];
+               buf_priv = buf->dev_private;
+
+               entry = DRM(alloc)( sizeof(drm_radeon_freelist_t),
+                                   DRM_MEM_DRIVER );
+               if ( !entry ) DRM_OS_RETURN( ENOMEM );
+
+               entry->age = RADEON_BUFFER_FREE;
+               entry->buf = buf;
+               entry->prev = dev_priv->head;
+               entry->next = dev_priv->head->next;
+               if ( !entry->next )
+                       dev_priv->tail = entry;
+
+               buf_priv->discard = 0;
+               buf_priv->dispatched = 0;
+               buf_priv->list_entry = entry;
+
+               dev_priv->head->next = entry;
+
+               if ( dev_priv->head->next )
+                       dev_priv->head->next->prev = entry;
+       }
+
+       return 0;
+
+}
+#endif
+
+drm_buf_t *radeon_freelist_get( drm_device_t *dev )
+{
+       drm_device_dma_t *dma = dev->dma;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_buf_priv_t *buf_priv;
+       drm_buf_t *buf;
+       int i, t;
+#if ROTATE_BUFS
+       int start;
+#endif
+
+       /* FIXME: Optimize -- use freelist code */
+
+       for ( i = 0 ; i < dma->buf_count ; i++ ) {
+               buf = dma->buflist[i];
+               buf_priv = buf->dev_private;
+               if ( buf->pid == 0 ) {
+                       DRM_DEBUG( "  ret buf=%d last=%d pid=0\n",
+                                  buf->idx, dev_priv->last_buf );
+                       return buf;
+               }
+               DRM_DEBUG( "    skipping buf=%d pid=%d\n",
+                          buf->idx, buf->pid );
+       }
+
+#if ROTATE_BUFS
+       if ( ++dev_priv->last_buf >= dma->buf_count )
+               dev_priv->last_buf = 0;
+       start = dev_priv->last_buf;
+#endif
+       for ( t = 0 ; t < dev_priv->usec_timeout ; t++ ) {
+#if 0
+               /* FIXME: Disable this for now */
+               u32 done_age = dev_priv->scratch[RADEON_LAST_DISPATCH];
+#else
+               u32 done_age = RADEON_READ( RADEON_LAST_DISPATCH_REG );
+#endif
+#if ROTATE_BUFS
+               for ( i = start ; i < dma->buf_count ; i++ ) {
+#else
+               for ( i = 0 ; i < dma->buf_count ; i++ ) {
+#endif
+                       buf = dma->buflist[i];
+                       buf_priv = buf->dev_private;
+                       if ( buf->pending && buf_priv->age <= done_age ) {
+                               /* The buffer has been processed, so it
+                                * can now be used.
+                                */
+                               buf->pending = 0;
+                               DRM_DEBUG( "  ret buf=%d last=%d age=%d done=%d\n", buf->idx, dev_priv->last_buf, buf_priv->age, done_age );
+                               return buf;
+                       }
+                       DRM_DEBUG( "    skipping buf=%d age=%d done=%d\n",
+                                  buf->idx, buf_priv->age,
+                                  done_age );
+#if ROTATE_BUFS
+                       start = 0;
+#endif
+               }
+               DRM_OS_DELAY( 1 );
+       }
+
+       DRM_ERROR( "returning NULL!\n" );
+       return NULL;
+}
+
+void radeon_freelist_reset( drm_device_t *dev )
+{
+       drm_device_dma_t *dma = dev->dma;
+#if ROTATE_BUFS
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+#endif
+       int i;
+
+#if ROTATE_BUFS
+       dev_priv->last_buf = 0;
+#endif
+       for ( i = 0 ; i < dma->buf_count ; i++ ) {
+               drm_buf_t *buf = dma->buflist[i];
+               drm_radeon_buf_priv_t *buf_priv = buf->dev_private;
+               buf_priv->age = 0;
+       }
+}
+
+
+/* ================================================================
+ * CP command submission
+ */
+
+int radeon_wait_ring( drm_radeon_private_t *dev_priv, int n )
+{
+       drm_radeon_ring_buffer_t *ring = &dev_priv->ring;
+       int i;
+
+       for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
+               radeon_update_ring_snapshot( ring );
+               if ( ring->space > n )
+                       return 0;
+               DRM_OS_DELAY( 1 );
+       }
+
+       /* FIXME: This return value is ignored in the BEGIN_RING macro! */
+#if RADEON_FIFO_DEBUG
+       radeon_status( dev_priv );
+       DRM_ERROR( "failed!\n" );
+#endif
+       DRM_OS_RETURN( EBUSY );
+}
+
+static int radeon_cp_get_buffers( drm_device_t *dev, drm_dma_t *d )
+{
+       int i;
+       drm_buf_t *buf;
+
+       for ( i = d->granted_count ; i < d->request_count ; i++ ) {
+               buf = radeon_freelist_get( dev );
+               if ( !buf ) DRM_OS_RETURN( EAGAIN );
+
+               buf->pid = DRM_OS_CURRENTPID;
+
+               if (DRM_OS_COPYTOUSR( &d->request_indices[i], &buf->idx,
+                                  sizeof(buf->idx) ) )
+                       DRM_OS_RETURN( EFAULT );
+               if (DRM_OS_COPYTOUSR( &d->request_sizes[i], &buf->total,
+                                  sizeof(buf->total) ) )
+                       DRM_OS_RETURN( EFAULT );
+
+               d->granted_count++;
+       }
+       return 0;
+}
+
+int radeon_cp_buffers( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_device_dma_t *dma = dev->dma;
+       int ret = 0;
+       drm_dma_t d;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( d, (drm_dma_t *) data, sizeof(d) );
+
+       /* Please don't send us buffers.
+        */
+       if ( d.send_count != 0 ) {
+               DRM_ERROR( "Process %d trying to send %d buffers via drmDMA\n",
+                          DRM_OS_CURRENTPID, d.send_count );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       /* We'll send you buffers.
+        */
+       if ( d.request_count < 0 || d.request_count > dma->buf_count ) {
+               DRM_ERROR( "Process %d trying to get %d buffers (of %d max)\n",
+                          DRM_OS_CURRENTPID, d.request_count, dma->buf_count );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       d.granted_count = 0;
+
+       if ( d.request_count ) {
+               ret = radeon_cp_get_buffers( dev, &d );
+       }
+
+       DRM_OS_KRNTOUSR( (drm_dma_t *) data, d, sizeof(d) );
+
+       return ret;
+}
diff --git a/bsd/radeon/radeon_drv.c b/bsd/radeon/radeon_drv.c
new file mode 100644 (file)
index 0000000..ea212db
--- /dev/null
@@ -0,0 +1,114 @@
+/* radeon_drv.c -- ATI Radeon driver -*- linux-c -*-
+ * Created: Wed Feb 14 17:10:04 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+
+
+#include <sys/types.h>
+#include <sys/bus.h>
+#include <pci/pcivar.h>
+#include <opt_drm_linux.h>
+
+#include "radeon.h"
+#include "drmP.h"
+#include "radeon_drv.h"
+#if __REALLY_HAVE_SG
+#include "ati_pcigart.h"
+#endif
+
+#define DRIVER_AUTHOR          "Gareth Hughes, VA Linux Systems Inc."
+
+#define DRIVER_NAME            "radeon"
+#define DRIVER_DESC            "ATI Radeon"
+#define DRIVER_DATE            "20010405"
+
+#define DRIVER_MAJOR           1
+#define DRIVER_MINOR           1
+#define DRIVER_PATCHLEVEL      1
+
+/* List acquired from http://www.yourvote.com/pci/pcihdr.h and xc/xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
+ * Please report to anholt@teleport.com inaccuracies or if a chip you have works that is marked unsupported here.
+ */
+drm_chipinfo_t DRM(devicelist)[] = {
+       {0x1002, 0x5144, 1, "ATI Radeon QD"},
+       {0x1002, 0x5145, 1, "ATI Radeon QE"},
+       {0x1002, 0x5146, 1, "ATI Radeon QF"},
+       {0x1002, 0x5147, 1, "ATI Radeon QG"},
+       {0x1002, 0x5159, 1, "ATI Radeon VE"},
+       {0, 0, 0, NULL}
+};
+
+#define DRIVER_IOCTLS                                                       \
+ [DRM_IOCTL_NR(DRM_IOCTL_DMA)]               = { radeon_cp_buffers,  1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_CP_INIT)]    = { radeon_cp_init,     1, 1 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_CP_START)]   = { radeon_cp_start,    1, 1 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_CP_STOP)]    = { radeon_cp_stop,     1, 1 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_CP_RESET)]   = { radeon_cp_reset,    1, 1 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_CP_IDLE)]    = { radeon_cp_idle,     1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_RESET)]    = { radeon_engine_reset,  1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_FULLSCREEN)] = { radeon_fullscreen,  1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_SWAP)]       = { radeon_cp_swap,     1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_CLEAR)]      = { radeon_cp_clear,    1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_VERTEX)]     = { radeon_cp_vertex,   1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_INDICES)]    = { radeon_cp_indices,  1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_TEXTURE)]    = { radeon_cp_texture,  1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_STIPPLE)]    = { radeon_cp_stipple,  1, 0 }, \
+ [DRM_IOCTL_NR(DRM_IOCTL_RADEON_INDIRECT)]   = { radeon_cp_indirect, 1, 1 },
+
+
+#if 0
+/* GH: Count data sent to card via ring or vertex/indirect buffers.
+ */
+#define __HAVE_COUNTERS         3
+#define __HAVE_COUNTER6         _DRM_STAT_IRQ
+#define __HAVE_COUNTER7         _DRM_STAT_PRIMARY
+#define __HAVE_COUNTER8         _DRM_STAT_SECONDARY
+#endif
+
+
+#include "drm_agpsupport.h"
+#include "drm_auth.h"
+#include "drm_bufs.h"
+#include "drm_context.h"
+#include "drm_dma.h"
+#include "drm_drawable.h"
+#include "drm_drv.h"
+
+
+#include "drm_fops.h"
+#include "drm_init.h"
+#include "drm_ioctl.h"
+#include "drm_lock.h"
+#include "drm_memory.h"
+#include "drm_vm.h"
+#include "drm_sysctl.h"
+#if __REALLY_HAVE_SG
+#include "drm_scatter.h"
+#endif
+
+DRIVER_MODULE(radeon, pci, radeon_driver, radeon_devclass, 0, 0);
diff --git a/bsd/radeon/radeon_drv.h b/bsd/radeon/radeon_drv.h
new file mode 100644 (file)
index 0000000..a4ac457
--- /dev/null
@@ -0,0 +1,725 @@
+/* radeon_drv.h -- Private header for radeon driver -*- linux-c -*-
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *    Kevin E. Martin <martin@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __RADEON_DRV_H__
+#define __RADEON_DRV_H__
+
+typedef struct drm_radeon_freelist {
+       unsigned int age;
+       drm_buf_t *buf;
+       struct drm_radeon_freelist *next;
+       struct drm_radeon_freelist *prev;
+} drm_radeon_freelist_t;
+
+typedef struct drm_radeon_ring_buffer {
+       u32 *start;
+       u32 *end;
+       int size;
+       int size_l2qw;
+
+       volatile u32 *head;
+       u32 tail;
+       u32 tail_mask;
+       int space;
+
+       int high_mark;
+} drm_radeon_ring_buffer_t;
+
+typedef struct drm_radeon_depth_clear_t {
+       u32 rb3d_cntl;
+       u32 rb3d_zstencilcntl;
+       u32 se_cntl;
+} drm_radeon_depth_clear_t;
+
+typedef struct drm_radeon_private {
+       drm_radeon_ring_buffer_t ring;
+       drm_radeon_sarea_t *sarea_priv;
+
+       int agp_size;
+       u32 agp_vm_start;
+       unsigned long agp_buffers_offset;
+
+       int cp_mode;
+       int cp_running;
+
+       drm_radeon_freelist_t *head;
+       drm_radeon_freelist_t *tail;
+/* FIXME: ROTATE_BUFS is a hask to cycle through bufs until freelist
+   code is used.  Note this hides a problem with the scratch register
+   (used to keep track of last buffer completed) being written to before
+   the last buffer has actually completed rendering. */
+#define ROTATE_BUFS 1
+#if ROTATE_BUFS
+       int last_buf;
+#endif
+       volatile u32 *scratch;
+
+       int usec_timeout;
+       int is_pci;
+       unsigned long phys_pci_gart;
+#if __REALLY_HAVE_SG
+       dma_addr_t bus_pci_gart;
+#endif
+
+       atomic_t idle_count;
+
+       int page_flipping;
+       int current_page;
+       u32 crtc_offset;
+       u32 crtc_offset_cntl;
+
+       u32 color_fmt;
+       unsigned int front_offset;
+       unsigned int front_pitch;
+       unsigned int back_offset;
+       unsigned int back_pitch;
+
+       u32 depth_fmt;
+       unsigned int depth_offset;
+       unsigned int depth_pitch;
+
+       u32 front_pitch_offset;
+       u32 back_pitch_offset;
+       u32 depth_pitch_offset;
+
+       drm_radeon_depth_clear_t depth_clear;
+
+       drm_map_t *sarea;
+       drm_map_t *fb;
+       drm_map_t *mmio;
+       drm_map_t *cp_ring;
+       drm_map_t *ring_rptr;
+       drm_map_t *buffers;
+       drm_map_t *agp_textures;
+} drm_radeon_private_t;
+
+typedef struct drm_radeon_buf_priv {
+       u32 age;
+       int prim;
+       int discard;
+       int dispatched;
+       drm_radeon_freelist_t *list_entry;
+} drm_radeon_buf_priv_t;
+
+                               /* radeon_cp.c */
+extern int radeon_cp_init( DRM_OS_IOCTL );
+extern int radeon_cp_start( DRM_OS_IOCTL );
+extern int radeon_cp_stop( DRM_OS_IOCTL );
+extern int radeon_cp_reset( DRM_OS_IOCTL );
+extern int radeon_cp_idle( DRM_OS_IOCTL );
+extern int radeon_engine_reset( DRM_OS_IOCTL );
+extern int radeon_fullscreen( DRM_OS_IOCTL );
+extern int radeon_cp_buffers( DRM_OS_IOCTL );
+
+extern void radeon_freelist_reset( drm_device_t *dev );
+extern drm_buf_t *radeon_freelist_get( drm_device_t *dev );
+
+extern int radeon_wait_ring( drm_radeon_private_t *dev_priv, int n );
+
+static __inline__ void
+radeon_update_ring_snapshot( drm_radeon_ring_buffer_t *ring )
+{
+       ring->space = (*(volatile int *)ring->head - ring->tail) * sizeof(u32);
+       if ( ring->space <= 0 )
+               ring->space += ring->size;
+}
+
+extern int radeon_do_cp_idle( drm_radeon_private_t *dev_priv );
+extern int radeon_do_cleanup_cp( drm_device_t *dev );
+extern int radeon_do_cleanup_pageflip( drm_device_t *dev );
+
+                               /* radeon_state.c */
+extern int radeon_cp_clear( DRM_OS_IOCTL );
+extern int radeon_cp_swap( DRM_OS_IOCTL );
+extern int radeon_cp_vertex( DRM_OS_IOCTL );
+extern int radeon_cp_indices( DRM_OS_IOCTL );
+extern int radeon_cp_texture( DRM_OS_IOCTL );
+extern int radeon_cp_stipple( DRM_OS_IOCTL );
+extern int radeon_cp_indirect( DRM_OS_IOCTL );
+
+/* Register definitions, register access macros and drmAddMap constants
+ * for Radeon kernel driver.
+ */
+
+#define RADEON_AGP_COMMAND             0x0f60
+#define RADEON_AUX_SCISSOR_CNTL                0x26f0
+#      define RADEON_EXCLUSIVE_SCISSOR_0       (1 << 24)
+#      define RADEON_EXCLUSIVE_SCISSOR_1       (1 << 25)
+#      define RADEON_EXCLUSIVE_SCISSOR_2       (1 << 26)
+#      define RADEON_SCISSOR_0_ENABLE          (1 << 28)
+#      define RADEON_SCISSOR_1_ENABLE          (1 << 29)
+#      define RADEON_SCISSOR_2_ENABLE          (1 << 30)
+
+#define RADEON_BUS_CNTL                        0x0030
+#      define RADEON_BUS_MASTER_DIS            (1 << 6)
+
+#define RADEON_CLOCK_CNTL_DATA         0x000c
+#      define RADEON_PLL_WR_EN                 (1 << 7)
+#define RADEON_CLOCK_CNTL_INDEX                0x0008
+#define RADEON_CONFIG_APER_SIZE                0x0108
+#define RADEON_CRTC_OFFSET             0x0224
+#define RADEON_CRTC_OFFSET_CNTL                0x0228
+#      define RADEON_CRTC_TILE_EN              (1 << 15)
+#      define RADEON_CRTC_OFFSET_FLIP_CNTL     (1 << 16)
+
+#define RADEON_RB3D_COLORPITCH         0x1c48
+#define RADEON_RB3D_DEPTHCLEARVALUE    0x1c30
+#define RADEON_RB3D_DEPTHXY_OFFSET     0x1c60
+
+#define RADEON_DP_GUI_MASTER_CNTL      0x146c
+#      define RADEON_GMC_SRC_PITCH_OFFSET_CNTL (1 << 0)
+#      define RADEON_GMC_DST_PITCH_OFFSET_CNTL (1 << 1)
+#      define RADEON_GMC_BRUSH_SOLID_COLOR     (13 << 4)
+#      define RADEON_GMC_BRUSH_NONE            (15 << 4)
+#      define RADEON_GMC_DST_16BPP             (4 << 8)
+#      define RADEON_GMC_DST_24BPP             (5 << 8)
+#      define RADEON_GMC_DST_32BPP             (6 << 8)
+#      define RADEON_GMC_DST_DATATYPE_SHIFT    8
+#      define RADEON_GMC_SRC_DATATYPE_COLOR    (3 << 12)
+#      define RADEON_DP_SRC_SOURCE_MEMORY      (2 << 24)
+#      define RADEON_DP_SRC_SOURCE_HOST_DATA   (3 << 24)
+#      define RADEON_GMC_CLR_CMP_CNTL_DIS      (1 << 28)
+#      define RADEON_GMC_WR_MSK_DIS            (1 << 30)
+#      define RADEON_ROP3_S                    0x00cc0000
+#      define RADEON_ROP3_P                    0x00f00000
+#define RADEON_DP_WRITE_MASK           0x16cc
+#define RADEON_DST_PITCH_OFFSET                0x142c
+#define RADEON_DST_PITCH_OFFSET_C      0x1c80
+#      define RADEON_DST_TILE_LINEAR           (0 << 30)
+#      define RADEON_DST_TILE_MACRO            (1 << 30)
+#      define RADEON_DST_TILE_MICRO            (2 << 30)
+#      define RADEON_DST_TILE_BOTH             (3 << 30)
+
+#define RADEON_SCRATCH_REG0            0x15e0
+#define RADEON_SCRATCH_REG1            0x15e4
+#define RADEON_SCRATCH_REG2            0x15e8
+#define RADEON_SCRATCH_REG3            0x15ec
+#define RADEON_SCRATCH_REG4            0x15f0
+#define RADEON_SCRATCH_REG5            0x15f4
+#define RADEON_SCRATCH_UMSK            0x0770
+#define RADEON_SCRATCH_ADDR            0x0774
+
+#define RADEON_HOST_PATH_CNTL          0x0130
+#      define RADEON_HDP_SOFT_RESET            (1 << 26)
+#      define RADEON_HDP_WC_TIMEOUT_MASK       (7 << 28)
+#      define RADEON_HDP_WC_TIMEOUT_28BCLK     (7 << 28)
+
+#define RADEON_ISYNC_CNTL              0x1724
+#      define RADEON_ISYNC_ANY2D_IDLE3D        (1 << 0)
+#      define RADEON_ISYNC_ANY3D_IDLE2D        (1 << 1)
+#      define RADEON_ISYNC_TRIG2D_IDLE3D       (1 << 2)
+#      define RADEON_ISYNC_TRIG3D_IDLE2D       (1 << 3)
+#      define RADEON_ISYNC_WAIT_IDLEGUI        (1 << 4)
+#      define RADEON_ISYNC_CPSCRATCH_IDLEGUI   (1 << 5)
+
+#define RADEON_MC_AGP_LOCATION         0x014c
+#define RADEON_MC_FB_LOCATION          0x0148
+#define RADEON_MCLK_CNTL               0x0012
+#      define RADEON_FORCEON_MCLKA             (1 << 16)
+#      define RADEON_FORCEON_MCLKB             (1 << 17)
+#      define RADEON_FORCEON_YCLKA             (1 << 18)
+#      define RADEON_FORCEON_YCLKB             (1 << 19)
+#      define RADEON_FORCEON_MC                (1 << 20)
+#      define RADEON_FORCEON_AIC               (1 << 21)
+
+#define RADEON_PP_BORDER_COLOR_0       0x1d40
+#define RADEON_PP_BORDER_COLOR_1       0x1d44
+#define RADEON_PP_BORDER_COLOR_2       0x1d48
+#define RADEON_PP_CNTL                 0x1c38
+#      define RADEON_SCISSOR_ENABLE            (1 <<  1)
+#define RADEON_PP_LUM_MATRIX           0x1d00
+#define RADEON_PP_MISC                 0x1c14
+#define RADEON_PP_ROT_MATRIX_0         0x1d58
+#define RADEON_PP_TXFILTER_0           0x1c54
+#define RADEON_PP_TXFILTER_1           0x1c6c
+#define RADEON_PP_TXFILTER_2           0x1c84
+
+#define RADEON_RB2D_DSTCACHE_CTLSTAT   0x342c
+#      define RADEON_RB2D_DC_FLUSH             (3 << 0)
+#      define RADEON_RB2D_DC_FREE              (3 << 2)
+#      define RADEON_RB2D_DC_FLUSH_ALL         0xf
+#      define RADEON_RB2D_DC_BUSY              (1 << 31)
+#define RADEON_RB3D_CNTL               0x1c3c
+#      define RADEON_ALPHA_BLEND_ENABLE        (1 << 0)
+#      define RADEON_PLANE_MASK_ENABLE         (1 << 1)
+#      define RADEON_DITHER_ENABLE             (1 << 2)
+#      define RADEON_ROUND_ENABLE              (1 << 3)
+#      define RADEON_SCALE_DITHER_ENABLE       (1 << 4)
+#      define RADEON_DITHER_INIT               (1 << 5)
+#      define RADEON_ROP_ENABLE                (1 << 6)
+#      define RADEON_STENCIL_ENABLE            (1 << 7)
+#      define RADEON_Z_ENABLE                  (1 << 8)
+#      define RADEON_DEPTH_XZ_OFFEST_ENABLE    (1 << 9)
+#      define RADEON_ZBLOCK8                   (0 << 15)
+#      define RADEON_ZBLOCK16                  (1 << 15)
+#define RADEON_RB3D_DEPTHOFFSET                0x1c24
+#define RADEON_RB3D_PLANEMASK          0x1d84
+#define RADEON_RB3D_STENCILREFMASK     0x1d7c
+#define RADEON_RB3D_ZCACHE_MODE                0x3250
+#define RADEON_RB3D_ZCACHE_CTLSTAT     0x3254
+#      define RADEON_RB3D_ZC_FLUSH             (1 << 0)
+#      define RADEON_RB3D_ZC_FREE              (1 << 2)
+#      define RADEON_RB3D_ZC_FLUSH_ALL         0x5
+#      define RADEON_RB3D_ZC_BUSY              (1 << 31)
+#define RADEON_RB3D_ZSTENCILCNTL       0x1c2c
+#      define RADEON_Z_TEST_MASK               (7 << 4)
+#      define RADEON_Z_TEST_ALWAYS             (7 << 4)
+#      define RADEON_STENCIL_TEST_ALWAYS       (7 << 12)
+#      define RADEON_STENCIL_S_FAIL_KEEP       (0 << 16)
+#      define RADEON_STENCIL_ZPASS_KEEP        (0 << 20)
+#      define RADEON_STENCIL_ZFAIL_KEEP        (0 << 20)
+#      define RADEON_Z_WRITE_ENABLE            (1 << 30)
+#define RADEON_RBBM_SOFT_RESET         0x00f0
+#      define RADEON_SOFT_RESET_CP             (1 <<  0)
+#      define RADEON_SOFT_RESET_HI             (1 <<  1)
+#      define RADEON_SOFT_RESET_SE             (1 <<  2)
+#      define RADEON_SOFT_RESET_RE             (1 <<  3)
+#      define RADEON_SOFT_RESET_PP             (1 <<  4)
+#      define RADEON_SOFT_RESET_E2             (1 <<  5)
+#      define RADEON_SOFT_RESET_RB             (1 <<  6)
+#      define RADEON_SOFT_RESET_HDP            (1 <<  7)
+#define RADEON_RBBM_STATUS             0x0e40
+#      define RADEON_RBBM_FIFOCNT_MASK         0x007f
+#      define RADEON_RBBM_ACTIVE               (1 << 31)
+#define RADEON_RE_LINE_PATTERN         0x1cd0
+#define RADEON_RE_MISC                 0x26c4
+#define RADEON_RE_TOP_LEFT             0x26c0
+#define RADEON_RE_WIDTH_HEIGHT         0x1c44
+#define RADEON_RE_STIPPLE_ADDR         0x1cc8
+#define RADEON_RE_STIPPLE_DATA         0x1ccc
+
+#define RADEON_SCISSOR_TL_0            0x1cd8
+#define RADEON_SCISSOR_BR_0            0x1cdc
+#define RADEON_SCISSOR_TL_1            0x1ce0
+#define RADEON_SCISSOR_BR_1            0x1ce4
+#define RADEON_SCISSOR_TL_2            0x1ce8
+#define RADEON_SCISSOR_BR_2            0x1cec
+#define RADEON_SE_COORD_FMT            0x1c50
+#define RADEON_SE_CNTL                 0x1c4c
+#      define RADEON_FFACE_CULL_CW             (0 << 0)
+#      define RADEON_BFACE_SOLID               (3 << 1)
+#      define RADEON_FFACE_SOLID               (3 << 3)
+#      define RADEON_FLAT_SHADE_VTX_LAST       (3 << 6)
+#      define RADEON_DIFFUSE_SHADE_FLAT        (1 << 8)
+#      define RADEON_DIFFUSE_SHADE_GOURAUD     (2 << 8)
+#      define RADEON_ALPHA_SHADE_FLAT          (1 << 10)
+#      define RADEON_ALPHA_SHADE_GOURAUD       (2 << 10)
+#      define RADEON_SPECULAR_SHADE_FLAT       (1 << 12)
+#      define RADEON_SPECULAR_SHADE_GOURAUD    (2 << 12)
+#      define RADEON_FOG_SHADE_FLAT            (1 << 14)
+#      define RADEON_FOG_SHADE_GOURAUD         (2 << 14)
+#      define RADEON_VPORT_XY_XFORM_ENABLE     (1 << 24)
+#      define RADEON_VPORT_Z_XFORM_ENABLE      (1 << 25)
+#      define RADEON_VTX_PIX_CENTER_OGL        (1 << 27)
+#      define RADEON_ROUND_MODE_TRUNC          (0 << 28)
+#      define RADEON_ROUND_PREC_8TH_PIX        (1 << 30)
+#define RADEON_SE_CNTL_STATUS          0x2140
+#define RADEON_SE_LINE_WIDTH           0x1db8
+#define RADEON_SE_VPORT_XSCALE         0x1d98
+#define RADEON_SURFACE_ACCESS_FLAGS    0x0bf8
+#define RADEON_SURFACE_ACCESS_CLR      0x0bfc
+#define RADEON_SURFACE_CNTL            0x0b00
+#      define RADEON_SURF_TRANSLATION_DIS      (1 << 8)
+#      define RADEON_NONSURF_AP0_SWP_MASK      (3 << 20)
+#      define RADEON_NONSURF_AP0_SWP_LITTLE    (0 << 20)
+#      define RADEON_NONSURF_AP0_SWP_BIG16     (1 << 20)
+#      define RADEON_NONSURF_AP0_SWP_BIG32     (2 << 20)
+#      define RADEON_NONSURF_AP1_SWP_MASK      (3 << 22)
+#      define RADEON_NONSURF_AP1_SWP_LITTLE    (0 << 22)
+#      define RADEON_NONSURF_AP1_SWP_BIG16     (1 << 22)
+#      define RADEON_NONSURF_AP1_SWP_BIG32     (2 << 22)
+#define RADEON_SURFACE0_INFO           0x0b0c
+#      define RADEON_SURF_PITCHSEL_MASK        (0x1ff << 0)
+#      define RADEON_SURF_TILE_MODE_MASK       (3 << 16)
+#      define RADEON_SURF_TILE_MODE_MACRO      (0 << 16)
+#      define RADEON_SURF_TILE_MODE_MICRO      (1 << 16)
+#      define RADEON_SURF_TILE_MODE_32BIT_Z    (2 << 16)
+#      define RADEON_SURF_TILE_MODE_16BIT_Z    (3 << 16)
+#define RADEON_SURFACE0_LOWER_BOUND    0x0b04
+#define RADEON_SURFACE0_UPPER_BOUND    0x0b08
+#define RADEON_SURFACE1_INFO           0x0b1c
+#define RADEON_SURFACE1_LOWER_BOUND    0x0b14
+#define RADEON_SURFACE1_UPPER_BOUND    0x0b18
+#define RADEON_SURFACE2_INFO           0x0b2c
+#define RADEON_SURFACE2_LOWER_BOUND    0x0b24
+#define RADEON_SURFACE2_UPPER_BOUND    0x0b28
+#define RADEON_SURFACE3_INFO           0x0b3c
+#define RADEON_SURFACE3_LOWER_BOUND    0x0b34
+#define RADEON_SURFACE3_UPPER_BOUND    0x0b38
+#define RADEON_SURFACE4_INFO           0x0b4c
+#define RADEON_SURFACE4_LOWER_BOUND    0x0b44
+#define RADEON_SURFACE4_UPPER_BOUND    0x0b48
+#define RADEON_SURFACE5_INFO           0x0b5c
+#define RADEON_SURFACE5_LOWER_BOUND    0x0b54
+#define RADEON_SURFACE5_UPPER_BOUND    0x0b58
+#define RADEON_SURFACE6_INFO           0x0b6c
+#define RADEON_SURFACE6_LOWER_BOUND    0x0b64
+#define RADEON_SURFACE6_UPPER_BOUND    0x0b68
+#define RADEON_SURFACE7_INFO           0x0b7c
+#define RADEON_SURFACE7_LOWER_BOUND    0x0b74
+#define RADEON_SURFACE7_UPPER_BOUND    0x0b78
+#define RADEON_SW_SEMAPHORE            0x013c
+
+#define RADEON_WAIT_UNTIL              0x1720
+#      define RADEON_WAIT_CRTC_PFLIP           (1 << 0)
+#      define RADEON_WAIT_2D_IDLECLEAN         (1 << 16)
+#      define RADEON_WAIT_3D_IDLECLEAN         (1 << 17)
+#      define RADEON_WAIT_HOST_IDLECLEAN       (1 << 18)
+
+#define RADEON_RB3D_ZMASKOFFSET                0x1c34
+#define RADEON_RB3D_ZSTENCILCNTL       0x1c2c
+#      define RADEON_DEPTH_FORMAT_16BIT_INT_Z  (0 << 0)
+#      define RADEON_DEPTH_FORMAT_24BIT_INT_Z  (2 << 0)
+
+
+/* CP registers */
+#define RADEON_CP_ME_RAM_ADDR          0x07d4
+#define RADEON_CP_ME_RAM_RADDR         0x07d8
+#define RADEON_CP_ME_RAM_DATAH         0x07dc
+#define RADEON_CP_ME_RAM_DATAL         0x07e0
+
+#define RADEON_CP_RB_BASE              0x0700
+#define RADEON_CP_RB_CNTL              0x0704
+#define RADEON_CP_RB_RPTR_ADDR         0x070c
+#define RADEON_CP_RB_RPTR              0x0710
+#define RADEON_CP_RB_WPTR              0x0714
+
+#define RADEON_CP_RB_WPTR_DELAY                0x0718
+#      define RADEON_PRE_WRITE_TIMER_SHIFT     0
+#      define RADEON_PRE_WRITE_LIMIT_SHIFT     23
+
+#define RADEON_CP_IB_BASE              0x0738
+
+#define RADEON_CP_CSQ_CNTL             0x0740
+#      define RADEON_CSQ_CNT_PRIMARY_MASK      (0xff << 0)
+#      define RADEON_CSQ_PRIDIS_INDDIS         (0 << 28)
+#      define RADEON_CSQ_PRIPIO_INDDIS         (1 << 28)
+#      define RADEON_CSQ_PRIBM_INDDIS          (2 << 28)
+#      define RADEON_CSQ_PRIPIO_INDBM          (3 << 28)
+#      define RADEON_CSQ_PRIBM_INDBM           (4 << 28)
+#      define RADEON_CSQ_PRIPIO_INDPIO         (15 << 28)
+
+#define RADEON_AIC_CNTL                        0x01d0
+#      define RADEON_PCIGART_TRANSLATE_EN      (1 << 0)
+#define RADEON_AIC_STAT                        0x01d4
+#define RADEON_AIC_PT_BASE             0x01d8
+#define RADEON_AIC_LO_ADDR             0x01dc
+#define RADEON_AIC_HI_ADDR             0x01e0
+#define RADEON_AIC_TLB_ADDR            0x01e4
+#define RADEON_AIC_TLB_DATA            0x01e8
+
+/* CP command packets */
+#define RADEON_CP_PACKET0              0x00000000
+#      define RADEON_ONE_REG_WR                (1 << 15)
+#define RADEON_CP_PACKET1              0x40000000
+#define RADEON_CP_PACKET2              0x80000000
+#define RADEON_CP_PACKET3              0xC0000000
+#      define RADEON_3D_RNDR_GEN_INDX_PRIM     0x00002300
+#      define RADEON_WAIT_FOR_IDLE             0x00002600
+#      define RADEON_3D_DRAW_IMMD              0x00002900
+#      define RADEON_3D_CLEAR_ZMASK            0x00003200
+#      define RADEON_CNTL_HOSTDATA_BLT         0x00009400
+#      define RADEON_CNTL_PAINT_MULTI          0x00009A00
+#      define RADEON_CNTL_BITBLT_MULTI         0x00009B00
+
+#define RADEON_CP_PACKET_MASK          0xC0000000
+#define RADEON_CP_PACKET_COUNT_MASK    0x3fff0000
+#define RADEON_CP_PACKET0_REG_MASK     0x000007ff
+#define RADEON_CP_PACKET1_REG0_MASK    0x000007ff
+#define RADEON_CP_PACKET1_REG1_MASK    0x003ff800
+
+#define RADEON_VTX_Z_PRESENT                   (1 << 31)
+
+#define RADEON_PRIM_TYPE_NONE                  (0 << 0)
+#define RADEON_PRIM_TYPE_POINT                 (1 << 0)
+#define RADEON_PRIM_TYPE_LINE                  (2 << 0)
+#define RADEON_PRIM_TYPE_LINE_STRIP            (3 << 0)
+#define RADEON_PRIM_TYPE_TRI_LIST              (4 << 0)
+#define RADEON_PRIM_TYPE_TRI_FAN               (5 << 0)
+#define RADEON_PRIM_TYPE_TRI_STRIP             (6 << 0)
+#define RADEON_PRIM_TYPE_TRI_TYPE2             (7 << 0)
+#define RADEON_PRIM_TYPE_RECT_LIST             (8 << 0)
+#define RADEON_PRIM_TYPE_3VRT_POINT_LIST       (9 << 0)
+#define RADEON_PRIM_TYPE_3VRT_LINE_LIST                (10 << 0)
+#define RADEON_PRIM_WALK_IND                   (1 << 4)
+#define RADEON_PRIM_WALK_LIST                  (2 << 4)
+#define RADEON_PRIM_WALK_RING                  (3 << 4)
+#define RADEON_COLOR_ORDER_BGRA                        (0 << 6)
+#define RADEON_COLOR_ORDER_RGBA                        (1 << 6)
+#define RADEON_MAOS_ENABLE                     (1 << 7)
+#define RADEON_VTX_FMT_R128_MODE               (0 << 8)
+#define RADEON_VTX_FMT_RADEON_MODE             (1 << 8)
+#define RADEON_NUM_VERTICES_SHIFT              16
+
+#define RADEON_COLOR_FORMAT_CI8                2
+#define RADEON_COLOR_FORMAT_ARGB1555   3
+#define RADEON_COLOR_FORMAT_RGB565     4
+#define RADEON_COLOR_FORMAT_ARGB8888   6
+#define RADEON_COLOR_FORMAT_RGB332     7
+#define RADEON_COLOR_FORMAT_RGB8       9
+#define RADEON_COLOR_FORMAT_ARGB4444   15
+
+#define RADEON_TXFORMAT_I8             0
+#define RADEON_TXFORMAT_AI88           1
+#define RADEON_TXFORMAT_RGB332         2
+#define RADEON_TXFORMAT_ARGB1555       3
+#define RADEON_TXFORMAT_RGB565         4
+#define RADEON_TXFORMAT_ARGB4444       5
+#define RADEON_TXFORMAT_ARGB8888       6
+#define RADEON_TXFORMAT_RGBA8888       7
+
+/* Constants */
+#define RADEON_MAX_USEC_TIMEOUT                100000  /* 100 ms */
+
+#define RADEON_LAST_FRAME_REG          RADEON_SCRATCH_REG0
+#define RADEON_LAST_DISPATCH_REG       RADEON_SCRATCH_REG1
+#define RADEON_LAST_CLEAR_REG          RADEON_SCRATCH_REG2
+#define RADEON_LAST_DISPATCH           1
+
+#define RADEON_MAX_VB_AGE              0x7fffffff
+#define RADEON_MAX_VB_VERTS            (0xffff)
+
+#define RADEON_RING_HIGH_MARK          128
+
+
+#define RADEON_BASE(reg)       ((unsigned long)(dev_priv->mmio->handle))
+#define RADEON_ADDR(reg)       (RADEON_BASE( reg ) + reg)
+
+#define RADEON_DEREF(reg)      *(volatile u32 *)RADEON_ADDR( reg )
+#ifdef __alpha__
+#define RADEON_READ(reg)       (_RADEON_READ((u32 *)RADEON_ADDR( reg )))
+static inline u32 _RADEON_READ(u32 *addr)
+{
+       DRM_OS_READMEMORYBARRIER;
+       return *(volatile u32 *)addr;
+}
+#define RADEON_WRITE(reg,val)                                          \
+do {                                                                   \
+       DRM_OS_WRITEMEMORYBARRIER;                                      \
+       RADEON_DEREF(reg) = val;                                        \
+} while (0)
+#else
+#define RADEON_READ(reg)       RADEON_DEREF( reg )
+#define RADEON_WRITE(reg, val) do { RADEON_DEREF( reg ) = val; } while (0)
+#endif
+
+#define RADEON_DEREF8(reg)     *(volatile u8 *)RADEON_ADDR( reg )
+#ifdef __alpha__
+#define RADEON_READ8(reg)      _RADEON_READ8((u8 *)RADEON_ADDR( reg ))
+static inline u8 _RADEON_READ8(u8 *addr)
+{
+       DRM_OS_READMEMORYBARRIER;
+       return *(volatile u8 *)addr;
+}
+#define RADEON_WRITE8(reg,val)                                         \
+do {                                                                   \
+       DRM_OS_WRITEMEMORYBARRIER;                                      \
+       RADEON_DEREF8( reg ) = val;                                     \
+} while (0)
+#else
+#define RADEON_READ8(reg)      RADEON_DEREF8( reg )
+#define RADEON_WRITE8(reg, val)        do { RADEON_DEREF8( reg ) = val; } while (0)
+#endif
+
+#define RADEON_WRITE_PLL( addr, val )                                  \
+do {                                                                   \
+       RADEON_WRITE8( RADEON_CLOCK_CNTL_INDEX,                         \
+                      ((addr) & 0x1f) | RADEON_PLL_WR_EN );            \
+       RADEON_WRITE( RADEON_CLOCK_CNTL_DATA, (val) );                  \
+} while (0)
+
+extern int RADEON_READ_PLL( drm_device_t *dev, int addr );
+
+
+#define CP_PACKET0( reg, n )                                           \
+       (RADEON_CP_PACKET0 | ((n) << 16) | ((reg) >> 2))
+#define CP_PACKET0_TABLE( reg, n )                                     \
+       (RADEON_CP_PACKET0 | RADEON_ONE_REG_WR | ((n) << 16) | ((reg) >> 2))
+#define CP_PACKET1( reg0, reg1 )                                       \
+       (RADEON_CP_PACKET1 | (((reg1) >> 2) << 15) | ((reg0) >> 2))
+#define CP_PACKET2()                                                   \
+       (RADEON_CP_PACKET2)
+#define CP_PACKET3( pkt, n )                                           \
+       (RADEON_CP_PACKET3 | (pkt) | ((n) << 16))
+
+
+/* ================================================================
+ * Engine control helper macros
+ */
+
+#define RADEON_WAIT_UNTIL_2D_IDLE() do {                               \
+       OUT_RING( CP_PACKET0( RADEON_WAIT_UNTIL, 0 ) );                 \
+       OUT_RING( (RADEON_WAIT_2D_IDLECLEAN |                           \
+                  RADEON_WAIT_HOST_IDLECLEAN) );                       \
+} while (0)
+
+#define RADEON_WAIT_UNTIL_3D_IDLE() do {                               \
+       OUT_RING( CP_PACKET0( RADEON_WAIT_UNTIL, 0 ) );                 \
+       OUT_RING( (RADEON_WAIT_3D_IDLECLEAN |                           \
+                  RADEON_WAIT_HOST_IDLECLEAN) );                       \
+} while (0)
+
+#define RADEON_WAIT_UNTIL_IDLE() do {                                  \
+       OUT_RING( CP_PACKET0( RADEON_WAIT_UNTIL, 0 ) );                 \
+       OUT_RING( (RADEON_WAIT_2D_IDLECLEAN |                           \
+                  RADEON_WAIT_3D_IDLECLEAN |                           \
+                  RADEON_WAIT_HOST_IDLECLEAN) );                       \
+} while (0)
+
+#define RADEON_WAIT_UNTIL_PAGE_FLIPPED() do {                          \
+       OUT_RING( CP_PACKET0( RADEON_WAIT_UNTIL, 0 ) );                 \
+       OUT_RING( RADEON_WAIT_CRTC_PFLIP );                             \
+} while (0)
+
+#define RADEON_FLUSH_CACHE() do {                                      \
+       OUT_RING( CP_PACKET0( RADEON_RB2D_DSTCACHE_CTLSTAT, 0 ) );      \
+       OUT_RING( RADEON_RB2D_DC_FLUSH );                               \
+} while (0)
+
+#define RADEON_PURGE_CACHE() do {                                      \
+       OUT_RING( CP_PACKET0( RADEON_RB2D_DSTCACHE_CTLSTAT, 0 ) );      \
+       OUT_RING( RADEON_RB2D_DC_FLUSH_ALL );                           \
+} while (0)
+
+#define RADEON_FLUSH_ZCACHE() do {                                     \
+       OUT_RING( CP_PACKET0( RADEON_RB3D_ZCACHE_CTLSTAT, 0 ) );        \
+       OUT_RING( RADEON_RB3D_ZC_FLUSH );                               \
+} while (0)
+
+#define RADEON_PURGE_ZCACHE() do {                                     \
+       OUT_RING( CP_PACKET0( RADEON_RB3D_ZCACHE_CTLSTAT, 0 ) );        \
+       OUT_RING( RADEON_RB3D_ZC_FLUSH_ALL );                           \
+} while (0)
+
+
+/* ================================================================
+ * Misc helper macros
+ */
+
+#define LOCK_TEST_WITH_RETURN( dev )                                   \
+do {                                                                   \
+       if ( !_DRM_LOCK_IS_HELD( dev->lock.hw_lock->lock ) ||           \
+            dev->lock.pid != DRM_OS_CURRENTPID ) {                             \
+               DRM_ERROR( "%s called without lock held\n",             \
+                          __FUNCTION__ );                              \
+               DRM_OS_RETURN( EINVAL );                                                \
+       }                                                               \
+} while (0)
+
+#define RING_SPACE_TEST_WITH_RETURN( dev_priv )                                \
+do {                                                                   \
+       drm_radeon_ring_buffer_t *ring = &dev_priv->ring; int i;        \
+       if ( ring->space < ring->high_mark ) {                          \
+               for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {      \
+                       radeon_update_ring_snapshot( ring );            \
+                       if ( ring->space >= ring->high_mark )           \
+                               goto __ring_space_done;                 \
+                       DRM_OS_DELAY( 1 );                                      \
+               }                                                       \
+               DRM_ERROR( "ring space check failed!\n" );              \
+               DRM_OS_RETURN( EBUSY );                                         \
+       }                                                               \
+ __ring_space_done:                                                    \
+} while (0)
+
+#define VB_AGE_TEST_WITH_RETURN( dev_priv )                            \
+do {                                                                   \
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;          \
+       if ( sarea_priv->last_dispatch >= RADEON_MAX_VB_AGE ) {         \
+               int __ret = radeon_do_cp_idle( dev_priv );              \
+               if ( __ret ) return __ret;                              \
+               sarea_priv->last_dispatch = 0;                          \
+               radeon_freelist_reset( dev );                           \
+       }                                                               \
+} while (0)
+
+#define RADEON_DISPATCH_AGE( age ) do {                                        \
+       OUT_RING( CP_PACKET0( RADEON_LAST_DISPATCH_REG, 0 ) );          \
+       OUT_RING( age );                                                \
+} while (0)
+
+#define RADEON_FRAME_AGE( age ) do {                                   \
+       OUT_RING( CP_PACKET0( RADEON_LAST_FRAME_REG, 0 ) );             \
+       OUT_RING( age );                                                \
+} while (0)
+
+#define RADEON_CLEAR_AGE( age ) do {                                   \
+       OUT_RING( CP_PACKET0( RADEON_LAST_CLEAR_REG, 0 ) );             \
+       OUT_RING( age );                                                \
+} while (0)
+
+
+/* ================================================================
+ * Ring control
+ */
+
+#define radeon_flush_write_combine()   DRM_OS_READMEMORYBARRIER
+
+
+#define RADEON_VERBOSE 0
+
+#define RING_LOCALS    int write; unsigned int mask; volatile u32 *ring;
+
+#define BEGIN_RING( n ) do {                                           \
+       if ( RADEON_VERBOSE ) {                                         \
+               DRM_INFO( "BEGIN_RING( %d ) in %s\n",                   \
+                          n, __FUNCTION__ );                           \
+       }                                                               \
+       if ( dev_priv->ring.space <= (n) * sizeof(u32) ) {              \
+               radeon_wait_ring( dev_priv, (n) * sizeof(u32) );        \
+       }                                                               \
+       dev_priv->ring.space -= (n) * sizeof(u32);                      \
+       ring = dev_priv->ring.start;                                    \
+       write = dev_priv->ring.tail;                                    \
+       mask = dev_priv->ring.tail_mask;                                \
+} while (0)
+
+#define ADVANCE_RING() do {                                            \
+       if ( RADEON_VERBOSE ) {                                         \
+               DRM_INFO( "ADVANCE_RING() wr=0x%06x tail=0x%06x\n",     \
+                         write, dev_priv->ring.tail );                 \
+       }                                                               \
+       radeon_flush_write_combine();                                   \
+       dev_priv->ring.tail = write;                                    \
+       RADEON_WRITE( RADEON_CP_RB_WPTR, write );                       \
+} while (0)
+
+#define OUT_RING( x ) do {                                             \
+       if ( RADEON_VERBOSE ) {                                         \
+               DRM_INFO( "   OUT_RING( 0x%08x ) at 0x%x\n",            \
+                          (unsigned int)(x), write );                  \
+       }                                                               \
+       ring[write++] = (x);                                            \
+       write &= mask;                                                  \
+} while (0)
+
+#define RADEON_PERFORMANCE_BOXES       0
+
+#endif /* __RADEON_DRV_H__ */
diff --git a/bsd/radeon/radeon_state.c b/bsd/radeon/radeon_state.c
new file mode 100644 (file)
index 0000000..1a28d1f
--- /dev/null
@@ -0,0 +1,1461 @@
+/* radeon_state.c -- State support for Radeon -*- linux-c -*-
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ *    Kevin E. Martin <martin@valinux.com>
+ */
+
+#include "radeon.h"
+#include "drmP.h"
+#include "radeon_drv.h"
+#include "drm.h"
+
+
+/* ================================================================
+ * CP hardware state programming functions
+ */
+
+static __inline__ void radeon_emit_clip_rect( drm_radeon_private_t *dev_priv,
+                                         drm_clip_rect_t *box )
+{
+       RING_LOCALS;
+
+       DRM_DEBUG( "   box:  x1=%d y1=%d  x2=%d y2=%d\n",
+                  box->x1, box->y1, box->x2, box->y2 );
+
+       BEGIN_RING( 4 );
+
+       OUT_RING( CP_PACKET0( RADEON_RE_TOP_LEFT, 0 ) );
+       OUT_RING( (box->y1 << 16) | box->x1 );
+
+       OUT_RING( CP_PACKET0( RADEON_RE_WIDTH_HEIGHT, 0 ) );
+       OUT_RING( ((box->y2 - 1) << 16) | (box->x2 - 1) );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_context( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 14 );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_MISC, 6 ) );
+       OUT_RING( ctx->pp_misc );
+       OUT_RING( ctx->pp_fog_color );
+       OUT_RING( ctx->re_solid_color );
+       OUT_RING( ctx->rb3d_blendcntl );
+       OUT_RING( ctx->rb3d_depthoffset );
+       OUT_RING( ctx->rb3d_depthpitch );
+       OUT_RING( ctx->rb3d_zstencilcntl );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_CNTL, 2 ) );
+       OUT_RING( ctx->pp_cntl );
+       OUT_RING( ctx->rb3d_cntl );
+       OUT_RING( ctx->rb3d_coloroffset );
+
+       OUT_RING( CP_PACKET0( RADEON_RB3D_COLORPITCH, 0 ) );
+       OUT_RING( ctx->rb3d_colorpitch );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_vertfmt( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 2 );
+
+       OUT_RING( CP_PACKET0( RADEON_SE_COORD_FMT, 0 ) );
+       OUT_RING( ctx->se_coord_fmt );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_line( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 5 );
+
+       OUT_RING( CP_PACKET0( RADEON_RE_LINE_PATTERN, 1 ) );
+       OUT_RING( ctx->re_line_pattern );
+       OUT_RING( ctx->re_line_state );
+
+       OUT_RING( CP_PACKET0( RADEON_SE_LINE_WIDTH, 0 ) );
+       OUT_RING( ctx->se_line_width );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_bumpmap( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 5 );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_LUM_MATRIX, 0 ) );
+       OUT_RING( ctx->pp_lum_matrix );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_ROT_MATRIX_0, 1 ) );
+       OUT_RING( ctx->pp_rot_matrix_0 );
+       OUT_RING( ctx->pp_rot_matrix_1 );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_masks( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 4 );
+
+       OUT_RING( CP_PACKET0( RADEON_RB3D_STENCILREFMASK, 2 ) );
+       OUT_RING( ctx->rb3d_stencilrefmask );
+       OUT_RING( ctx->rb3d_ropcntl );
+       OUT_RING( ctx->rb3d_planemask );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_viewport( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 7 );
+
+       OUT_RING( CP_PACKET0( RADEON_SE_VPORT_XSCALE, 5 ) );
+       OUT_RING( ctx->se_vport_xscale );
+       OUT_RING( ctx->se_vport_xoffset );
+       OUT_RING( ctx->se_vport_yscale );
+       OUT_RING( ctx->se_vport_yoffset );
+       OUT_RING( ctx->se_vport_zscale );
+       OUT_RING( ctx->se_vport_zoffset );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_setup( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 4 );
+
+       OUT_RING( CP_PACKET0( RADEON_SE_CNTL, 0 ) );
+       OUT_RING( ctx->se_cntl );
+       OUT_RING( CP_PACKET0( RADEON_SE_CNTL_STATUS, 0 ) );
+       OUT_RING( ctx->se_cntl_status );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_tcl( drm_radeon_private_t *dev_priv )
+{
+#ifdef TCL_ENABLE
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 29 );
+
+       OUT_RING( CP_PACKET0( RADEON_SE_TCL_MATERIAL_EMMISSIVE_RED, 27 ) );
+       OUT_RING( ctx->se_tcl_material_emmissive.red );
+       OUT_RING( ctx->se_tcl_material_emmissive.green );
+       OUT_RING( ctx->se_tcl_material_emmissive.blue );
+       OUT_RING( ctx->se_tcl_material_emmissive.alpha );
+       OUT_RING( ctx->se_tcl_material_ambient.red );
+       OUT_RING( ctx->se_tcl_material_ambient.green );
+       OUT_RING( ctx->se_tcl_material_ambient.blue );
+       OUT_RING( ctx->se_tcl_material_ambient.alpha );
+       OUT_RING( ctx->se_tcl_material_diffuse.red );
+       OUT_RING( ctx->se_tcl_material_diffuse.green );
+       OUT_RING( ctx->se_tcl_material_diffuse.blue );
+       OUT_RING( ctx->se_tcl_material_diffuse.alpha );
+       OUT_RING( ctx->se_tcl_material_specular.red );
+       OUT_RING( ctx->se_tcl_material_specular.green );
+       OUT_RING( ctx->se_tcl_material_specular.blue );
+       OUT_RING( ctx->se_tcl_material_specular.alpha );
+       OUT_RING( ctx->se_tcl_shininess );
+       OUT_RING( ctx->se_tcl_output_vtx_fmt );
+       OUT_RING( ctx->se_tcl_output_vtx_sel );
+       OUT_RING( ctx->se_tcl_matrix_select_0 );
+       OUT_RING( ctx->se_tcl_matrix_select_1 );
+       OUT_RING( ctx->se_tcl_ucp_vert_blend_ctl );
+       OUT_RING( ctx->se_tcl_texture_proc_ctl );
+       OUT_RING( ctx->se_tcl_light_model_ctl );
+       for ( i = 0 ; i < 4 ; i++ ) {
+               OUT_RING( ctx->se_tcl_per_light_ctl[i] );
+       }
+
+       ADVANCE_RING();
+#else
+       DRM_ERROR( "TCL not enabled!\n" );
+#endif
+}
+
+static __inline__ void radeon_emit_misc( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_context_regs_t *ctx = &sarea_priv->context_state;
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 2 );
+
+       OUT_RING( CP_PACKET0( RADEON_RE_MISC, 0 ) );
+       OUT_RING( ctx->re_misc );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_tex0( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_texture_regs_t *tex = &sarea_priv->tex_state[0];
+       RING_LOCALS;
+       DRM_DEBUG( "    %s: offset=0x%x\n", __FUNCTION__, tex->pp_txoffset );
+
+       BEGIN_RING( 9 );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_TXFILTER_0, 5 ) );
+       OUT_RING( tex->pp_txfilter );
+       OUT_RING( tex->pp_txformat );
+       OUT_RING( tex->pp_txoffset );
+       OUT_RING( tex->pp_txcblend );
+       OUT_RING( tex->pp_txablend );
+       OUT_RING( tex->pp_tfactor );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_BORDER_COLOR_0, 0 ) );
+       OUT_RING( tex->pp_border_color );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_tex1( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_texture_regs_t *tex = &sarea_priv->tex_state[1];
+       RING_LOCALS;
+       DRM_DEBUG( "    %s: offset=0x%x\n", __FUNCTION__, tex->pp_txoffset );
+
+       BEGIN_RING( 9 );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_TXFILTER_1, 5 ) );
+       OUT_RING( tex->pp_txfilter );
+       OUT_RING( tex->pp_txformat );
+       OUT_RING( tex->pp_txoffset );
+       OUT_RING( tex->pp_txcblend );
+       OUT_RING( tex->pp_txablend );
+       OUT_RING( tex->pp_tfactor );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_BORDER_COLOR_1, 0 ) );
+       OUT_RING( tex->pp_border_color );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_tex2( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_texture_regs_t *tex = &sarea_priv->tex_state[2];
+       RING_LOCALS;
+       DRM_DEBUG( "    %s\n", __FUNCTION__ );
+
+       BEGIN_RING( 9 );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_TXFILTER_2, 5 ) );
+       OUT_RING( tex->pp_txfilter );
+       OUT_RING( tex->pp_txformat );
+       OUT_RING( tex->pp_txoffset );
+       OUT_RING( tex->pp_txcblend );
+       OUT_RING( tex->pp_txablend );
+       OUT_RING( tex->pp_tfactor );
+
+       OUT_RING( CP_PACKET0( RADEON_PP_BORDER_COLOR_2, 0 ) );
+       OUT_RING( tex->pp_border_color );
+
+       ADVANCE_RING();
+}
+
+static __inline__ void radeon_emit_state( drm_radeon_private_t *dev_priv )
+{
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       unsigned int dirty = sarea_priv->dirty;
+
+       DRM_DEBUG( "%s: dirty=0x%08x\n", __FUNCTION__, dirty );
+
+       if ( dirty & RADEON_UPLOAD_CONTEXT ) {
+               radeon_emit_context( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_CONTEXT;
+       }
+
+       if ( dirty & RADEON_UPLOAD_VERTFMT ) {
+               radeon_emit_vertfmt( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_VERTFMT;
+       }
+
+       if ( dirty & RADEON_UPLOAD_LINE ) {
+               radeon_emit_line( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_LINE;
+       }
+
+       if ( dirty & RADEON_UPLOAD_BUMPMAP ) {
+               radeon_emit_bumpmap( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_BUMPMAP;
+       }
+
+       if ( dirty & RADEON_UPLOAD_MASKS ) {
+               radeon_emit_masks( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_MASKS;
+       }
+
+       if ( dirty & RADEON_UPLOAD_VIEWPORT ) {
+               radeon_emit_viewport( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_VIEWPORT;
+       }
+
+       if ( dirty & RADEON_UPLOAD_SETUP ) {
+               radeon_emit_setup( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_SETUP;
+       }
+
+       if ( dirty & RADEON_UPLOAD_TCL ) {
+#ifdef TCL_ENABLE
+               radeon_emit_tcl( dev_priv );
+#endif
+               sarea_priv->dirty &= ~RADEON_UPLOAD_TCL;
+       }
+
+       if ( dirty & RADEON_UPLOAD_MISC ) {
+               radeon_emit_misc( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_MISC;
+       }
+
+       if ( dirty & RADEON_UPLOAD_TEX0 ) {
+               radeon_emit_tex0( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_TEX0;
+       }
+
+       if ( dirty & RADEON_UPLOAD_TEX1 ) {
+               radeon_emit_tex1( dev_priv );
+               sarea_priv->dirty &= ~RADEON_UPLOAD_TEX1;
+       }
+
+       if ( dirty & RADEON_UPLOAD_TEX2 ) {
+#if 0
+               radeon_emit_tex2( dev_priv );
+#endif
+               sarea_priv->dirty &= ~RADEON_UPLOAD_TEX2;
+       }
+
+       sarea_priv->dirty &= ~(RADEON_UPLOAD_TEX0IMAGES |
+                              RADEON_UPLOAD_TEX1IMAGES |
+                              RADEON_UPLOAD_TEX2IMAGES |
+                              RADEON_REQUIRE_QUIESCENCE);
+}
+
+
+#if RADEON_PERFORMANCE_BOXES
+/* ================================================================
+ * Performance monitoring functions
+ */
+
+static void radeon_clear_box( drm_radeon_private_t *dev_priv,
+                             int x, int y, int w, int h,
+                             int r, int g, int b )
+{
+       u32 pitch, offset;
+       u32 color;
+       RING_LOCALS;
+
+       switch ( dev_priv->color_fmt ) {
+       case RADEON_COLOR_FORMAT_RGB565:
+               color = (((r & 0xf8) << 8) |
+                        ((g & 0xfc) << 3) |
+                        ((b & 0xf8) >> 3));
+               break;
+       case RADEON_COLOR_FORMAT_ARGB8888:
+       default:
+               color = (((0xff) << 24) | (r << 16) | (g <<  8) | b);
+               break;
+       }
+
+       offset = dev_priv->back_offset;
+       pitch = dev_priv->back_pitch >> 3;
+
+       BEGIN_RING( 6 );
+
+       OUT_RING( CP_PACKET3( RADEON_CNTL_PAINT_MULTI, 4 ) );
+       OUT_RING( RADEON_GMC_DST_PITCH_OFFSET_CNTL |
+                 RADEON_GMC_BRUSH_SOLID_COLOR |
+                 (dev_priv->color_fmt << 8) |
+                 RADEON_GMC_SRC_DATATYPE_COLOR |
+                 RADEON_ROP3_P |
+                 RADEON_GMC_CLR_CMP_CNTL_DIS );
+
+       OUT_RING( (pitch << 22) | (offset >> 5) );
+       OUT_RING( color );
+
+       OUT_RING( (x << 16) | y );
+       OUT_RING( (w << 16) | h );
+
+       ADVANCE_RING();
+}
+
+static void radeon_cp_performance_boxes( drm_radeon_private_t *dev_priv )
+{
+       if ( atomic_read( &dev_priv->idle_count ) == 0 ) {
+               radeon_clear_box( dev_priv, 64, 4, 8, 8, 0, 255, 0 );
+       } else {
+               atomic_set( &dev_priv->idle_count, 0 );
+       }
+}
+
+#endif
+
+
+/* ================================================================
+ * CP command dispatch functions
+ */
+
+static void radeon_print_dirty( const char *msg, unsigned int flags )
+{
+       DRM_DEBUG( "%s: (0x%x) %s%s%s%s%s%s%s%s%s%s%s%s%s%s\n",
+                  msg,
+                  flags,
+                  (flags & RADEON_UPLOAD_CONTEXT)     ? "context, " : "",
+                  (flags & RADEON_UPLOAD_VERTFMT)     ? "vertfmt, " : "",
+                  (flags & RADEON_UPLOAD_LINE)        ? "line, " : "",
+                  (flags & RADEON_UPLOAD_BUMPMAP)     ? "bumpmap, " : "",
+                  (flags & RADEON_UPLOAD_MASKS)       ? "masks, " : "",
+                  (flags & RADEON_UPLOAD_VIEWPORT)    ? "viewport, " : "",
+                  (flags & RADEON_UPLOAD_SETUP)       ? "setup, " : "",
+                  (flags & RADEON_UPLOAD_TCL)         ? "tcl, " : "",
+                  (flags & RADEON_UPLOAD_MISC)        ? "misc, " : "",
+                  (flags & RADEON_UPLOAD_TEX0)        ? "tex0, " : "",
+                  (flags & RADEON_UPLOAD_TEX1)        ? "tex1, " : "",
+                  (flags & RADEON_UPLOAD_TEX2)        ? "tex2, " : "",
+                  (flags & RADEON_UPLOAD_CLIPRECTS)   ? "cliprects, " : "",
+                  (flags & RADEON_REQUIRE_QUIESCENCE) ? "quiescence, " : "" );
+}
+
+static void radeon_cp_dispatch_clear( drm_device_t *dev,
+                                     drm_radeon_clear_t *clear,
+                                     drm_radeon_clear_rect_t *depth_boxes )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       unsigned int flags = clear->flags;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       if ( dev_priv->page_flipping && dev_priv->current_page == 1 ) {
+               unsigned int tmp = flags;
+
+               flags &= ~(RADEON_FRONT | RADEON_BACK);
+               if ( tmp & RADEON_FRONT ) flags |= RADEON_BACK;
+               if ( tmp & RADEON_BACK )  flags |= RADEON_FRONT;
+       }
+
+       for ( i = 0 ; i < nbox ; i++ ) {
+               int x = pbox[i].x1;
+               int y = pbox[i].y1;
+               int w = pbox[i].x2 - x;
+               int h = pbox[i].y2 - y;
+
+               DRM_DEBUG( "dispatch clear %d,%d-%d,%d flags 0x%x\n",
+                          x, y, w, h, flags );
+
+               if ( flags & (RADEON_FRONT | RADEON_BACK) ) {
+                       BEGIN_RING( 4 );
+
+                       /* Ensure the 3D stream is idle before doing a
+                        * 2D fill to clear the front or back buffer.
+                        */
+                       RADEON_WAIT_UNTIL_3D_IDLE();
+
+                       OUT_RING( CP_PACKET0( RADEON_DP_WRITE_MASK, 0 ) );
+                       OUT_RING( clear->color_mask );
+
+                       ADVANCE_RING();
+
+                       /* Make sure we restore the 3D state next time.
+                        */
+                       dev_priv->sarea_priv->dirty |= (RADEON_UPLOAD_CONTEXT |
+                                                       RADEON_UPLOAD_MASKS);
+               }
+
+               if ( flags & RADEON_FRONT ) {
+                       BEGIN_RING( 6 );
+
+                       OUT_RING( CP_PACKET3( RADEON_CNTL_PAINT_MULTI, 4 ) );
+                       OUT_RING( RADEON_GMC_DST_PITCH_OFFSET_CNTL |
+                                 RADEON_GMC_BRUSH_SOLID_COLOR |
+                                 (dev_priv->color_fmt << 8) |
+                                 RADEON_GMC_SRC_DATATYPE_COLOR |
+                                 RADEON_ROP3_P |
+                                 RADEON_GMC_CLR_CMP_CNTL_DIS );
+
+                       OUT_RING( dev_priv->front_pitch_offset );
+                       OUT_RING( clear->clear_color );
+
+                       OUT_RING( (x << 16) | y );
+                       OUT_RING( (w << 16) | h );
+
+                       ADVANCE_RING();
+               }
+
+               if ( flags & RADEON_BACK ) {
+                       BEGIN_RING( 6 );
+
+                       OUT_RING( CP_PACKET3( RADEON_CNTL_PAINT_MULTI, 4 ) );
+                       OUT_RING( RADEON_GMC_DST_PITCH_OFFSET_CNTL |
+                                 RADEON_GMC_BRUSH_SOLID_COLOR |
+                                 (dev_priv->color_fmt << 8) |
+                                 RADEON_GMC_SRC_DATATYPE_COLOR |
+                                 RADEON_ROP3_P |
+                                 RADEON_GMC_CLR_CMP_CNTL_DIS );
+
+                       OUT_RING( dev_priv->back_pitch_offset );
+                       OUT_RING( clear->clear_color );
+
+                       OUT_RING( (x << 16) | y );
+                       OUT_RING( (w << 16) | h );
+
+                       ADVANCE_RING();
+
+               }
+
+               if ( flags & RADEON_DEPTH ) {
+                       drm_radeon_depth_clear_t *depth_clear =
+                          &dev_priv->depth_clear;
+
+                       if ( sarea_priv->dirty & ~RADEON_UPLOAD_CLIPRECTS ) {
+                               radeon_emit_state( dev_priv );
+                       }
+
+                       /* FIXME: Render a rectangle to clear the depth
+                        * buffer.  So much for those "fast Z clears"...
+                        */
+                       BEGIN_RING( 23 );
+
+                       RADEON_WAIT_UNTIL_2D_IDLE();
+
+                       OUT_RING( CP_PACKET0( RADEON_PP_CNTL, 1 ) );
+                       OUT_RING( 0x00000000 );
+                       OUT_RING( depth_clear->rb3d_cntl );
+                       OUT_RING( CP_PACKET0( RADEON_RB3D_ZSTENCILCNTL, 0 ) );
+                       OUT_RING( depth_clear->rb3d_zstencilcntl );
+                       OUT_RING( CP_PACKET0( RADEON_RB3D_PLANEMASK, 0 ) );
+                       OUT_RING( 0x00000000 );
+                       OUT_RING( CP_PACKET0( RADEON_SE_CNTL, 0 ) );
+                       OUT_RING( depth_clear->se_cntl );
+
+                       OUT_RING( CP_PACKET3( RADEON_3D_DRAW_IMMD, 10 ) );
+                       OUT_RING( RADEON_VTX_Z_PRESENT );
+                       OUT_RING( (RADEON_PRIM_TYPE_RECT_LIST |
+                                  RADEON_PRIM_WALK_RING |
+                                  RADEON_MAOS_ENABLE |
+                                  RADEON_VTX_FMT_RADEON_MODE |
+                                  (3 << RADEON_NUM_VERTICES_SHIFT)) );
+
+                       OUT_RING( depth_boxes[i].ui[CLEAR_X1] );
+                       OUT_RING( depth_boxes[i].ui[CLEAR_Y1] );
+                       OUT_RING( depth_boxes[i].ui[CLEAR_DEPTH] );
+
+                       OUT_RING( depth_boxes[i].ui[CLEAR_X1] );
+                       OUT_RING( depth_boxes[i].ui[CLEAR_Y2] );
+                       OUT_RING( depth_boxes[i].ui[CLEAR_DEPTH] );
+
+                       OUT_RING( depth_boxes[i].ui[CLEAR_X2] );
+                       OUT_RING( depth_boxes[i].ui[CLEAR_Y2] );
+                       OUT_RING( depth_boxes[i].ui[CLEAR_DEPTH] );
+
+                       ADVANCE_RING();
+
+                       /* Make sure we restore the 3D state next time.
+                        */
+                       dev_priv->sarea_priv->dirty |= (RADEON_UPLOAD_CONTEXT |
+                                                       RADEON_UPLOAD_SETUP |
+                                                       RADEON_UPLOAD_MASKS);
+               }
+       }
+
+       /* Increment the clear counter.  The client-side 3D driver must
+        * wait on this value before performing the clear ioctl.  We
+        * need this because the card's so damned fast...
+        */
+       dev_priv->sarea_priv->last_clear++;
+
+       BEGIN_RING( 4 );
+
+       RADEON_CLEAR_AGE( dev_priv->sarea_priv->last_clear );
+       RADEON_WAIT_UNTIL_IDLE();
+
+       ADVANCE_RING();
+}
+
+static void radeon_cp_dispatch_swap( drm_device_t *dev )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+#if RADEON_PERFORMANCE_BOXES
+       /* Do some trivial performance monitoring...
+        */
+       radeon_cp_performance_boxes( dev_priv );
+#endif
+
+       /* Wait for the 3D stream to idle before dispatching the bitblt.
+        * This will prevent data corruption between the two streams.
+        */
+       BEGIN_RING( 2 );
+
+       RADEON_WAIT_UNTIL_3D_IDLE();
+
+       ADVANCE_RING();
+
+       for ( i = 0 ; i < nbox ; i++ ) {
+               int x = pbox[i].x1;
+               int y = pbox[i].y1;
+               int w = pbox[i].x2 - x;
+               int h = pbox[i].y2 - y;
+
+               DRM_DEBUG( "dispatch swap %d,%d-%d,%d\n",
+                          x, y, w, h );
+
+               BEGIN_RING( 7 );
+
+               OUT_RING( CP_PACKET3( RADEON_CNTL_BITBLT_MULTI, 5 ) );
+               OUT_RING( RADEON_GMC_SRC_PITCH_OFFSET_CNTL |
+                         RADEON_GMC_DST_PITCH_OFFSET_CNTL |
+                         RADEON_GMC_BRUSH_NONE |
+                         (dev_priv->color_fmt << 8) |
+                         RADEON_GMC_SRC_DATATYPE_COLOR |
+                         RADEON_ROP3_S |
+                         RADEON_DP_SRC_SOURCE_MEMORY |
+                         RADEON_GMC_CLR_CMP_CNTL_DIS |
+                         RADEON_GMC_WR_MSK_DIS );
+
+               OUT_RING( dev_priv->back_pitch_offset );
+               OUT_RING( dev_priv->front_pitch_offset );
+
+               OUT_RING( (x << 16) | y );
+               OUT_RING( (x << 16) | y );
+               OUT_RING( (w << 16) | h );
+
+               ADVANCE_RING();
+       }
+
+       /* Increment the frame counter.  The client-side 3D driver must
+        * throttle the framerate by waiting for this value before
+        * performing the swapbuffer ioctl.
+        */
+       dev_priv->sarea_priv->last_frame++;
+
+       BEGIN_RING( 4 );
+
+       RADEON_FRAME_AGE( dev_priv->sarea_priv->last_frame );
+       RADEON_WAIT_UNTIL_2D_IDLE();
+
+       ADVANCE_RING();
+}
+
+static void radeon_cp_dispatch_flip( drm_device_t *dev )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+       DRM_DEBUG( "%s: page=%d\n", __FUNCTION__, dev_priv->current_page );
+
+#if RADEON_PERFORMANCE_BOXES
+       /* Do some trivial performance monitoring...
+        */
+       radeon_cp_performance_boxes( dev_priv );
+#endif
+
+       BEGIN_RING( 6 );
+
+       RADEON_WAIT_UNTIL_3D_IDLE();
+       RADEON_WAIT_UNTIL_PAGE_FLIPPED();
+
+       OUT_RING( CP_PACKET0( RADEON_CRTC_OFFSET, 0 ) );
+
+       if ( dev_priv->current_page == 0 ) {
+               OUT_RING( dev_priv->back_offset );
+               dev_priv->current_page = 1;
+       } else {
+               OUT_RING( dev_priv->front_offset );
+               dev_priv->current_page = 0;
+       }
+
+       ADVANCE_RING();
+
+       /* Increment the frame counter.  The client-side 3D driver must
+        * throttle the framerate by waiting for this value before
+        * performing the swapbuffer ioctl.
+        */
+       dev_priv->sarea_priv->last_frame++;
+
+       BEGIN_RING( 2 );
+
+       RADEON_FRAME_AGE( dev_priv->sarea_priv->last_frame );
+
+       ADVANCE_RING();
+}
+
+static void radeon_cp_dispatch_vertex( drm_device_t *dev,
+                                      drm_buf_t *buf )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_buf_priv_t *buf_priv = buf->dev_private;
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int format = sarea_priv->vc_format;
+       int offset = dev_priv->agp_buffers_offset + buf->offset;
+       int size = buf->used;
+       int prim = buf_priv->prim;
+       int i = 0;
+       RING_LOCALS;
+       DRM_DEBUG( "%s: nbox=%d\n", __FUNCTION__, sarea_priv->nbox );
+
+       if ( 0 )
+               radeon_print_dirty( "dispatch_vertex", sarea_priv->dirty );
+
+       if ( buf->used ) {
+               buf_priv->dispatched = 1;
+
+               if ( sarea_priv->dirty & ~RADEON_UPLOAD_CLIPRECTS ) {
+                       radeon_emit_state( dev_priv );
+               }
+
+               do {
+                       /* Emit the next set of up to three cliprects */
+                       if ( i < sarea_priv->nbox ) {
+                               radeon_emit_clip_rect( dev_priv,
+                                                      &sarea_priv->boxes[i] );
+                       }
+
+                       /* Emit the vertex buffer rendering commands */
+                       BEGIN_RING( 5 );
+
+                       OUT_RING( CP_PACKET3( RADEON_3D_RNDR_GEN_INDX_PRIM, 3 ) );
+                       OUT_RING( offset );
+                       OUT_RING( size );
+                       OUT_RING( format );
+                       OUT_RING( prim | RADEON_PRIM_WALK_LIST |
+                                 RADEON_COLOR_ORDER_RGBA |
+                                 RADEON_VTX_FMT_RADEON_MODE |
+                                 (size << RADEON_NUM_VERTICES_SHIFT) );
+
+                       ADVANCE_RING();
+
+                       i++;
+               } while ( i < sarea_priv->nbox );
+       }
+
+       if ( buf_priv->discard ) {
+               buf_priv->age = dev_priv->sarea_priv->last_dispatch;
+
+               /* Emit the vertex buffer age */
+               BEGIN_RING( 2 );
+               RADEON_DISPATCH_AGE( buf_priv->age );
+               ADVANCE_RING();
+
+               buf->pending = 1;
+               buf->used = 0;
+               /* FIXME: Check dispatched field */
+               buf_priv->dispatched = 0;
+       }
+
+       dev_priv->sarea_priv->last_dispatch++;
+
+       sarea_priv->dirty &= ~RADEON_UPLOAD_CLIPRECTS;
+       sarea_priv->nbox = 0;
+}
+
+
+static void radeon_cp_dispatch_indirect( drm_device_t *dev,
+                                        drm_buf_t *buf,
+                                        int start, int end )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_buf_priv_t *buf_priv = buf->dev_private;
+       RING_LOCALS;
+       DRM_DEBUG( "indirect: buf=%d s=0x%x e=0x%x\n",
+                  buf->idx, start, end );
+
+       if ( start != end ) {
+               int offset = (dev_priv->agp_buffers_offset
+                             + buf->offset + start);
+               int dwords = (end - start + 3) / sizeof(u32);
+
+               /* Indirect buffer data must be an even number of
+                * dwords, so if we've been given an odd number we must
+                * pad the data with a Type-2 CP packet.
+                */
+               if ( dwords & 1 ) {
+                       u32 *data = (u32 *)
+                               ((char *)dev_priv->buffers->handle
+                                + buf->offset + start);
+                       data[dwords++] = RADEON_CP_PACKET2;
+               }
+
+               buf_priv->dispatched = 1;
+
+               /* Fire off the indirect buffer */
+               BEGIN_RING( 3 );
+
+               OUT_RING( CP_PACKET0( RADEON_CP_IB_BASE, 1 ) );
+               OUT_RING( offset );
+               OUT_RING( dwords );
+
+               ADVANCE_RING();
+       }
+
+       if ( buf_priv->discard ) {
+               buf_priv->age = dev_priv->sarea_priv->last_dispatch;
+
+               /* Emit the indirect buffer age */
+               BEGIN_RING( 2 );
+               RADEON_DISPATCH_AGE( buf_priv->age );
+               ADVANCE_RING();
+
+               buf->pending = 1;
+               buf->used = 0;
+               /* FIXME: Check dispatched field */
+               buf_priv->dispatched = 0;
+       }
+
+       dev_priv->sarea_priv->last_dispatch++;
+}
+
+static void radeon_cp_dispatch_indices( drm_device_t *dev,
+                                       drm_buf_t *buf,
+                                       int start, int end,
+                                       int count )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_buf_priv_t *buf_priv = buf->dev_private;
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int format = sarea_priv->vc_format;
+       int offset = dev_priv->agp_buffers_offset;
+       int prim = buf_priv->prim;
+       u32 *data;
+       int dwords;
+       int i = 0;
+       RING_LOCALS;
+       DRM_DEBUG( "indices: s=%d e=%d c=%d\n", start, end, count );
+
+       if ( 0 )
+               radeon_print_dirty( "dispatch_indices", sarea_priv->dirty );
+
+       if ( start != end ) {
+               buf_priv->dispatched = 1;
+
+               if ( sarea_priv->dirty & ~RADEON_UPLOAD_CLIPRECTS ) {
+                       radeon_emit_state( dev_priv );
+               }
+
+               dwords = (end - start + 3) / sizeof(u32);
+
+               data = (u32 *)((char *)dev_priv->buffers->handle
+                              + buf->offset + start);
+
+               data[0] = CP_PACKET3( RADEON_3D_RNDR_GEN_INDX_PRIM, dwords-2 );
+
+               data[1] = offset;
+               data[2] = RADEON_MAX_VB_VERTS;
+               data[3] = format;
+               data[4] = (prim | RADEON_PRIM_WALK_IND |
+                          RADEON_COLOR_ORDER_RGBA |
+                          RADEON_VTX_FMT_RADEON_MODE |
+                          (count << RADEON_NUM_VERTICES_SHIFT) );
+
+               if ( count & 0x1 ) {
+                       data[dwords-1] &= 0x0000ffff;
+               }
+
+               do {
+                       /* Emit the next set of up to three cliprects */
+                       if ( i < sarea_priv->nbox ) {
+                               radeon_emit_clip_rect( dev_priv,
+                                                      &sarea_priv->boxes[i] );
+                       }
+
+                       radeon_cp_dispatch_indirect( dev, buf, start, end );
+
+                       i++;
+               } while ( i < sarea_priv->nbox );
+       }
+
+       if ( buf_priv->discard ) {
+               buf_priv->age = dev_priv->sarea_priv->last_dispatch;
+
+               /* Emit the vertex buffer age */
+               BEGIN_RING( 2 );
+               RADEON_DISPATCH_AGE( buf_priv->age );
+               ADVANCE_RING();
+
+               buf->pending = 1;
+               /* FIXME: Check dispatched field */
+               buf_priv->dispatched = 0;
+       }
+
+       dev_priv->sarea_priv->last_dispatch++;
+
+       sarea_priv->dirty &= ~RADEON_UPLOAD_CLIPRECTS;
+       sarea_priv->nbox = 0;
+}
+
+#define RADEON_MAX_TEXTURE_SIZE (RADEON_BUFFER_SIZE - 8 * sizeof(u32))
+
+static int radeon_cp_dispatch_texture( drm_device_t *dev,
+                                      drm_radeon_texture_t *tex,
+                                      drm_radeon_tex_image_t *image, int pid )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_buf_t *buf;
+       drm_radeon_buf_priv_t *buf_priv;
+       u32 format;
+       u32 *buffer;
+       const u8 *data;
+       int size, dwords, tex_width, blit_width;
+       u32 y, height;
+       int ret = 0, i;
+       RING_LOCALS;
+
+       /* FIXME: Be smarter about this...
+        */
+       buf = radeon_freelist_get( dev );
+       if ( !buf ) DRM_OS_RETURN( EAGAIN );
+
+       DRM_DEBUG( "tex: ofs=0x%x p=%d f=%d x=%hd y=%hd w=%hd h=%hd\n",
+                  tex->offset >> 10, tex->pitch, tex->format,
+                  image->x, image->y, image->width, image->height );
+
+       buf_priv = buf->dev_private;
+
+       /* The compiler won't optimize away a division by a variable,
+        * even if the only legal values are powers of two.  Thus, we'll
+        * use a shift instead.
+        */
+       switch ( tex->format ) {
+       case RADEON_TXFORMAT_ARGB8888:
+       case RADEON_TXFORMAT_RGBA8888:
+               format = RADEON_COLOR_FORMAT_ARGB8888;
+               tex_width = tex->width * 4;
+               blit_width = image->width * 4;
+               break;
+       case RADEON_TXFORMAT_AI88:
+       case RADEON_TXFORMAT_ARGB1555:
+       case RADEON_TXFORMAT_RGB565:
+       case RADEON_TXFORMAT_ARGB4444:
+               format = RADEON_COLOR_FORMAT_RGB565;
+               tex_width = tex->width * 2;
+               blit_width = image->width * 2;
+               break;
+       case RADEON_TXFORMAT_I8:
+       case RADEON_TXFORMAT_RGB332:
+               format = RADEON_COLOR_FORMAT_CI8;
+               tex_width = tex->width * 1;
+               blit_width = image->width * 1;
+               break;
+       default:
+               DRM_ERROR( "invalid texture format %d\n", tex->format );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       DRM_DEBUG( "   tex=%dx%d  blit=%d\n",
+                  tex_width, tex->height, blit_width );
+
+       /* Flush the pixel cache.  This ensures no pixel data gets mixed
+        * up with the texture data from the host data blit, otherwise
+        * part of the texture image may be corrupted.
+        */
+       BEGIN_RING( 4 );
+
+       RADEON_FLUSH_CACHE();
+       RADEON_WAIT_UNTIL_IDLE();
+
+       ADVANCE_RING();
+
+       /* Make a copy of the parameters in case we have to update them
+        * for a multi-pass texture blit.
+        */
+       y = image->y;
+       height = image->height;
+       data = image->data;
+
+       size = height * blit_width;
+
+       if ( size > RADEON_MAX_TEXTURE_SIZE ) {
+               /* Texture image is too large, do a multipass upload */
+               ret = EAGAIN;
+
+               /* Adjust the blit size to fit the indirect buffer */
+               height = RADEON_MAX_TEXTURE_SIZE / blit_width;
+               size = height * blit_width;
+
+               /* Update the input parameters for next time */
+               image->y += height;
+               image->height -= height;
+               image->data = (const char *)image->data + size;
+
+               if ( DRM_OS_COPYTOUSR( tex->image, image, sizeof(*image) ) ) {
+                       DRM_ERROR( "EFAULT on tex->image\n" );
+                       DRM_OS_RETURN( EFAULT );
+               }
+       } else if ( size < 4 ) {
+               size = 4;
+       }
+
+       dwords = size / 4;
+
+       /* Dispatch the indirect buffer.
+        */
+       buffer = (u32 *)((char *)dev_priv->buffers->handle + buf->offset);
+
+       buffer[0] = CP_PACKET3( RADEON_CNTL_HOSTDATA_BLT, dwords + 6 );
+       buffer[1] = (RADEON_GMC_DST_PITCH_OFFSET_CNTL |
+                    RADEON_GMC_BRUSH_NONE |
+                    (format << 8) |
+                    RADEON_GMC_SRC_DATATYPE_COLOR |
+                    RADEON_ROP3_S |
+                    RADEON_DP_SRC_SOURCE_HOST_DATA |
+                    RADEON_GMC_CLR_CMP_CNTL_DIS |
+                    RADEON_GMC_WR_MSK_DIS);
+
+       buffer[2] = (tex->pitch << 22) | (tex->offset >> 10);
+       buffer[3] = 0xffffffff;
+       buffer[4] = 0xffffffff;
+       buffer[5] = (y << 16) | image->x;
+       buffer[6] = (height << 16) | image->width;
+       buffer[7] = dwords;
+
+       buffer += 8;
+
+       if ( tex_width >= 32 ) {
+               /* Texture image width is larger than the minimum, so we
+                * can upload it directly.
+                */
+               if ( DRM_OS_COPYFROMUSR( buffer, data, dwords * sizeof(u32) ) ) {
+                       DRM_ERROR( "EFAULT on data, %d dwords\n", dwords );
+                       DRM_OS_RETURN( EFAULT );
+               }
+       } else {
+               /* Texture image width is less than the minimum, so we
+                * need to pad out each image scanline to the minimum
+                * width.
+                */
+               for ( i = 0 ; i < tex->height ; i++ ) {
+                       if ( DRM_OS_COPYFROMUSR( buffer, data, tex_width ) ) {
+                               DRM_ERROR( "EFAULT on pad, %d bytes\n",
+                                          tex_width );
+                               DRM_OS_RETURN( EFAULT );
+                       }
+                       buffer += 8;
+                       data += tex_width;
+               }
+       }
+
+       buf->pid = pid;
+       buf->used = (dwords + 8) * sizeof(u32);
+       buf_priv->discard = 1;
+
+       radeon_cp_dispatch_indirect( dev, buf, 0, buf->used );
+
+       /* Flush the pixel cache after the blit completes.  This ensures
+        * the texture data is written out to memory before rendering
+        * continues.
+        */
+       BEGIN_RING( 4 );
+
+       RADEON_FLUSH_CACHE();
+       RADEON_WAIT_UNTIL_2D_IDLE();
+
+       ADVANCE_RING();
+
+       DRM_OS_RETURN( ret );
+}
+
+static void radeon_cp_dispatch_stipple( drm_device_t *dev, u32 *stipple )
+{
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       int i;
+       RING_LOCALS;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       BEGIN_RING( 35 );
+
+       OUT_RING( CP_PACKET0( RADEON_RE_STIPPLE_ADDR, 0 ) );
+       OUT_RING( 0x00000000 );
+
+       OUT_RING( CP_PACKET0_TABLE( RADEON_RE_STIPPLE_DATA, 31 ) );
+       for ( i = 0 ; i < 32 ; i++ ) {
+               OUT_RING( stipple[i] );
+       }
+
+       ADVANCE_RING();
+}
+
+
+/* ================================================================
+ * IOCTL functions
+ */
+
+int radeon_cp_clear( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_radeon_clear_t clear;
+       drm_radeon_clear_rect_t depth_boxes[RADEON_NR_SAREA_CLIPRECTS];
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( clear, (drm_radeon_clear_t *) data,
+                            sizeof(clear) );
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+
+       if ( sarea_priv->nbox > RADEON_NR_SAREA_CLIPRECTS )
+               sarea_priv->nbox = RADEON_NR_SAREA_CLIPRECTS;
+
+       if ( DRM_OS_COPYFROMUSR( &depth_boxes, clear.depth_boxes,
+                            sarea_priv->nbox * sizeof(depth_boxes[0]) ) )
+               DRM_OS_RETURN( EFAULT );
+
+       radeon_cp_dispatch_clear( dev, &clear, depth_boxes );
+
+       return 0;
+}
+
+int radeon_cp_swap( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       DRM_DEBUG( "%s\n", __FUNCTION__ );
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+
+       if ( sarea_priv->nbox > RADEON_NR_SAREA_CLIPRECTS )
+               sarea_priv->nbox = RADEON_NR_SAREA_CLIPRECTS;
+
+       if ( !dev_priv->page_flipping ) {
+               radeon_cp_dispatch_swap( dev );
+               dev_priv->sarea_priv->dirty |= (RADEON_UPLOAD_CONTEXT |
+                                               RADEON_UPLOAD_MASKS);
+       } else {
+               radeon_cp_dispatch_flip( dev );
+       }
+
+       return 0;
+}
+
+int radeon_cp_vertex( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_t *buf;
+       drm_radeon_buf_priv_t *buf_priv;
+       drm_radeon_vertex_t vertex;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( !dev_priv ) {
+               DRM_ERROR( "%s called with no initialization\n", __FUNCTION__ );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       DRM_OS_KRNFROMUSR( vertex, (drm_radeon_vertex_t *) data,
+                            sizeof(vertex) );
+
+       DRM_DEBUG( "%s: pid=%d index=%d count=%d discard=%d\n",
+                  __FUNCTION__, DRM_OS_CURRENTPID,
+                  vertex.idx, vertex.count, vertex.discard );
+
+       if ( vertex.idx < 0 || vertex.idx >= dma->buf_count ) {
+               DRM_ERROR( "buffer index %d (of %d max)\n",
+                          vertex.idx, dma->buf_count - 1 );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( vertex.prim < 0 ||
+            vertex.prim > RADEON_PRIM_TYPE_3VRT_LINE_LIST ) {
+               DRM_ERROR( "buffer prim %d\n", vertex.prim );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+       VB_AGE_TEST_WITH_RETURN( dev_priv );
+
+       buf = dma->buflist[vertex.idx];
+       buf_priv = buf->dev_private;
+
+       if ( buf->pid != DRM_OS_CURRENTPID ) {
+               DRM_ERROR( "process %d using buffer owned by %d\n",
+                          DRM_OS_CURRENTPID, buf->pid );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( buf->pending ) {
+               DRM_ERROR( "sending pending buffer %d\n", vertex.idx );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       buf->used = vertex.count;
+       buf_priv->prim = vertex.prim;
+       buf_priv->discard = vertex.discard;
+
+       radeon_cp_dispatch_vertex( dev, buf );
+
+       return 0;
+}
+
+int radeon_cp_indices( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_t *buf;
+       drm_radeon_buf_priv_t *buf_priv;
+       drm_radeon_indices_t elts;
+       int count;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( !dev_priv ) {
+               DRM_ERROR( "%s called with no initialization\n", __FUNCTION__ );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       DRM_OS_KRNFROMUSR( elts, (drm_radeon_indices_t *) data,
+                            sizeof(elts) );
+
+       DRM_DEBUG( "%s: pid=%d index=%d start=%d end=%d discard=%d\n",
+                  __FUNCTION__, DRM_OS_CURRENTPID,
+                  elts.idx, elts.start, elts.end, elts.discard );
+
+       if ( elts.idx < 0 || elts.idx >= dma->buf_count ) {
+               DRM_ERROR( "buffer index %d (of %d max)\n",
+                          elts.idx, dma->buf_count - 1 );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( elts.prim < 0 ||
+            elts.prim > RADEON_PRIM_TYPE_3VRT_LINE_LIST ) {
+               DRM_ERROR( "buffer prim %d\n", elts.prim );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+       VB_AGE_TEST_WITH_RETURN( dev_priv );
+
+       buf = dma->buflist[elts.idx];
+       buf_priv = buf->dev_private;
+
+       if ( buf->pid != DRM_OS_CURRENTPID ) {
+               DRM_ERROR( "process %d using buffer owned by %d\n",
+                         DRM_OS_CURRENTPID, buf->pid );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( buf->pending ) {
+               DRM_ERROR( "sending pending buffer %d\n", elts.idx );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       count = (elts.end - elts.start) / sizeof(u16);
+       elts.start -= RADEON_INDEX_PRIM_OFFSET;
+
+       if ( elts.start & 0x7 ) {
+               DRM_ERROR( "misaligned buffer 0x%x\n", elts.start );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( elts.start < buf->used ) {
+               DRM_ERROR( "no header 0x%x - 0x%x\n", elts.start, buf->used );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       buf->used = elts.end;
+       buf_priv->prim = elts.prim;
+       buf_priv->discard = elts.discard;
+
+       radeon_cp_dispatch_indices( dev, buf, elts.start, elts.end, count );
+
+       return 0;
+}
+
+int radeon_cp_texture( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_texture_t tex;
+       drm_radeon_tex_image_t image;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( tex, (drm_radeon_texture_t *) data, sizeof(tex) );
+
+       if ( tex.image == NULL ) {
+               DRM_ERROR( "null texture image!\n" );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       if ( DRM_OS_COPYFROMUSR( &image,
+                            (drm_radeon_tex_image_t *)tex.image,
+                            sizeof(image) ) )
+               DRM_OS_RETURN( EFAULT );
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+       VB_AGE_TEST_WITH_RETURN( dev_priv );
+
+       return radeon_cp_dispatch_texture( dev, &tex, &image, DRM_OS_CURRENTPID );
+}
+
+int radeon_cp_stipple( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_radeon_stipple_t stipple;
+       u32 mask[32];
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       DRM_OS_KRNFROMUSR( stipple, (drm_radeon_stipple_t *) data,
+                            sizeof(stipple) );
+
+       if ( DRM_OS_COPYFROMUSR( &mask, stipple.mask, 32 * sizeof(u32) ) )
+               DRM_OS_RETURN( EFAULT );
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+
+       radeon_cp_dispatch_stipple( dev, mask );
+
+       return 0;
+}
+
+int radeon_cp_indirect( DRM_OS_IOCTL )
+{
+       DRM_OS_DEVICE;
+       drm_radeon_private_t *dev_priv = dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       drm_buf_t *buf;
+       drm_radeon_buf_priv_t *buf_priv;
+       drm_radeon_indirect_t indirect;
+       RING_LOCALS;
+
+       LOCK_TEST_WITH_RETURN( dev );
+
+       if ( !dev_priv ) {
+               DRM_ERROR( "%s called with no initialization\n", __FUNCTION__ );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       DRM_OS_KRNFROMUSR( indirect, (drm_radeon_indirect_t *) data,
+                            sizeof(indirect) );
+
+       DRM_DEBUG( "indirect: idx=%d s=%d e=%d d=%d\n",
+                  indirect.idx, indirect.start,
+                  indirect.end, indirect.discard );
+
+       if ( indirect.idx < 0 || indirect.idx >= dma->buf_count ) {
+               DRM_ERROR( "buffer index %d (of %d max)\n",
+                          indirect.idx, dma->buf_count - 1 );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       buf = dma->buflist[indirect.idx];
+       buf_priv = buf->dev_private;
+
+       if ( buf->pid != DRM_OS_CURRENTPID ) {
+               DRM_ERROR( "process %d using buffer owned by %d\n",
+                          DRM_OS_CURRENTPID, buf->pid );
+               DRM_OS_RETURN( EINVAL );
+       }
+       if ( buf->pending ) {
+               DRM_ERROR( "sending pending buffer %d\n", indirect.idx );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       if ( indirect.start < buf->used ) {
+               DRM_ERROR( "reusing indirect: start=0x%x actual=0x%x\n",
+                          indirect.start, buf->used );
+               DRM_OS_RETURN( EINVAL );
+       }
+
+       RING_SPACE_TEST_WITH_RETURN( dev_priv );
+       VB_AGE_TEST_WITH_RETURN( dev_priv );
+
+       buf->used = indirect.end;
+       buf_priv->discard = indirect.discard;
+
+       /* Wait for the 3D stream to idle before the indirect buffer
+        * containing 2D acceleration commands is processed.
+        */
+       BEGIN_RING( 2 );
+
+       RADEON_WAIT_UNTIL_3D_IDLE();
+
+       ADVANCE_RING();
+
+       /* Dispatch the indirect buffer full of commands from the
+        * X server.  This is insecure and is thus only available to
+        * privileged clients.
+        */
+       radeon_cp_dispatch_indirect( dev, buf, indirect.start, indirect.end );
+
+       return 0;
+}
diff --git a/bsd/radeon_drm.h b/bsd/radeon_drm.h
new file mode 100644 (file)
index 0000000..4ae387f
--- /dev/null
@@ -0,0 +1,333 @@
+/* radeon_drm.h -- Public header for the radeon driver -*- linux-c -*-
+ *
+ * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors:
+ *    Kevin E. Martin <martin@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __RADEON_DRM_H__
+#define __RADEON_DRM_H__
+
+/* WARNING: If you change any of these defines, make sure to change the
+ * defines in the X server file (radeon_sarea.h)
+ */
+#ifndef __RADEON_SAREA_DEFINES__
+#define __RADEON_SAREA_DEFINES__
+
+/* What needs to be changed for the current vertex buffer?
+ */
+#define RADEON_UPLOAD_CONTEXT          0x00000001
+#define RADEON_UPLOAD_VERTFMT          0x00000002
+#define RADEON_UPLOAD_LINE             0x00000004
+#define RADEON_UPLOAD_BUMPMAP          0x00000008
+#define RADEON_UPLOAD_MASKS            0x00000010
+#define RADEON_UPLOAD_VIEWPORT         0x00000020
+#define RADEON_UPLOAD_SETUP            0x00000040
+#define RADEON_UPLOAD_TCL              0x00000080
+#define RADEON_UPLOAD_MISC             0x00000100
+#define RADEON_UPLOAD_TEX0             0x00000200
+#define RADEON_UPLOAD_TEX1             0x00000400
+#define RADEON_UPLOAD_TEX2             0x00000800
+#define RADEON_UPLOAD_TEX0IMAGES       0x00001000
+#define RADEON_UPLOAD_TEX1IMAGES       0x00002000
+#define RADEON_UPLOAD_TEX2IMAGES       0x00004000
+#define RADEON_UPLOAD_CLIPRECTS                0x00008000 /* handled client-side */
+#define RADEON_REQUIRE_QUIESCENCE      0x00010000
+#define RADEON_UPLOAD_ALL              0x0001ffff
+
+#define RADEON_FRONT                   0x1
+#define RADEON_BACK                    0x2
+#define RADEON_DEPTH                   0x4
+
+/* Primitive types
+ */
+#define RADEON_POINTS                  0x1
+#define RADEON_LINES                   0x2
+#define RADEON_LINE_STRIP              0x3
+#define RADEON_TRIANGLES               0x4
+#define RADEON_TRIANGLE_FAN            0x5
+#define RADEON_TRIANGLE_STRIP          0x6
+
+/* Vertex/indirect buffer size
+ */
+#define RADEON_BUFFER_SIZE             65536
+
+/* Byte offsets for indirect buffer data
+ */
+#define RADEON_INDEX_PRIM_OFFSET       20
+#define RADEON_HOSTDATA_BLIT_OFFSET    32
+
+#define RADEON_SCRATCH_REG_OFFSET      32
+
+/* Keep these small for testing
+ */
+#define RADEON_NR_SAREA_CLIPRECTS      12
+
+/* There are 2 heaps (local/AGP).  Each region within a heap is a
+ * minimum of 64k, and there are at most 64 of them per heap.
+ */
+#define RADEON_LOCAL_TEX_HEAP          0
+#define RADEON_AGP_TEX_HEAP            1
+#define RADEON_NR_TEX_HEAPS            2
+#define RADEON_NR_TEX_REGIONS          64
+#define RADEON_LOG_TEX_GRANULARITY     16
+
+#define RADEON_MAX_TEXTURE_LEVELS      11
+#define RADEON_MAX_TEXTURE_UNITS       3
+
+#endif /* __RADEON_SAREA_DEFINES__ */
+
+typedef struct {
+       unsigned int red;
+       unsigned int green;
+       unsigned int blue;
+       unsigned int alpha;
+} radeon_color_regs_t;
+
+typedef struct {
+       /* Context state */
+       unsigned int pp_misc;                           /* 0x1c14 */
+       unsigned int pp_fog_color;
+       unsigned int re_solid_color;
+       unsigned int rb3d_blendcntl;
+       unsigned int rb3d_depthoffset;
+       unsigned int rb3d_depthpitch;
+       unsigned int rb3d_zstencilcntl;
+
+       unsigned int pp_cntl;                           /* 0x1c38 */
+       unsigned int rb3d_cntl;
+       unsigned int rb3d_coloroffset;
+       unsigned int re_width_height;
+       unsigned int rb3d_colorpitch;
+       unsigned int se_cntl;
+
+       /* Vertex format state */
+       unsigned int se_coord_fmt;                      /* 0x1c50 */
+
+       /* Line state */
+       unsigned int re_line_pattern;                   /* 0x1cd0 */
+       unsigned int re_line_state;
+
+       unsigned int se_line_width;                     /* 0x1db8 */
+
+       /* Bumpmap state */
+       unsigned int pp_lum_matrix;                     /* 0x1d00 */
+
+       unsigned int pp_rot_matrix_0;                   /* 0x1d58 */
+       unsigned int pp_rot_matrix_1;
+
+       /* Mask state */
+       unsigned int rb3d_stencilrefmask;               /* 0x1d7c */
+       unsigned int rb3d_ropcntl;
+       unsigned int rb3d_planemask;
+
+       /* Viewport state */
+       unsigned int se_vport_xscale;                   /* 0x1d98 */
+       unsigned int se_vport_xoffset;
+       unsigned int se_vport_yscale;
+       unsigned int se_vport_yoffset;
+       unsigned int se_vport_zscale;
+       unsigned int se_vport_zoffset;
+
+       /* Setup state */
+       unsigned int se_cntl_status;                    /* 0x2140 */
+
+#ifdef TCL_ENABLE
+       /* TCL state */
+       radeon_color_regs_t se_tcl_material_emmissive;  /* 0x2210 */
+       radeon_color_regs_t se_tcl_material_ambient;
+       radeon_color_regs_t se_tcl_material_diffuse;
+       radeon_color_regs_t se_tcl_material_specular;
+       unsigned int se_tcl_shininess;
+       unsigned int se_tcl_output_vtx_fmt;
+       unsigned int se_tcl_output_vtx_sel;
+       unsigned int se_tcl_matrix_select_0;
+       unsigned int se_tcl_matrix_select_1;
+       unsigned int se_tcl_ucp_vert_blend_ctl;
+       unsigned int se_tcl_texture_proc_ctl;
+       unsigned int se_tcl_light_model_ctl;
+       unsigned int se_tcl_per_light_ctl[4];
+#endif
+
+       /* Misc state */
+       unsigned int re_top_left;                       /* 0x26c0 */
+       unsigned int re_misc;
+} drm_radeon_context_regs_t;
+
+/* Setup registers for each texture unit
+ */
+typedef struct {
+       unsigned int pp_txfilter;
+       unsigned int pp_txformat;
+       unsigned int pp_txoffset;
+       unsigned int pp_txcblend;
+       unsigned int pp_txablend;
+       unsigned int pp_tfactor;
+
+       unsigned int pp_border_color;
+
+#ifdef CUBIC_ENABLE
+       unsigned int pp_cubic_faces;
+       unsigned int pp_cubic_offset[5];
+#endif
+} drm_radeon_texture_regs_t;
+
+typedef struct {
+       unsigned char next, prev;
+       unsigned char in_use;
+       int age;
+} drm_radeon_tex_region_t;
+
+typedef struct {
+       /* The channel for communication of state information to the kernel
+        * on firing a vertex buffer.
+        */
+       drm_radeon_context_regs_t context_state;
+       drm_radeon_texture_regs_t tex_state[RADEON_MAX_TEXTURE_UNITS];
+       unsigned int dirty;
+       unsigned int vertsize;
+       unsigned int vc_format;
+
+       /* The current cliprects, or a subset thereof.
+        */
+       drm_clip_rect_t boxes[RADEON_NR_SAREA_CLIPRECTS];
+       unsigned int nbox;
+
+       /* Counters for client-side throttling of rendering clients.
+        */
+       unsigned int last_frame;
+       unsigned int last_dispatch;
+       unsigned int last_clear;
+
+       drm_radeon_tex_region_t tex_list[RADEON_NR_TEX_HEAPS][RADEON_NR_TEX_REGIONS+1];
+       int tex_age[RADEON_NR_TEX_HEAPS];
+       int ctx_owner;
+} drm_radeon_sarea_t;
+
+
+/* WARNING: If you change any of these defines, make sure to change the
+ * defines in the Xserver file (xf86drmRadeon.h)
+ */
+typedef struct drm_radeon_init {
+       enum {
+               RADEON_INIT_CP    = 0x01,
+               RADEON_CLEANUP_CP = 0x02
+       } func;
+       unsigned long sarea_priv_offset;
+       int is_pci;
+       int cp_mode;
+       int agp_size;
+       int ring_size;
+       int usec_timeout;
+
+       unsigned int fb_bpp;
+       unsigned int front_offset, front_pitch;
+       unsigned int back_offset, back_pitch;
+       unsigned int depth_bpp;
+       unsigned int depth_offset, depth_pitch;
+
+       unsigned long fb_offset;
+       unsigned long mmio_offset;
+       unsigned long ring_offset;
+       unsigned long ring_rptr_offset;
+       unsigned long buffers_offset;
+       unsigned long agp_textures_offset;
+} drm_radeon_init_t;
+
+typedef struct drm_radeon_cp_stop {
+       int flush;
+       int idle;
+} drm_radeon_cp_stop_t;
+
+typedef struct drm_radeon_fullscreen {
+       enum {
+               RADEON_INIT_FULLSCREEN    = 0x01,
+               RADEON_CLEANUP_FULLSCREEN = 0x02
+       } func;
+} drm_radeon_fullscreen_t;
+
+#define CLEAR_X1       0
+#define CLEAR_Y1       1
+#define CLEAR_X2       2
+#define CLEAR_Y2       3
+#define CLEAR_DEPTH    4
+
+typedef union drm_radeon_clear_rect {
+       float f[5];
+       unsigned int ui[5];
+} drm_radeon_clear_rect_t;
+
+typedef struct drm_radeon_clear {
+       unsigned int flags;
+       unsigned int clear_color;
+       unsigned int clear_depth;
+       unsigned int color_mask;
+       unsigned int depth_mask;
+       drm_radeon_clear_rect_t *depth_boxes;
+} drm_radeon_clear_t;
+
+typedef struct drm_radeon_vertex {
+       int prim;
+       int idx;                        /* Index of vertex buffer */
+       int count;                      /* Number of vertices in buffer */
+       int discard;                    /* Client finished with buffer? */
+} drm_radeon_vertex_t;
+
+typedef struct drm_radeon_indices {
+       int prim;
+       int idx;
+       int start;
+       int end;
+       int discard;                    /* Client finished with buffer? */
+} drm_radeon_indices_t;
+
+typedef struct drm_radeon_tex_image {
+       unsigned int x, y;              /* Blit coordinates */
+       unsigned int width, height;
+       const void *data;
+} drm_radeon_tex_image_t;
+
+typedef struct drm_radeon_texture {
+       int offset;
+       int pitch;
+       int format;
+       int width;                      /* Texture image coordinates */
+       int height;
+       drm_radeon_tex_image_t *image;
+} drm_radeon_texture_t;
+
+typedef struct drm_radeon_stipple {
+       unsigned int *mask;
+} drm_radeon_stipple_t;
+
+typedef struct drm_radeon_indirect {
+       int idx;
+       int start;
+       int end;
+       int discard;
+} drm_radeon_indirect_t;
+
+#endif
diff --git a/bsd/sis/sis.h b/bsd/sis/sis.h
new file mode 100644 (file)
index 0000000..b257bb4
--- /dev/null
@@ -0,0 +1,45 @@
+/* sis_drv.h -- Private header for sis driver -*- linux-c -*-
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ * 
+ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/sis/sis.h,v 1.1 2001/12/13 00:24:51 alanh Exp $ */
+
+#ifndef __SIS_H__
+#define __SIS_H__
+
+
+/* General customization:
+ */
+#define __HAVE_AGP             1
+#define __MUST_HAVE_AGP                0
+#define __HAVE_MTRR            1
+#define __HAVE_CTX_BITMAP      1
+
+/* Buffer customization:
+ */
+#define DRIVER_AGP_BUFFERS_MAP( dev )                                  \
+       ((drm_sis_private_t *)((dev)->dev_private))->buffers
+
+#endif
diff --git a/bsd/sis/sis_drm.h b/bsd/sis/sis_drm.h
new file mode 100644 (file)
index 0000000..db11cf6
--- /dev/null
@@ -0,0 +1,30 @@
+
+#ifndef _sis_drm_public_h_
+#define _sis_drm_public_h_
+
+typedef struct {
+  int context;
+  unsigned int offset;
+  unsigned int size;
+  unsigned int free;
+} drm_sis_mem_t;
+
+typedef struct {
+  unsigned int offset, size;
+} drm_sis_agp_t;
+
+typedef struct {
+  unsigned int left, right;
+} drm_sis_flip_t;
+
+#if defined(__KERNEL__) || defined(_KERNEL)
+
+int sis_fb_alloc(DRM_OS_IOCTL);
+int sis_fb_free(DRM_OS_IOCTL);
+int sisp_agp_init(DRM_OS_IOCTL);
+int sisp_agp_alloc(DRM_OS_IOCTL);
+int sisp_agp_free(DRM_OS_IOCTL);
+
+#endif
+
+#endif
diff --git a/bsd/sis/sis_drv.c b/bsd/sis/sis_drv.c
new file mode 100644 (file)
index 0000000..3cdc27d
--- /dev/null
@@ -0,0 +1,90 @@
+/* sis.c -- sis driver -*- linux-c -*-
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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 <sys/types.h>
+#include <sys/bus.h>
+#include <pci/pcivar.h>
+#include <opt_drm_linux.h>
+
+#include "sis.h"
+#include "drmP.h"
+#include "sis_drm.h"
+#include "sis_drv.h"
+
+#define DRIVER_AUTHOR   "SIS"
+#define DRIVER_NAME     "sis"
+#define DRIVER_DESC     "SIS 300/630/540"
+#define DRIVER_DATE     "20010503"
+#define DRIVER_MAJOR    1
+#define DRIVER_MINOR    0
+#define DRIVER_PATCHLEVEL  0
+
+/* List acquired from http://www.yourvote.com/pci/pcihdr.h and xc/xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
+ * Please report to anholt@teleport.com inaccuracies or if a chip you have works that is marked unsupported here.
+ */
+drm_chipinfo_t DRM(devicelist)[] = {
+       {0x1039, 0x0300, 1, "SIS 300"},
+       {0x1039, 0x0540, 1, "SIS 540"},
+       {0x1039, 0x0630, 1, "SIS 630"},
+       {0, 0, 0, NULL}
+};
+
+#define DRIVER_IOCTLS \
+        [DRM_IOCTL_NR(SIS_IOCTL_FB_ALLOC)]   = { sis_fb_alloc,   1, 1 }, \
+        [DRM_IOCTL_NR(SIS_IOCTL_FB_FREE)]    = { sis_fb_free,    1, 1 }, \
+        /* AGP Memory Management */                                      \
+        [DRM_IOCTL_NR(SIS_IOCTL_AGP_INIT)]   = { sisp_agp_init,          1, 1 }, \
+        [DRM_IOCTL_NR(SIS_IOCTL_AGP_ALLOC)]  = { sisp_agp_alloc,  1, 1 }, \
+        [DRM_IOCTL_NR(SIS_IOCTL_AGP_FREE)]   = { sisp_agp_free,          1, 1 }
+#if 0 /* these don't appear to be defined */
+       /* SIS Stereo */                                                 
+       [DRM_IOCTL_NR(DRM_IOCTL_CONTROL)]    = { sis_control,     1, 1 }, 
+        [DRM_IOCTL_NR(SIS_IOCTL_FLIP)]       = { sis_flip,       1, 1 }, 
+        [DRM_IOCTL_NR(SIS_IOCTL_FLIP_INIT)]  = { sis_flip_init,          1, 1 }, 
+        [DRM_IOCTL_NR(SIS_IOCTL_FLIP_FINAL)] = { sis_flip_final,  1, 1 }
+#endif
+
+#define __HAVE_COUNTERS                5
+
+#include "drm_auth.h"
+#include "drm_agpsupport.h"
+#include "drm_bufs.h"
+#include "drm_context.h"
+#include "drm_dma.h"
+#include "drm_drawable.h"
+#include "drm_drv.h"
+#include "drm_fops.h"
+#include "drm_init.h"
+#include "drm_ioctl.h"
+#include "drm_lists.h"
+#include "drm_lock.h"
+#include "drm_memory.h"
+#include "drm_vm.h"
+#include "drm_sysctl.h"
+
+DRIVER_MODULE(sis, pci, sis_driver, sis_devclass, 0, 0);
diff --git a/bsd/sis/sis_drv.h b/bsd/sis/sis_drv.h
new file mode 100644 (file)
index 0000000..b83a56a
--- /dev/null
@@ -0,0 +1,42 @@
+/* sis_drv.h -- Private header for sis driver -*- linux-c -*-
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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 _SIS_DRV_H_
+#define _SIS_DRV_H_
+
+typedef struct drm_sis_private {
+       drm_map_t *buffers;
+} drm_sis_private_t;
+
+/* Stereo ? - this was never committed */
+
+int sis_flip( DRM_OS_IOCTL );
+int sis_flip_init( DRM_OS_IOCTL );
+int sis_flip_final( DRM_OS_IOCTL );
+void flip_final(void);
+
+#endif
diff --git a/bsd/sis/sis_ds.c b/bsd/sis/sis_ds.c
new file mode 100644 (file)
index 0000000..9bac886
--- /dev/null
@@ -0,0 +1,398 @@
+/* sis_ds.c -- Private header for Direct Rendering Manager -*- linux-c -*-
+ * Created: Mon Jan  4 10:05:05 1999 by sclin@sis.com.tw
+ *
+ * Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ * 
+ * Authors:
+ *    Sung-Ching Lin <sclin@sis.com.tw>
+ * 
+ */
+
+
+#include "sis.h"
+#include "drmP.h"
+#include "sis_ds.h"
+
+/* Set Data Structure, not check repeated value
+ * temporarily used
+ */
+
+set_t *setInit(void)
+{
+  int i;
+  set_t *set;
+
+  set = (set_t *)SD_MALLOC(sizeof(set_t));
+  for(i = 0; i < SET_SIZE; i++){
+    set->list[i].free_next = i+1;    
+    set->list[i].alloc_next = -1;
+  }    
+  set->list[SET_SIZE-1].free_next = -1;
+  set->free = 0;
+  set->alloc = -1;
+  set->trace = -1;
+  
+  return set;
+}
+
+int setAdd(set_t *set, ITEM_TYPE item)
+{
+  int free = set->free;
+  
+  if(free != -1){
+    set->list[free].val = item;
+    set->free = set->list[free].free_next;
+  }
+  else{
+    return 0;
+  }
+
+  set->list[free].alloc_next = set->alloc;
+  set->alloc = free;  
+  set->list[free].free_next = -1;    
+
+  return 1;
+}
+
+int setDel(set_t *set, ITEM_TYPE item)
+{
+  int alloc = set->alloc;
+  int prev = -1;  
+  
+  while(alloc != -1){
+    if(set->list[alloc].val == item){
+      if(prev != -1)      
+        set->list[prev].alloc_next = set->list[alloc].alloc_next; 
+      else
+        set->alloc = set->list[alloc].alloc_next;
+      break;
+    }
+    prev = alloc;
+    alloc = set->list[alloc].alloc_next;      
+  }
+
+  if(alloc == -1)
+    return 0;
+  
+  set->list[alloc].free_next = set->free;
+  set->free = alloc;
+  set->list[alloc].alloc_next = -1;   
+
+  return 1;
+}
+
+/* setFirst -> setAdd -> setNext is wrong */
+
+int setFirst(set_t *set, ITEM_TYPE *item)
+{
+  if(set->alloc == -1)
+    return 0;
+
+  *item = set->list[set->alloc].val;
+  set->trace = set->list[set->alloc].alloc_next; 
+
+  return 1;
+}
+
+int setNext(set_t *set, ITEM_TYPE *item)
+{
+  if(set->trace == -1)
+    return 0;
+  
+  *item = set->list[set->trace].val;
+  set->trace = set->list[set->trace].alloc_next;      
+
+  return 1;
+}
+
+int setDestroy(set_t *set)
+{
+  SD_FREE(set);
+
+  return 1;
+}
+
+/*
+ * GLX Hardware Device Driver common code
+ * Copyright (C) 1999 Keith Whitwell
+ *
+ * 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, sublicense,
+ * 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 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS 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.
+ *
+ */
+
+#define ISFREE(bptr) ((bptr)->free)
+
+#define PRINTF(fmt, arg...) do{}while(0)
+#define fprintf(fmt, arg...) do{}while(0)
+
+static void *calloc(size_t nmemb, size_t size)
+{
+  void *addr;
+  addr = SD_MALLOC(nmemb*size);
+  memset(addr, 0, nmemb*size);
+  return addr;
+}
+
+void mmDumpMemInfo( memHeap_t *heap )
+{
+  TMemBlock *p;
+
+  PRINTF ("Memory heap %p:\n", heap);
+  if (heap == 0) {
+    PRINTF ("  heap == 0\n");
+  } else {
+    p = (TMemBlock *)heap;
+    while (p) {
+      PRINTF ("  Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
+            p->free ? '.':'U',
+            p->reserved ? 'R':'.');
+      p = p->next;
+    }
+  }
+  PRINTF ("End of memory blocks\n");
+}
+
+memHeap_t *mmInit(int ofs,
+                 int size)
+{
+   PMemBlock blocks;
+  
+   if (size <= 0) {
+      return 0;
+   }
+   blocks = (TMemBlock *) calloc(1,sizeof(TMemBlock));
+   if (blocks) {
+      blocks->ofs = ofs;
+      blocks->size = size;
+      blocks->free = 1;
+      return (memHeap_t *)blocks;
+   } else
+      return 0;
+}
+
+/* Kludgey workaround for existing i810 server.  Remove soon.
+ */
+memHeap_t *mmAddRange( memHeap_t *heap,
+                      int ofs,
+                      int size )
+{
+   PMemBlock blocks;
+   blocks = (TMemBlock *) calloc(2,sizeof(TMemBlock));
+   if (blocks) {
+      blocks[0].size = size;
+      blocks[0].free = 1;
+      blocks[0].ofs = ofs;
+      blocks[0].next = &blocks[1];
+
+      /* Discontinuity - stops JoinBlock from trying to join non-adjacent
+       * ranges.
+       */
+      blocks[1].size = 0;
+      blocks[1].free = 0;
+      blocks[1].ofs = ofs+size;
+      blocks[1].next = (PMemBlock) heap;      
+      return (memHeap_t *)blocks;
+   } 
+   else
+      return heap;
+}
+
+static TMemBlock* SliceBlock(TMemBlock *p, 
+                            int startofs, int size, 
+                            int reserved, int alignment)
+{
+  TMemBlock *newblock;
+
+  /* break left */
+  if (startofs > p->ofs) {
+    newblock = (TMemBlock*) calloc(1,sizeof(TMemBlock));
+    newblock->ofs = startofs;
+    newblock->size = p->size - (startofs - p->ofs);
+    newblock->free = 1;
+    newblock->next = p->next;
+    p->size -= newblock->size;
+    p->next = newblock;
+    p = newblock;
+  }
+
+  /* break right */
+  if (size < p->size) {
+    newblock = (TMemBlock*) calloc(1,sizeof(TMemBlock));
+    newblock->ofs = startofs + size;
+    newblock->size = p->size - size;
+    newblock->free = 1;
+    newblock->next = p->next;
+    p->size = size;
+    p->next = newblock;
+  }
+
+  /* p = middle block */
+  p->align = alignment;
+  p->free = 0;
+  p->reserved = reserved;
+  return p;
+}
+
+PMemBlock mmAllocMem( memHeap_t *heap, int size, int align2, int startSearch)
+{
+  int mask,startofs,endofs;
+  TMemBlock *p;
+
+  if (!heap || align2 < 0 || size <= 0)
+    return NULL;
+  mask = (1 << align2)-1;
+  startofs = 0;
+  p = (TMemBlock *)heap;
+  while (p) {
+    if (ISFREE(p)) {
+      startofs = (p->ofs + mask) & ~mask;
+      if ( startofs < startSearch ) {
+       startofs = startSearch;
+      }
+      endofs = startofs+size;
+      if (endofs <= (p->ofs+p->size))
+       break;
+    }
+    p = p->next;
+  }
+  if (!p)
+    return NULL;
+  p = SliceBlock(p,startofs,size,0,mask+1);
+  p->heap = heap;
+  return p;
+}
+
+static __inline__ int Join2Blocks(TMemBlock *p)
+{
+  if (p->free && p->next && p->next->free) {
+    TMemBlock *q = p->next;
+    p->size += q->size;
+    p->next = q->next;
+    SD_FREE(q);
+    return 1;
+  }
+  return 0;
+}
+
+int mmFreeMem(PMemBlock b)
+{
+  TMemBlock *p,*prev;
+
+  if (!b)
+    return 0;
+  if (!b->heap) {
+     fprintf(stderr, "no heap\n");
+     return -1;
+  }
+  p = b->heap;
+  prev = NULL;
+  while (p && p != b) {
+    prev = p;
+    p = p->next;
+  }
+  if (!p || p->free || p->reserved) {
+     if (!p)
+       fprintf(stderr, "block not found in heap\n");
+     else if (p->free)
+       fprintf(stderr, "block already free\n");
+     else
+       fprintf(stderr, "block is reserved\n");
+    return -1;
+  }
+  p->free = 1;
+  Join2Blocks(p);
+  if (prev)
+    Join2Blocks(prev);
+  return 0;
+}
+
+int mmReserveMem(memHeap_t *heap, int offset,int size)
+{
+  int endofs;
+  TMemBlock *p;
+
+  if (!heap || size <= 0)
+    return -1;
+  endofs = offset+size;
+  p = (TMemBlock *)heap;
+  while (p && p->ofs <= offset) {
+    if (ISFREE(p) && endofs <= (p->ofs+p->size)) {
+      SliceBlock(p,offset,size,1,1);
+      return 0;
+    }
+    p = p->next;
+  }
+  return -1;
+}
+
+int mmFreeReserved(memHeap_t *heap, int offset)
+{
+  TMemBlock *p,*prev;
+
+  if (!heap)
+    return -1;
+  p = (TMemBlock *)heap;
+  prev = NULL;
+  while (p && p->ofs != offset) {
+    prev = p;
+    p = p->next;
+  }
+  if (!p || !p->reserved)
+    return -1;
+  p->free = 1;
+  p->reserved = 0;
+  Join2Blocks(p);
+  if (prev)
+    Join2Blocks(prev);
+  return 0;
+}
+
+void mmDestroy(memHeap_t *heap)
+{
+  TMemBlock *p,*q;
+
+  if (!heap)
+    return;
+  p = (TMemBlock *)heap;
+  while (p) {
+    q = p->next;
+    SD_FREE(p);
+    p = q;
+  }
+}
diff --git a/bsd/sis/sis_ds.h b/bsd/sis/sis_ds.h
new file mode 100644 (file)
index 0000000..dbbd8ef
--- /dev/null
@@ -0,0 +1,163 @@
+/* sis_ds.h -- Private header for Direct Rendering Manager -*- linux-c -*-
+ * Created: Mon Jan  4 10:05:05 1999 by sclin@sis.com.tw
+ *
+ * Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ * 
+ * Authors:
+ *    Sung-Ching Lin <sclin@sis.com.tw>
+ * 
+ */
+
+#ifndef _sis_ds_h_
+#define _sis_ds_h_
+
+/* Set Data Structure */
+
+#define SET_SIZE 5000
+#define SD_MALLOC(s) malloc( s, DRM(M_DRM), M_NOWAIT )
+#define SD_FREE(s) free( s, DRM(M_DRM) )
+
+typedef unsigned int ITEM_TYPE;
+
+typedef struct {
+  ITEM_TYPE val;
+  int alloc_next, free_next;
+} list_item_t;
+
+typedef struct {
+  int alloc;
+  int free;
+  int trace;
+  list_item_t list[SET_SIZE];
+} set_t;
+
+set_t *setInit(void);
+int setAdd(set_t *set, ITEM_TYPE item);
+int setDel(set_t *set, ITEM_TYPE item);
+int setFirst(set_t *set, ITEM_TYPE *item);
+int setNext(set_t *set, ITEM_TYPE *item);
+int setDestroy(set_t *set);
+
+#endif
+
+/*
+ * GLX Hardware Device Driver common code
+ * Copyright (C) 1999 Keith Whitwell
+ *
+ * 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, sublicense,
+ * 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 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS 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 MM_INC
+#define MM_INC
+
+struct mem_block_t {
+  struct mem_block_t *next;
+  struct mem_block_t *heap;
+  int ofs,size;
+  int align;
+  int free:1;
+  int reserved:1;
+};
+typedef struct mem_block_t TMemBlock;
+typedef struct mem_block_t *PMemBlock;
+
+/* a heap is just the first block in a chain */
+typedef struct mem_block_t memHeap_t;
+
+static __inline__ int mmBlockSize(PMemBlock b)
+{ return b->size; }
+
+static __inline__ int mmOffset(PMemBlock b)
+{ return b->ofs; }
+
+static __inline__ void mmMarkReserved(PMemBlock b)
+{ b->reserved = 1; }
+
+/* 
+ * input: total size in bytes
+ * return: a heap pointer if OK, NULL if error
+ */
+memHeap_t *mmInit( int ofs, int size );
+
+
+
+memHeap_t *mmAddRange( memHeap_t *heap,
+                      int ofs,
+                      int size );
+
+
+/*
+ * Allocate 'size' bytes with 2^align2 bytes alignment,
+ * restrict the search to free memory after 'startSearch'
+ * depth and back buffers should be in different 4mb banks
+ * to get better page hits if possible
+ * input:      size = size of block
+ *             align2 = 2^align2 bytes alignment
+ *             startSearch = linear offset from start of heap to begin search
+ * return: pointer to the allocated block, 0 if error
+ */
+PMemBlock  mmAllocMem( memHeap_t *heap, int size, int align2, int startSearch );
+
+/*
+ * Free block starts at offset
+ * input: pointer to a block
+ * return: 0 if OK, -1 if error
+ */
+int  mmFreeMem( PMemBlock b );
+
+/*
+ * Reserve 'size' bytes block start at offset
+ * This is used to prevent allocation of memory already used
+ * by the X server for the front buffer, pixmaps, and cursor
+ * input: size, offset
+ * output: 0 if OK, -1 if error
+ */
+int mmReserveMem( memHeap_t *heap, int offset,int size );
+int mmFreeReserved( memHeap_t *heap, int offset );
+
+/*
+ * destroy MM
+ */
+void mmDestroy( memHeap_t *mmInit );
+
+/* For debuging purpose. */
+void mmDumpMemInfo( memHeap_t *mmInit );
+
+#endif
diff --git a/bsd/sis/sis_mm.c b/bsd/sis/sis_mm.c
new file mode 100644 (file)
index 0000000..c00aa7e
--- /dev/null
@@ -0,0 +1,300 @@
+/* sis_mm.c -- Private header for Direct Rendering Manager -*- linux-c -*-
+ * Created: Mon Jan  4 10:05:05 1999 by sclin@sis.com.tw
+ *
+ * Copyright 2000 Silicon Integrated Systems Corp, Inc., HsinChu, Taiwan.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ * 
+ * Authors:
+ *    Sung-Ching Lin <sclin@sis.com.tw>
+ * 
+ */
+
+#ifdef __linux
+#define __NO_VERSION__
+#include <linux/sisfb.h>
+#endif
+
+#include "sis.h"
+#include "drmP.h"
+#include "sis_drm.h"
+#include "sis_drv.h"
+#include "sis_ds.h"
+
+#define MAX_CONTEXT 100
+#define VIDEO_TYPE 0 
+#define AGP_TYPE 1
+
+typedef struct {
+  int used;
+  int context;
+  set_t *sets[2]; /* 0 for video, 1 for AGP */
+} sis_context_t;
+
+static sis_context_t global_ppriv[MAX_CONTEXT];
+
+static int add_alloc_set(int context, int type, unsigned int val)
+{
+  int i, retval = 0;
+  
+  for(i = 0; i < MAX_CONTEXT; i++)
+    if(global_ppriv[i].used && global_ppriv[i].context == context){
+      retval = setAdd(global_ppriv[i].sets[type], val);
+      break;
+    }
+  return retval;
+}
+
+static int del_alloc_set(int context, int type, unsigned int val)
+{  
+  int i, retval = 0;
+  for(i = 0; i < MAX_CONTEXT; i++)
+    if(global_ppriv[i].used && global_ppriv[i].context == context){
+      retval = setDel(global_ppriv[i].sets[type], val);
+      break;
+    }
+  return retval;
+}
+
+/* fb management via fb device */ 
+#if 1
+int sis_fb_alloc( DRM_OS_IOCTL )
+{
+  drm_sis_mem_t fb;
+  struct sis_memreq req;
+  int retval = 0;
+   
+  DRM_OS_KRNFROMUSR( fb, (drm_sis_mem_t *) data, sizeof(fb) );
+  
+  req.size = fb.size;
+  sis_malloc(&req);
+  if(req.offset){
+    /* TODO */
+    fb.offset = req.offset;
+    fb.free = req.offset;
+    if(!add_alloc_set(fb.context, VIDEO_TYPE, fb.free)){
+      DRM_DEBUG("adding to allocation set fails");
+      sis_free(req.offset);
+      retval = -1;
+    }
+  }
+  else{  
+    fb.offset = 0;
+    fb.size = 0;
+    fb.free = 0;
+  }
+   
+  DRM_OS_KRNTOUSR( (drm_sis_mem_t *) data, fb, sizeof(fb) );
+
+  DRM_DEBUG("alloc fb, size = %d, offset = %ld\n", fb.size, req.offset);
+
+  return retval;
+}
+
+int sis_fb_free( DRM_OS_IOCTL )
+{
+  drm_sis_mem_t fb;
+  int retval = 0;
+    
+  DRM_OS_KRNFROMUSR( fb, (drm_sis_mem_t *) data, sizeof(fb) );
+  
+  if(!fb.free){
+    return -1;
+  }
+
+  sis_free(fb.free);
+  if(!del_alloc_set(fb.context, VIDEO_TYPE, fb.free))
+    retval = -1;
+
+  DRM_DEBUG("free fb, offset = %d\n", fb.free);
+  
+  return retval;
+}
+
+#else
+
+int sis_fb_alloc( DRM_OS_IOCTL )
+{
+  return -1;
+}
+
+int sis_fb_free( DRM_OS_IOCTL )
+{
+  return 0;
+}
+
+#endif
+
+/* agp memory management */ 
+#if 1
+
+static memHeap_t *AgpHeap = NULL;
+
+int sisp_agp_init( DRM_OS_IOCTL )
+{
+  drm_sis_agp_t agp;
+   
+  DRM_OS_KRNFROMUSR( agp, (drm_sis_agp_t *) data, sizeof(agp) );
+
+  AgpHeap = mmInit(agp.offset, agp.size);
+
+  DRM_DEBUG("offset = %u, size = %u", agp.offset, agp.size);
+  
+  return 0;
+}
+
+int sisp_agp_alloc( DRM_OS_IOCTL )
+{
+  drm_sis_mem_t agp;
+  PMemBlock block;
+  int retval = 0;
+   
+  if(!AgpHeap)
+    return -1;
+  
+  DRM_OS_KRNFROMUSR( agp, (drm_sis_mem_t *) data, sizeof(agp));
+  
+  block = mmAllocMem(AgpHeap, agp.size, 0, 0);
+  if(block){
+    /* TODO */
+    agp.offset = block->ofs;
+    agp.free = (unsigned int)block;
+    if(!add_alloc_set(agp.context, AGP_TYPE, agp.free)){
+      DRM_DEBUG("adding to allocation set fails");
+      mmFreeMem((PMemBlock)agp.free);
+      retval = -1;
+    }
+  }
+  else{  
+    agp.offset = 0;
+    agp.size = 0;
+    agp.free = 0;
+  }
+   
+  DRM_OS_KRNTOUSR( (drm_sis_mem_t *) data, agp, sizeof(agp) );
+
+  DRM_DEBUG("alloc agp, size = %d, offset = %d\n", agp.size, agp.offset);
+
+  return retval;
+}
+
+int sisp_agp_free( DRM_OS_IOCTL )
+{
+  drm_sis_mem_t agp;
+  int retval = 0;
+
+  if(!AgpHeap)
+    return -1;
+    
+  DRM_OS_KRNFROMUSR( agp, (drm_sis_mem_t *) data, sizeof(agp));
+  
+  if(!agp.free){
+    return -1;
+  }
+
+  mmFreeMem((PMemBlock)agp.free);
+  if(!del_alloc_set(agp.context, AGP_TYPE, agp.free))
+    retval = -1;
+
+  DRM_DEBUG("free agp, free = %d\n", agp.free);
+  
+  return retval;
+}
+
+#endif
+
+int sis_init_context(int context)
+{
+       int i;
+       
+       for(i = 0; i < MAX_CONTEXT ; i++)
+         if(global_ppriv[i].used && (global_ppriv[i].context == context))
+           break;
+
+       if(i >= MAX_CONTEXT){
+         for(i = 0; i < MAX_CONTEXT ; i++){
+           if(!global_ppriv[i].used){
+             global_ppriv[i].context = context;
+             global_ppriv[i].used = 1;
+             global_ppriv[i].sets[0] = setInit();
+             global_ppriv[i].sets[1] = setInit();
+             DRM_DEBUG("init allocation set, socket=%d, context = %d\n", 
+                        i, context);
+             break;
+           }   
+         }
+         if((i >= MAX_CONTEXT) || (global_ppriv[i].sets[0] == NULL) ||
+            (global_ppriv[i].sets[1] == NULL)){
+           return 0;
+         }
+       }
+       
+       return 1;
+}
+
+int sis_final_context(int context)
+{
+       int i;
+
+       for(i=0; i<MAX_CONTEXT; i++)
+         if(global_ppriv[i].used && (global_ppriv[i].context == context))
+           break;
+          
+       if(i < MAX_CONTEXT){
+         set_t *set;
+         unsigned int item;
+         int retval;
+         
+         DRM_DEBUG("find socket %d, context = %d\n", i, context);
+
+         /* Video Memory */
+         set = global_ppriv[i].sets[0];
+         retval = setFirst(set, &item);
+         while(retval){
+           DRM_DEBUG("free video memory 0x%x\n", item);
+#if 0
+            sis_free(item);
+#endif
+           retval = setNext(set, &item);
+         }
+         setDestroy(set);
+
+         /* AGP Memory */
+         set = global_ppriv[i].sets[1];
+         retval = setFirst(set, &item);
+         while(retval){
+           DRM_DEBUG("free agp memory 0x%x\n", item);
+           mmFreeMem((PMemBlock)item);
+           retval = setNext(set, &item);
+         }
+         setDestroy(set);
+         
+         global_ppriv[i].used = 0;       
+        }
+
+       /* turn-off auto-flip */
+       /* TODO */
+#if defined(SIS_STEREO)
+       flip_final();
+#endif
+       
+       return 1;
+}
diff --git a/bsd/sis_drm.h b/bsd/sis_drm.h
new file mode 100644 (file)
index 0000000..db11cf6
--- /dev/null
@@ -0,0 +1,30 @@
+
+#ifndef _sis_drm_public_h_
+#define _sis_drm_public_h_
+
+typedef struct {
+  int context;
+  unsigned int offset;
+  unsigned int size;
+  unsigned int free;
+} drm_sis_mem_t;
+
+typedef struct {
+  unsigned int offset, size;
+} drm_sis_agp_t;
+
+typedef struct {
+  unsigned int left, right;
+} drm_sis_flip_t;
+
+#if defined(__KERNEL__) || defined(_KERNEL)
+
+int sis_fb_alloc(DRM_OS_IOCTL);
+int sis_fb_free(DRM_OS_IOCTL);
+int sisp_agp_init(DRM_OS_IOCTL);
+int sisp_agp_alloc(DRM_OS_IOCTL);
+int sisp_agp_free(DRM_OS_IOCTL);
+
+#endif
+
+#endif
diff --git a/bsd/tdfx/tdfx.h b/bsd/tdfx/tdfx.h
new file mode 100644 (file)
index 0000000..40aba8f
--- /dev/null
@@ -0,0 +1,42 @@
+/* tdfx.h -- 3dfx DRM template customization -*- linux-c -*-
+ * Created: Wed Feb 14 12:32:32 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __TDFX_H__
+#define __TDFX_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) tdfx_##x
+
+/* General customization:
+ */
+#define __HAVE_MTRR            1
+#define __HAVE_CTX_BITMAP      1
+
+#endif
diff --git a/linux-core/i830_dma.c b/linux-core/i830_dma.c
new file mode 100644 (file)
index 0000000..661987f
--- /dev/null
@@ -0,0 +1,1418 @@
+/* i830_dma.c -- DMA support for the I830 -*- linux-c -*-
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors: Rickard E. (Rik) Faith <faith@valinux.com>
+ *         Jeff Hartmann <jhartmann@valinux.com>
+ *      Keith Whitwell <keithw@valinux.com>
+ *      Abraham vd Merwe <abraham@2d3d.co.za>
+ *
+ */
+
+#define __NO_VERSION__
+#include "i830.h"
+#include "drmP.h"
+#include "i830_drv.h"
+#include <linux/interrupt.h>   /* For task queue support */
+
+/* in case we don't have a 2.3.99-pre6 kernel or later: */
+#ifndef VM_DONTCOPY
+#define VM_DONTCOPY 0
+#endif
+
+#define I830_BUF_FREE          2
+#define I830_BUF_CLIENT                1
+#define I830_BUF_HARDWARE              0
+
+#define I830_BUF_UNMAPPED 0
+#define I830_BUF_MAPPED   1
+
+#define RING_LOCALS    unsigned int outring, ringmask; volatile char *virt;
+
+
+#define DO_IDLE_WORKAROUND()                                   \
+do {                                                           \
+   int _head;                                                  \
+   int _tail;                                                  \
+   int _i;                                                     \
+   do {                                                        \
+      _head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;      \
+      _tail = I830_READ(LP_RING + RING_TAIL) & TAIL_ADDR;      \
+      for(_i = 0; _i < 65535; _i++);                           \
+   } while(_head != _tail);                                    \
+} while(0)
+
+#define I830_SYNC_WORKAROUND 0
+
+#define BEGIN_LP_RING(n) do {                          \
+       if (I830_VERBOSE)                               \
+               DRM_DEBUG("BEGIN_LP_RING(%d) in %s\n",  \
+                         n, __FUNCTION__);             \
+       if (I830_SYNC_WORKAROUND)                       \
+               DO_IDLE_WORKAROUND();                   \
+       if (dev_priv->ring.space < n*4)                 \
+               i830_wait_ring(dev, n*4);               \
+       dev_priv->ring.space -= n*4;                    \
+       outring = dev_priv->ring.tail;                  \
+       ringmask = dev_priv->ring.tail_mask;            \
+       virt = dev_priv->ring.virtual_start;            \
+} while (0)
+
+#define ADVANCE_LP_RING() do {                                 \
+       if (I830_VERBOSE) DRM_DEBUG("ADVANCE_LP_RING\n");       \
+       dev_priv->ring.tail = outring;                          \
+       I830_WRITE(LP_RING + RING_TAIL, outring);               \
+} while(0)
+
+#define OUT_RING(n) do {                                               \
+       if (I830_VERBOSE) DRM_DEBUG("   OUT_RING %x\n", (int)(n));      \
+       *(volatile unsigned int *)(virt + outring) = n;                 \
+       outring += 4;                                                   \
+       outring &= ringmask;                                            \
+} while (0);
+
+static inline void i830_print_status_page(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       u32 *temp = (u32 *)dev_priv->hw_status_page;
+       int i;
+
+       DRM_DEBUG(  "hw_status: Interrupt Status : %x\n", temp[0]);
+       DRM_DEBUG(  "hw_status: LpRing Head ptr : %x\n", temp[1]);
+       DRM_DEBUG(  "hw_status: IRing Head ptr : %x\n", temp[2]);
+       DRM_DEBUG(  "hw_status: Reserved : %x\n", temp[3]);
+       DRM_DEBUG(  "hw_status: Driver Counter : %d\n", temp[5]);
+       for(i = 9; i < dma->buf_count + 9; i++) {
+               DRM_DEBUG( "buffer status idx : %d used: %d\n", i - 9, temp[i]);
+       }
+}
+
+static drm_buf_t *i830_freelist_get(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+       int              used;
+   
+       /* Linear search might not be the best solution */
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+               /* In use is already a pointer */
+               used = cmpxchg(buf_priv->in_use, I830_BUF_FREE, 
+                              I830_BUF_CLIENT);
+               if(used == I830_BUF_FREE) {
+                       return buf;
+               }
+       }
+       return NULL;
+}
+
+/* This should only be called if the buffer is not sent to the hardware
+ * yet, the hardware updates in use for us once its on the ring buffer.
+ */
+
+static int i830_freelist_put(drm_device_t *dev, drm_buf_t *buf)
+{
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       int used;
+   
+       /* In use is already a pointer */
+       used = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, I830_BUF_FREE);
+       if(used != I830_BUF_CLIENT) {
+               DRM_ERROR("Freeing buffer thats not in use : %d\n", buf->idx);
+               return -EINVAL;
+       }
+   
+       return 0;
+}
+
+static struct file_operations i830_buffer_fops = {
+       open:    DRM(open),
+       flush:   DRM(flush),
+       release: DRM(release),
+       ioctl:   DRM(ioctl),
+       mmap:    i830_mmap_buffers,
+       read:    DRM(read),
+       fasync:  DRM(fasync),
+       poll:    DRM(poll),
+};
+
+int i830_mmap_buffers(struct file *filp, struct vm_area_struct *vma)
+{
+       drm_file_t          *priv         = filp->private_data;
+       drm_device_t        *dev;
+       drm_i830_private_t  *dev_priv;
+       drm_buf_t           *buf;
+       drm_i830_buf_priv_t *buf_priv;
+
+       lock_kernel();
+       dev      = priv->dev;
+       dev_priv = dev->dev_private;
+       buf      = dev_priv->mmap_buffer;
+       buf_priv = buf->dev_private;
+   
+       vma->vm_flags |= (VM_IO | VM_DONTCOPY);
+       vma->vm_file = filp;
+   
+       buf_priv->currently_mapped = I830_BUF_MAPPED;
+       unlock_kernel();
+
+       if (remap_page_range(vma->vm_start,
+                            VM_OFFSET(vma),
+                            vma->vm_end - vma->vm_start,
+                            vma->vm_page_prot)) return -EAGAIN;
+       return 0;
+}
+
+static int i830_map_buffer(drm_buf_t *buf, struct file *filp)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_device_t      *dev    = priv->dev;
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       struct file_operations *old_fops;
+       int retcode = 0;
+
+       if(buf_priv->currently_mapped == I830_BUF_MAPPED) return -EINVAL;
+
+       if(VM_DONTCOPY != 0) {
+#if LINUX_VERSION_CODE <= 0x020402
+               down( &current->mm->mmap_sem );
+#else
+               down_write( &current->mm->mmap_sem );
+#endif
+               old_fops = filp->f_op;
+               filp->f_op = &i830_buffer_fops;
+               dev_priv->mmap_buffer = buf;
+               buf_priv->virtual = (void *)do_mmap(filp, 0, buf->total, 
+                                                   PROT_READ|PROT_WRITE,
+                                                   MAP_SHARED, 
+                                                   buf->bus_address);
+               dev_priv->mmap_buffer = NULL;
+               filp->f_op = old_fops;
+               if ((unsigned long)buf_priv->virtual > -1024UL) {
+                       /* Real error */
+                       DRM_DEBUG("mmap error\n");
+                       retcode = (signed int)buf_priv->virtual;
+                       buf_priv->virtual = 0;
+               }
+#if LINUX_VERSION_CODE <= 0x020402
+               up( &current->mm->mmap_sem );
+#else
+               up_write( &current->mm->mmap_sem );
+#endif
+       } else {
+               buf_priv->virtual = buf_priv->kernel_virtual;
+               buf_priv->currently_mapped = I830_BUF_MAPPED;
+       }
+       return retcode;
+}
+
+static int i830_unmap_buffer(drm_buf_t *buf)
+{
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       int retcode = 0;
+
+       if(VM_DONTCOPY != 0) {
+               if(buf_priv->currently_mapped != I830_BUF_MAPPED) 
+                       return -EINVAL;
+#if LINUX_VERSION_CODE <= 0x020402
+               down( &current->mm->mmap_sem );
+#else
+               down_write( &current->mm->mmap_sem );
+#endif
+#if LINUX_VERSION_CODE < 0x020399
+               retcode = do_munmap((unsigned long)buf_priv->virtual, 
+                                   (size_t) buf->total);
+#else
+               retcode = do_munmap(current->mm, 
+                                   (unsigned long)buf_priv->virtual, 
+                                   (size_t) buf->total);
+#endif
+#if LINUX_VERSION_CODE <= 0x020402
+               up( &current->mm->mmap_sem );
+#else
+               up_write( &current->mm->mmap_sem );
+#endif
+       }
+       buf_priv->currently_mapped = I830_BUF_UNMAPPED;
+       buf_priv->virtual = 0;
+
+       return retcode;
+}
+
+static int i830_dma_get_buffer(drm_device_t *dev, drm_i830_dma_t *d, 
+                              struct file *filp)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_buf_t         *buf;
+       drm_i830_buf_priv_t *buf_priv;
+       int retcode = 0;
+
+       buf = i830_freelist_get(dev);
+       if (!buf) {
+               retcode = -ENOMEM;
+               DRM_DEBUG("retcode=%d\n", retcode);
+               return retcode;
+       }
+   
+       retcode = i830_map_buffer(buf, filp);
+       if(retcode) {
+               i830_freelist_put(dev, buf);
+               DRM_DEBUG("mapbuf failed, retcode %d\n", retcode);
+               return retcode;
+       }
+       buf->pid     = priv->pid;
+       buf_priv = buf->dev_private;    
+       d->granted = 1;
+       d->request_idx = buf->idx;
+       d->request_size = buf->total;
+       d->virtual = buf_priv->virtual;
+
+       return retcode;
+}
+
+static unsigned long i830_alloc_page(drm_device_t *dev)
+{
+       unsigned long address;
+   
+       address = __get_free_page(GFP_KERNEL);
+       if(address == 0UL) 
+               return 0;
+       
+       atomic_inc(&virt_to_page(address)->count);
+       set_bit(PG_locked, &virt_to_page(address)->flags);
+   
+       return address;
+}
+
+static void i830_free_page(drm_device_t *dev, unsigned long page)
+{
+       if(page == 0UL) 
+               return;
+       
+       atomic_dec(&virt_to_page(page)->count);
+       clear_bit(PG_locked, &virt_to_page(page)->flags);
+       wake_up(&virt_to_page(page)->wait);
+       free_page(page);
+       return;
+}
+
+static int i830_dma_cleanup(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+
+       if(dev->dev_private) {
+               int i;
+               drm_i830_private_t *dev_priv = 
+                       (drm_i830_private_t *) dev->dev_private;
+          
+               if(dev_priv->ring.virtual_start) {
+                       DRM(ioremapfree)((void *) dev_priv->ring.virtual_start,
+                                        dev_priv->ring.Size);
+               }
+               if(dev_priv->hw_status_page != 0UL) {
+                       i830_free_page(dev, dev_priv->hw_status_page);
+                       /* Need to rewrite hardware status page */
+                       I830_WRITE(0x02080, 0x1ffff000);
+               }
+               DRM(free)(dev->dev_private, sizeof(drm_i830_private_t), 
+                        DRM_MEM_DRIVER);
+               dev->dev_private = NULL;
+
+               for (i = 0; i < dma->buf_count; i++) {
+                       drm_buf_t *buf = dma->buflist[ i ];
+                       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+                       DRM(ioremapfree)(buf_priv->kernel_virtual, buf->total);
+               }
+       }
+       return 0;
+}
+
+static int i830_wait_ring(drm_device_t *dev, int n)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_ring_buffer_t *ring = &(dev_priv->ring);
+       int iters = 0;
+       unsigned long end;
+       unsigned int last_head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+
+       end = jiffies + (HZ*3);
+       while (ring->space < n) {
+               int i;
+       
+               ring->head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+               ring->space = ring->head - (ring->tail+8);
+               if (ring->space < 0) ring->space += ring->Size;
+          
+               if (ring->head != last_head) {
+                       end = jiffies + (HZ*3);
+                       last_head = ring->head;
+               }
+         
+               iters++;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("space: %d wanted %d\n", ring->space, n);
+                       DRM_ERROR("lockup\n");
+                       goto out_wait_ring;
+               }
+
+               for (i = 0 ; i < 2000 ; i++) ;
+       }
+
+out_wait_ring:   
+       return iters;
+}
+
+static void i830_kernel_lost_context(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_ring_buffer_t *ring = &(dev_priv->ring);
+      
+       ring->head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+       ring->tail = I830_READ(LP_RING + RING_TAIL);
+       ring->space = ring->head - (ring->tail+8);
+       if (ring->space < 0) ring->space += ring->Size;
+}
+
+static int i830_freelist_init(drm_device_t *dev, drm_i830_private_t *dev_priv)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int my_idx = 36;
+       u32 *hw_status = (u32 *)(dev_priv->hw_status_page + my_idx);
+       int i;
+
+       if(dma->buf_count > 1019) {
+               /* Not enough space in the status page for the freelist */
+               return -EINVAL;
+       }
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+
+               buf_priv->in_use = hw_status++;
+               buf_priv->my_use_idx = my_idx;
+               my_idx += 4;
+
+               *buf_priv->in_use = I830_BUF_FREE;
+
+               buf_priv->kernel_virtual = DRM(ioremap)(buf->bus_address, 
+                                                       buf->total);
+       }
+       return 0;
+}
+
+static int i830_dma_initialize(drm_device_t *dev, 
+                              drm_i830_private_t *dev_priv,
+                              drm_i830_init_t *init)
+{
+       struct list_head *list;
+
+       memset(dev_priv, 0, sizeof(drm_i830_private_t));
+
+       list_for_each(list, &dev->maplist->head) {
+               drm_map_list_t *r_list = (drm_map_list_t *)list;
+               if( r_list->map &&
+                   r_list->map->type == _DRM_SHM &&
+                   r_list->map->flags & _DRM_CONTAINS_LOCK ) {
+                       dev_priv->sarea_map = r_list->map;
+                       break;
+               }
+       }
+
+       if(!dev_priv->sarea_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find sarea!\n");
+               return -EINVAL;
+       }
+       DRM_FIND_MAP( dev_priv->mmio_map, init->mmio_offset );
+       if(!dev_priv->mmio_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find mmio map!\n");
+               return -EINVAL;
+       }
+       DRM_FIND_MAP( dev_priv->buffer_map, init->buffers_offset );
+       if(!dev_priv->buffer_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find dma buffer map!\n");
+               return -EINVAL;
+       }
+
+       dev_priv->sarea_priv = (drm_i830_sarea_t *)
+               ((u8 *)dev_priv->sarea_map->handle +
+                init->sarea_priv_offset);
+
+       atomic_set(&dev_priv->flush_done, 0);
+       init_waitqueue_head(&dev_priv->flush_queue);
+
+       dev_priv->ring.Start = init->ring_start;
+       dev_priv->ring.End = init->ring_end;
+       dev_priv->ring.Size = init->ring_size;
+
+       dev_priv->ring.virtual_start = DRM(ioremap)(dev->agp->base + 
+                                                   init->ring_start, 
+                                                   init->ring_size);
+
+       if (dev_priv->ring.virtual_start == NULL) {
+               dev->dev_private = (void *) dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not ioremap virtual address for"
+                         " ring buffer\n");
+               return -ENOMEM;
+       }
+
+       dev_priv->ring.tail_mask = dev_priv->ring.Size - 1;
+   
+       dev_priv->w = init->w;
+       dev_priv->h = init->h;
+       dev_priv->pitch = init->pitch;
+       dev_priv->back_offset = init->back_offset;
+       dev_priv->depth_offset = init->depth_offset;
+
+       dev_priv->front_di1 = init->front_offset | init->pitch_bits;
+       dev_priv->back_di1 = init->back_offset | init->pitch_bits;
+       dev_priv->zi1 = init->depth_offset | init->pitch_bits;
+
+       dev_priv->cpp = init->cpp;
+       /* We are using seperate values as placeholders for mechanisms for
+        * private backbuffer/depthbuffer usage.
+        */
+
+       dev_priv->back_pitch = init->back_pitch;
+       dev_priv->depth_pitch = init->depth_pitch;
+
+       /* Program Hardware Status Page */
+       dev_priv->hw_status_page = i830_alloc_page(dev);
+       if(dev_priv->hw_status_page == 0UL) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("Can not allocate hardware status page\n");
+               return -ENOMEM;
+       }
+       memset((void *) dev_priv->hw_status_page, 0, PAGE_SIZE);
+       DRM_DEBUG("hw status page @ %lx\n", dev_priv->hw_status_page);
+   
+       I830_WRITE(0x02080, virt_to_bus((void *)dev_priv->hw_status_page));
+       DRM_DEBUG("Enabled hardware status page\n");
+   
+       /* Now we need to init our freelist */
+       if(i830_freelist_init(dev, dev_priv) != 0) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("Not enough space in the status page for"
+                         " the freelist\n");
+               return -ENOMEM;
+       }
+       dev->dev_private = (void *)dev_priv;
+
+       return 0;
+}
+
+int i830_dma_init(struct inode *inode, struct file *filp,
+                 unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_i830_private_t *dev_priv;
+       drm_i830_init_t init;
+       int retcode = 0;
+       
+       if (copy_from_user(&init, (drm_i830_init_t *)arg, sizeof(init)))
+               return -EFAULT;
+       
+       switch(init.func) {
+               case I830_INIT_DMA:
+                       dev_priv = DRM(alloc)(sizeof(drm_i830_private_t), 
+                                             DRM_MEM_DRIVER);
+                       if(dev_priv == NULL) return -ENOMEM;
+                       retcode = i830_dma_initialize(dev, dev_priv, &init);
+               break;
+               case I830_CLEANUP_DMA:
+                       retcode = i830_dma_cleanup(dev);
+               break;
+               default:
+                       retcode = -EINVAL;
+               break;
+       }
+   
+       return retcode;
+}
+
+/* Most efficient way to verify state for the i830 is as it is
+ * emitted.  Non-conformant state is silently dropped.
+ *
+ * Use 'volatile' & local var tmp to force the emitted values to be
+ * identical to the verified ones.
+ */
+static void i830EmitContextVerified( drm_device_t *dev, 
+                                    volatile unsigned int *code )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_CTX_SETUP_SIZE );
+       for ( i = 0 ; i < I830_CTX_SETUP_SIZE ; i++ ) {
+               tmp = code[i];
+
+#if 0
+               if ((tmp & (7<<29)) == (3<<29) &&
+                   (tmp & (0x1f<<24)) < (0x1d<<24)) {
+                       OUT_RING( tmp ); 
+                       j++;
+               } else {
+                       printk("Skipping %d\n", i);
+               }
+#else
+               OUT_RING( tmp ); 
+               j++;
+#endif
+       }
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexVerified( drm_device_t *dev, 
+                                volatile unsigned int *code ) 
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_TEX_SETUP_SIZE );
+
+       OUT_RING( GFX_OP_MAP_INFO );
+       OUT_RING( code[I830_TEXREG_MI1] );
+       OUT_RING( code[I830_TEXREG_MI2] );
+       OUT_RING( code[I830_TEXREG_MI3] );
+       OUT_RING( code[I830_TEXREG_MI4] );
+       OUT_RING( code[I830_TEXREG_MI5] );
+
+       for ( i = 6 ; i < I830_TEX_SETUP_SIZE ; i++ ) {
+               tmp = code[i];
+               OUT_RING( tmp ); 
+               j++;
+       } 
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexBlendVerified( drm_device_t *dev, 
+                                    volatile unsigned int *code,
+                                    volatile unsigned int num)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( num );
+
+       for ( i = 0 ; i < num ; i++ ) {
+               tmp = code[i];
+               OUT_RING( tmp );
+               j++;
+       }
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexPalette( drm_device_t *dev,
+                               unsigned int *palette,
+                               int number,
+                               int is_shared )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( 258 );
+
+       if(is_shared == 1) {
+               OUT_RING(CMD_OP_MAP_PALETTE_LOAD |
+                        MAP_PALETTE_NUM(0) |
+                        MAP_PALETTE_BOTH);
+       } else {
+               OUT_RING(CMD_OP_MAP_PALETTE_LOAD | MAP_PALETTE_NUM(number));
+       }
+       for(i = 0; i < 256; i++) {
+               OUT_RING(palette[i]);
+       }
+       OUT_RING(0);
+}
+
+/* Need to do some additional checking when setting the dest buffer.
+ */
+static void i830EmitDestVerified( drm_device_t *dev, 
+                                 volatile unsigned int *code ) 
+{      
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_DEST_SETUP_SIZE + 6 );
+
+       tmp = code[I830_DESTREG_CBUFADDR];
+       if (tmp == dev_priv->front_di1) {
+               /* Don't use fence when front buffer rendering */
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_COLOR_BACK | 
+                         BUF_3D_PITCH(dev_priv->back_pitch * dev_priv->cpp) );
+               OUT_RING( tmp );
+
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_DEPTH |
+                         BUF_3D_PITCH(dev_priv->depth_pitch * dev_priv->cpp));
+               OUT_RING( dev_priv->zi1 );
+       } else if(tmp == dev_priv->back_di1) {
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_COLOR_BACK | 
+                         BUF_3D_PITCH(dev_priv->back_pitch * dev_priv->cpp) |
+                         BUF_3D_USE_FENCE);
+               OUT_RING( tmp );
+
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_DEPTH | BUF_3D_USE_FENCE | 
+                         BUF_3D_PITCH(dev_priv->depth_pitch * dev_priv->cpp));
+               OUT_RING( dev_priv->zi1 );
+       } else {
+               DRM_DEBUG("bad di1 %x (allow %x or %x)\n",
+                         tmp, dev_priv->front_di1, dev_priv->back_di1);
+       }
+
+       /* invarient:
+        */
+
+
+       OUT_RING( GFX_OP_DESTBUFFER_VARS );
+       OUT_RING( code[I830_DESTREG_DV1] );
+
+       OUT_RING( GFX_OP_DRAWRECT_INFO );
+       OUT_RING( code[I830_DESTREG_DR1] );
+       OUT_RING( code[I830_DESTREG_DR2] );
+       OUT_RING( code[I830_DESTREG_DR3] );
+       OUT_RING( code[I830_DESTREG_DR4] );
+
+       /* Need to verify this */
+       tmp = code[I830_DESTREG_SENABLE];
+       if((tmp & ~0x3) == GFX_OP_SCISSOR_ENABLE) {
+               OUT_RING( tmp );
+       } else {
+               DRM_DEBUG("bad scissor enable\n");
+               OUT_RING( 0 );
+       }
+
+       OUT_RING( code[I830_DESTREG_SENABLE] );
+
+       OUT_RING( GFX_OP_SCISSOR_RECT );
+       OUT_RING( code[I830_DESTREG_SR1] );
+       OUT_RING( code[I830_DESTREG_SR2] );
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitState( drm_device_t *dev )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       unsigned int dirty = sarea_priv->dirty;
+
+       if (dirty & I830_UPLOAD_BUFFERS) {
+               i830EmitDestVerified( dev, sarea_priv->BufferState );
+               sarea_priv->dirty &= ~I830_UPLOAD_BUFFERS;
+       }
+
+       if (dirty & I830_UPLOAD_CTX) {
+               i830EmitContextVerified( dev, sarea_priv->ContextState );
+               sarea_priv->dirty &= ~I830_UPLOAD_CTX;
+       }
+
+       if (dirty & I830_UPLOAD_TEX0) {
+               i830EmitTexVerified( dev, sarea_priv->TexState[0] );
+               sarea_priv->dirty &= ~I830_UPLOAD_TEX0;
+       }
+
+       if (dirty & I830_UPLOAD_TEX1) {
+               i830EmitTexVerified( dev, sarea_priv->TexState[1] );
+               sarea_priv->dirty &= ~I830_UPLOAD_TEX1;
+       }
+
+       if (dirty & I830_UPLOAD_TEXBLEND0) {
+               i830EmitTexBlendVerified( dev, sarea_priv->TexBlendState[0],
+                               sarea_priv->TexBlendStateWordsUsed[0]);
+               sarea_priv->dirty &= ~I830_UPLOAD_TEXBLEND0;
+       }
+
+       if (dirty & I830_UPLOAD_TEXBLEND1) {
+               i830EmitTexBlendVerified( dev, sarea_priv->TexBlendState[1],
+                               sarea_priv->TexBlendStateWordsUsed[1]);
+               sarea_priv->dirty &= ~I830_UPLOAD_TEXBLEND1;
+       }
+
+       if (dirty & I830_UPLOAD_TEX_PALETTE_SHARED) {
+          i830EmitTexPalette(dev, sarea_priv->Palette[0], 0, 1);
+       } else {
+          if (dirty & I830_UPLOAD_TEX_PALETTE_N(0)) {
+             i830EmitTexPalette(dev, sarea_priv->Palette[0], 0, 0);
+             sarea_priv->dirty &= ~I830_UPLOAD_TEX_PALETTE_N(0);
+          }
+          if (dirty & I830_UPLOAD_TEX_PALETTE_N(1)) {
+             i830EmitTexPalette(dev, sarea_priv->Palette[1], 1, 0);
+             sarea_priv->dirty &= ~I830_UPLOAD_TEX_PALETTE_N(1);
+          }
+       }
+}
+
+static void i830_dma_dispatch_clear( drm_device_t *dev, int flags, 
+                                   unsigned int clear_color,
+                                   unsigned int clear_zval,
+                                   unsigned int clear_depthmask)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int pitch = dev_priv->pitch;
+       int cpp = dev_priv->cpp;
+       int i;
+       unsigned int BR13, CMD, D_CMD;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       switch(cpp) {
+       case 2: 
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24);
+               D_CMD = CMD = XY_COLOR_BLT_CMD;
+               break;
+       case 4:
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24) | (1<<25);
+               CMD = (XY_COLOR_BLT_CMD | XY_COLOR_BLT_WRITE_ALPHA | 
+                      XY_COLOR_BLT_WRITE_RGB);
+               D_CMD = XY_COLOR_BLT_CMD;
+               if(clear_depthmask & 0x00ffffff)
+                       D_CMD |= XY_COLOR_BLT_WRITE_RGB;
+               if(clear_depthmask & 0xff000000)
+                       D_CMD |= XY_COLOR_BLT_WRITE_ALPHA;
+               break;
+       default:
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24);
+               D_CMD = CMD = XY_COLOR_BLT_CMD;
+               break;
+       }
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS)
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       for (i = 0 ; i < nbox ; i++, pbox++) {
+               if (pbox->x1 > pbox->x2 ||
+                   pbox->y1 > pbox->y2 ||
+                   pbox->x2 > dev_priv->w ||
+                   pbox->y2 > dev_priv->h)
+                       continue;
+
+               if ( flags & I830_FRONT ) {         
+                       DRM_DEBUG("clear front\n");
+                       BEGIN_LP_RING( 6 );         
+                       OUT_RING( CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( 0 );
+                       OUT_RING( clear_color );
+                       ADVANCE_LP_RING();
+               }
+
+               if ( flags & I830_BACK ) {
+                       DRM_DEBUG("clear back\n");
+                       BEGIN_LP_RING( 6 );         
+                       OUT_RING( CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( dev_priv->back_offset );
+                       OUT_RING( clear_color );
+                       ADVANCE_LP_RING();
+               }
+
+               if ( flags & I830_DEPTH ) {
+                       DRM_DEBUG("clear depth\n");
+                       BEGIN_LP_RING( 6 );
+                       OUT_RING( D_CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( dev_priv->depth_offset );
+                       OUT_RING( clear_zval );
+                       ADVANCE_LP_RING();
+               }
+       }
+}
+
+static void i830_dma_dispatch_swap( drm_device_t *dev )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int pitch = dev_priv->pitch;
+       int cpp = dev_priv->cpp;
+       int ofs = dev_priv->back_offset;
+       int i;
+       unsigned int CMD, BR13;
+       RING_LOCALS;
+
+       DRM_DEBUG("swapbuffers\n");
+
+       switch(cpp) {
+       case 2: 
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24);
+               CMD = XY_SRC_COPY_BLT_CMD;
+               break;
+       case 4:
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24) | (1<<25);
+               CMD = (XY_SRC_COPY_BLT_CMD | XY_SRC_COPY_BLT_WRITE_ALPHA |
+                      XY_SRC_COPY_BLT_WRITE_RGB);
+               break;
+       default:
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24);
+               CMD = XY_SRC_COPY_BLT_CMD;
+               break;
+       }
+
+       i830_kernel_lost_context(dev);
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS)
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       for (i = 0 ; i < nbox; i++, pbox++) 
+       {
+               if (pbox->x1 > pbox->x2 ||
+                   pbox->y1 > pbox->y2 ||
+                   pbox->x2 > dev_priv->w ||
+                   pbox->y2 > dev_priv->h)
+                       continue;
+               DRM_DEBUG("dispatch swap %d,%d-%d,%d!\n",
+                         pbox->x1, pbox->y1,
+                         pbox->x2, pbox->y2);
+
+               BEGIN_LP_RING( 8 );
+               OUT_RING( CMD );
+               OUT_RING( BR13 );
+
+               OUT_RING( (pbox->y1 << 16) |
+                         pbox->x1 );
+               OUT_RING( (pbox->y2 << 16) |
+                         pbox->x2 );
+
+               OUT_RING( 0 /* front ofs always zero */ );
+               OUT_RING( (pbox->y1 << 16) |
+                         pbox->x1 );
+
+               OUT_RING( BR13 & 0xffff );
+               OUT_RING( ofs );
+
+               ADVANCE_LP_RING();
+       }
+}
+
+
+static void i830_dma_dispatch_vertex(drm_device_t *dev, 
+                                    drm_buf_t *buf,
+                                    int discard,
+                                    int used)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_clip_rect_t *box = sarea_priv->boxes;
+       int nbox = sarea_priv->nbox;
+       unsigned long address = (unsigned long)buf->bus_address;
+       unsigned long start = address - dev->agp->base;     
+       int i = 0, u;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS) 
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       if (discard) {
+               u = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, 
+                           I830_BUF_HARDWARE);
+               if(u != I830_BUF_CLIENT) {
+                       DRM_DEBUG("xxxx 2\n");
+               }
+       }
+
+       if (used > 4*1024) 
+               used = 0;
+
+       if (sarea_priv->dirty)
+          i830EmitState( dev );
+
+       DRM_DEBUG("dispatch vertex addr 0x%lx, used 0x%x nbox %d\n", 
+                 address, used, nbox);
+
+       dev_priv->counter++;
+       DRM_DEBUG(  "dispatch counter : %ld\n", dev_priv->counter);
+       DRM_DEBUG(  "i830_dma_dispatch\n");
+       DRM_DEBUG(  "start : %lx\n", start);
+       DRM_DEBUG(  "used : %d\n", used);
+       DRM_DEBUG(  "start + used - 4 : %ld\n", start + used - 4);
+
+       if (buf_priv->currently_mapped == I830_BUF_MAPPED) {
+               *(u32 *)buf_priv->virtual = (GFX_OP_PRIMITIVE |
+                                            sarea_priv->vertex_prim |
+                                            ((used/4)-2));
+               
+               if (used & 4) {
+                       *(u32 *)((u32)buf_priv->virtual + used) = 0;
+                       used += 4;
+               }
+
+               i830_unmap_buffer(buf);
+       }
+                  
+       if (used) {
+               do {
+                       if (i < nbox) {
+                               BEGIN_LP_RING(6);
+                               OUT_RING( GFX_OP_DRAWRECT_INFO );
+                               OUT_RING( sarea_priv->BufferState[I830_DESTREG_DR1] );
+                               OUT_RING( box[i].x1 | (box[i].y1<<16) );
+                               OUT_RING( box[i].x2 | (box[i].y2<<16) );
+                               OUT_RING( sarea_priv->BufferState[I830_DESTREG_DR4] );
+                               OUT_RING( 0 );
+                               ADVANCE_LP_RING();
+                       }
+
+                       BEGIN_LP_RING(4);
+
+                       OUT_RING( MI_BATCH_BUFFER );
+                       OUT_RING( start | MI_BATCH_NON_SECURE );
+                       OUT_RING( start + used - 4 );
+                       OUT_RING( 0 );
+                       ADVANCE_LP_RING();
+                       
+               } while (++i < nbox);
+       }
+
+       BEGIN_LP_RING(10);
+       OUT_RING( CMD_STORE_DWORD_IDX );
+       OUT_RING( 20 );
+       OUT_RING( dev_priv->counter );
+       OUT_RING( 0 );
+
+       if (discard) {
+               OUT_RING( CMD_STORE_DWORD_IDX );
+               OUT_RING( buf_priv->my_use_idx );
+               OUT_RING( I830_BUF_FREE );
+               OUT_RING( 0 );
+       }
+
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( 0 );
+       ADVANCE_LP_RING();
+}
+
+/* Interrupts are only for flushing */
+void i830_dma_service(int irq, void *device, struct pt_regs *regs)
+{
+       drm_device_t     *dev = (drm_device_t *)device;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u16 temp;
+   
+       temp = I830_READ16(I830REG_INT_IDENTITY_R);
+       temp = temp & ~(0x6000);
+       if(temp != 0) I830_WRITE16(I830REG_INT_IDENTITY_R, 
+                                  temp); /* Clear all interrupts */
+       else
+          return;
+       queue_task(&dev->tq, &tq_immediate);
+       mark_bh(IMMEDIATE_BH);
+}
+
+void DRM(dma_immediate_bh)(void *device)
+{
+       drm_device_t *dev = (drm_device_t *) device;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+static inline void i830_dma_emit_flush(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       BEGIN_LP_RING(2);
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( GFX_OP_USER_INTERRUPT );
+       ADVANCE_LP_RING();
+
+       i830_wait_ring( dev, dev_priv->ring.Size - 8 );
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+static inline void i830_dma_quiescent_emit(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       BEGIN_LP_RING(4);
+       OUT_RING( INST_PARSER_CLIENT | INST_OP_FLUSH | INST_FLUSH_MAP_CACHE );
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( 0 );
+       OUT_RING( GFX_OP_USER_INTERRUPT );
+       ADVANCE_LP_RING();
+
+       i830_wait_ring( dev, dev_priv->ring.Size - 8 );
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+void i830_dma_quiescent(drm_device_t *dev)
+{
+       DECLARE_WAITQUEUE(entry, current);
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       unsigned long end;      
+
+       if(dev_priv == NULL) {
+               return;
+       }
+       atomic_set(&dev_priv->flush_done, 0);
+       add_wait_queue(&dev_priv->flush_queue, &entry);
+       end = jiffies + (HZ*3);
+   
+       for (;;) {
+               current->state = TASK_INTERRUPTIBLE;
+               i830_dma_quiescent_emit(dev);
+               if (atomic_read(&dev_priv->flush_done) == 1) break;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("lockup\n");
+                       break;
+               }          
+               schedule_timeout(HZ*3);
+               if (signal_pending(current)) {
+                       break;
+               }
+       }
+   
+       current->state = TASK_RUNNING;
+       remove_wait_queue(&dev_priv->flush_queue, &entry);
+   
+       return;
+}
+
+static int i830_flush_queue(drm_device_t *dev)
+{
+       DECLARE_WAITQUEUE(entry, current);
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       unsigned long end;
+       int i, ret = 0;      
+
+       if(dev_priv == NULL) {
+               return 0;
+       }
+       atomic_set(&dev_priv->flush_done, 0);
+       add_wait_queue(&dev_priv->flush_queue, &entry);
+       end = jiffies + (HZ*3);
+       for (;;) {
+               current->state = TASK_INTERRUPTIBLE;
+               i830_dma_emit_flush(dev);
+               if (atomic_read(&dev_priv->flush_done) == 1) break;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("lockup\n");
+                       break;
+               }          
+               schedule_timeout(HZ*3);
+               if (signal_pending(current)) {
+                       ret = -EINTR; /* Can't restart */
+                       break;
+               }
+       }
+   
+       current->state = TASK_RUNNING;
+       remove_wait_queue(&dev_priv->flush_queue, &entry);
+
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+          
+               int used = cmpxchg(buf_priv->in_use, I830_BUF_HARDWARE, 
+                                  I830_BUF_FREE);
+
+               if (used == I830_BUF_HARDWARE)
+                       DRM_DEBUG("reclaimed from HARDWARE\n");
+               if (used == I830_BUF_CLIENT)
+                       DRM_DEBUG("still on client HARDWARE\n");
+       }
+
+       return ret;
+}
+
+/* Must be called with the lock held */
+void i830_reclaim_buffers(drm_device_t *dev, pid_t pid)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+
+       if (!dma) return;
+       if (!dev->dev_private) return;
+       if (!dma->buflist) return;
+
+        i830_flush_queue(dev);
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+          
+               if (buf->pid == pid && buf_priv) {
+                       int used = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, 
+                                          I830_BUF_FREE);
+
+                       if (used == I830_BUF_CLIENT)
+                               DRM_DEBUG("reclaimed from client\n");
+                       if(buf_priv->currently_mapped == I830_BUF_MAPPED)
+                               buf_priv->currently_mapped = I830_BUF_UNMAPPED;
+               }
+       }
+}
+
+int i830_flush_ioctl(struct inode *inode, struct file *filp, 
+                    unsigned int cmd, unsigned long arg)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_device_t      *dev    = priv->dev;
+   
+       DRM_DEBUG("i830_flush_ioctl\n");
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_flush_ioctl called without lock held\n");
+               return -EINVAL;
+       }
+
+       i830_flush_queue(dev);
+       return 0;
+}
+
+int i830_dma_vertex(struct inode *inode, struct file *filp,
+              unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_device_dma_t *dma = dev->dma;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+       drm_i830_vertex_t vertex;
+
+       if (copy_from_user(&vertex, (drm_i830_vertex_t *)arg, sizeof(vertex)))
+               return -EFAULT;
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma_vertex called without lock held\n");
+               return -EINVAL;
+       }
+
+       DRM_DEBUG("i830 dma vertex, idx %d used %d discard %d\n",
+                 vertex.idx, vertex.used, vertex.discard);
+
+       if(vertex.idx < 0 || vertex.idx > dma->buf_count) return -EINVAL;
+
+       i830_dma_dispatch_vertex( dev, 
+                                 dma->buflist[ vertex.idx ], 
+                                 vertex.discard, vertex.used );
+
+       sarea_priv->last_enqueue = dev_priv->counter-1;
+       sarea_priv->last_dispatch = (int) hw_status[5];
+   
+       return 0;
+}
+
+int i830_clear_bufs(struct inode *inode, struct file *filp,
+                  unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_i830_clear_t clear;
+
+       if (copy_from_user(&clear, (drm_i830_clear_t *)arg, sizeof(clear)))
+               return -EFAULT;
+   
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_clear_bufs called without lock held\n");
+               return -EINVAL;
+       }
+
+       /* GH: Someone's doing nasty things... */
+       if (!dev->dev_private) {
+               return -EINVAL;
+       }
+
+       i830_dma_dispatch_clear( dev, clear.flags, 
+                                clear.clear_color, 
+                                clear.clear_depth,
+                                clear.clear_depthmask);
+       return 0;
+}
+
+int i830_swap_bufs(struct inode *inode, struct file *filp,
+                 unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+   
+       DRM_DEBUG("i830_swap_bufs\n");
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_swap_buf called without lock held\n");
+               return -EINVAL;
+       }
+
+       i830_dma_dispatch_swap( dev );
+       return 0;
+}
+
+int i830_getage(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+
+       sarea_priv->last_dispatch = (int) hw_status[5];
+       return 0;
+}
+
+int i830_getbuf(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       int               retcode   = 0;
+       drm_i830_dma_t    d;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+
+       DRM_DEBUG("getbuf\n");
+       if (copy_from_user(&d, (drm_i830_dma_t *)arg, sizeof(d)))
+               return -EFAULT;
+   
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma called without lock held\n");
+               return -EINVAL;
+       }
+       
+       d.granted = 0;
+
+       retcode = i830_dma_get_buffer(dev, &d, filp);
+
+       DRM_DEBUG("i830_dma: %d returning %d, granted = %d\n",
+                 current->pid, retcode, d.granted);
+
+       if (copy_to_user((drm_dma_t *)arg, &d, sizeof(d)))
+               return -EFAULT;
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       return retcode;
+}
+
+int i830_copybuf(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       drm_i830_copy_t   d;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+       drm_buf_t *buf;
+       drm_i830_buf_priv_t *buf_priv;
+       drm_device_dma_t *dma = dev->dma;
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma called without lock held\n");
+               return -EINVAL;
+       }
+   
+       if (copy_from_user(&d, (drm_i830_copy_t *)arg, sizeof(d)))
+               return -EFAULT;
+
+       if(d.idx < 0 || d.idx > dma->buf_count) return -EINVAL;
+       buf = dma->buflist[ d.idx ];
+       buf_priv = buf->dev_private;
+       if (buf_priv->currently_mapped != I830_BUF_MAPPED) return -EPERM;
+
+       if(d.used < 0 || d.used > buf->total) return -EINVAL;
+
+       if (copy_from_user(buf_priv->virtual, d.address, d.used))
+               return -EFAULT;
+
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       return 0;
+}
+
+int i830_docopy(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       if(VM_DONTCOPY == 0) return 1;
+       return 0;
+}
diff --git a/linux-core/i830_drm.h b/linux-core/i830_drm.h
new file mode 100644 (file)
index 0000000..e4a2a25
--- /dev/null
@@ -0,0 +1,238 @@
+#ifndef _I830_DRM_H_
+#define _I830_DRM_H_
+
+/* WARNING: These defines must be the same as what the Xserver uses.
+ * if you change them, you must change the defines in the Xserver.
+ */
+
+#ifndef _I830_DEFINES_
+#define _I830_DEFINES_
+
+#define I830_DMA_BUF_ORDER             12
+#define I830_DMA_BUF_SZ                (1<<I830_DMA_BUF_ORDER)
+#define I830_DMA_BUF_NR                256
+#define I830_NR_SAREA_CLIPRECTS        8
+
+/* Each region is a minimum of 64k, and there are at most 64 of them.
+ */
+#define I830_NR_TEX_REGIONS 64
+#define I830_LOG_MIN_TEX_REGION_SIZE 16
+
+/* if defining I830_ENABLE_4_TEXTURES, do it in i830_3d_reg.h, too */
+#if !defined(I830_ENABLE_4_TEXTURES)
+#define I830_TEXTURE_COUNT     2
+#define I830_TEXBLEND_COUNT    2       /* always same as TEXTURE_COUNT? */
+#else /* defined(I830_ENABLE_4_TEXTURES) */
+#define I830_TEXTURE_COUNT     4
+#define I830_TEXBLEND_COUNT    4       /* always same as TEXTURE_COUNT? */
+#endif /* I830_ENABLE_4_TEXTURES */
+
+#define I830_TEXBLEND_SIZE     12      /* (4 args + op) * 2 + COLOR_FACTOR */
+
+#define I830_UPLOAD_CTX                        0x1
+#define I830_UPLOAD_BUFFERS            0x2
+#define I830_UPLOAD_CLIPRECTS          0x4
+#define I830_UPLOAD_TEX0_IMAGE         0x100 /* handled clientside */
+#define I830_UPLOAD_TEX0_CUBE          0x200 /* handled clientside */
+#define I830_UPLOAD_TEX1_IMAGE         0x400 /* handled clientside */
+#define I830_UPLOAD_TEX1_CUBE          0x800 /* handled clientside */
+#define I830_UPLOAD_TEX2_IMAGE         0x1000 /* handled clientside */
+#define I830_UPLOAD_TEX2_CUBE          0x2000 /* handled clientside */
+#define I830_UPLOAD_TEX3_IMAGE         0x4000 /* handled clientside */
+#define I830_UPLOAD_TEX3_CUBE          0x8000 /* handled clientside */
+#define I830_UPLOAD_TEX_N_IMAGE(n)     (0x100 << (n * 2))
+#define I830_UPLOAD_TEX_N_CUBE(n)      (0x200 << (n * 2))
+#define I830_UPLOAD_TEXIMAGE_MASK      0xff00
+#define I830_UPLOAD_TEX0                       0x10000
+#define I830_UPLOAD_TEX1                       0x20000
+#define I830_UPLOAD_TEX2                       0x40000
+#define I830_UPLOAD_TEX3                       0x80000
+#define I830_UPLOAD_TEX_N(n)           (0x10000 << (n))
+#define I830_UPLOAD_TEX_MASK           0xf0000
+#define I830_UPLOAD_TEXBLEND0          0x100000
+#define I830_UPLOAD_TEXBLEND1          0x200000
+#define I830_UPLOAD_TEXBLEND2          0x400000
+#define I830_UPLOAD_TEXBLEND3          0x800000
+#define I830_UPLOAD_TEXBLEND_N(n)      (0x100000 << (n))
+#define I830_UPLOAD_TEXBLEND_MASK      0xf00000
+#define I830_UPLOAD_TEX_PALETTE_N(n)    (0x1000000 << (n))
+#define I830_UPLOAD_TEX_PALETTE_SHARED 0x4000000
+
+/* Indices into buf.Setup where various bits of state are mirrored per
+ * context and per buffer.  These can be fired at the card as a unit,
+ * or in a piecewise fashion as required.
+ */
+
+/* Destbuffer state 
+ *    - backbuffer linear offset and pitch -- invarient in the current dri
+ *    - zbuffer linear offset and pitch -- also invarient
+ *    - drawing origin in back and depth buffers.
+ *
+ * Keep the depth/back buffer state here to acommodate private buffers
+ * in the future.
+ */
+
+#define I830_DESTREG_CBUFADDR 0
+/* Invarient */
+#define I830_DESTREG_DBUFADDR 1
+#define I830_DESTREG_DV0 2
+#define I830_DESTREG_DV1 3
+#define I830_DESTREG_SENABLE 4
+#define I830_DESTREG_SR0 5
+#define I830_DESTREG_SR1 6
+#define I830_DESTREG_SR2 7
+#define I830_DESTREG_DR0 8
+#define I830_DESTREG_DR1 9
+#define I830_DESTREG_DR2 10
+#define I830_DESTREG_DR3 11
+#define I830_DESTREG_DR4 12
+#define I830_DEST_SETUP_SIZE 13
+
+/* Context state
+ */
+#define I830_CTXREG_STATE1             0
+#define I830_CTXREG_STATE2             1
+#define I830_CTXREG_STATE3             2
+#define I830_CTXREG_STATE4             3
+#define I830_CTXREG_STATE5             4
+#define I830_CTXREG_IALPHAB            5
+#define I830_CTXREG_STENCILTST         6
+#define I830_CTXREG_ENABLES_1          7
+#define I830_CTXREG_ENABLES_2          8
+#define I830_CTXREG_AA                 9
+#define I830_CTXREG_FOGCOLOR           10
+#define I830_CTXREG_BLENDCOLR0         11
+#define I830_CTXREG_BLENDCOLR          12 /* Dword 1 of 2 dword command */
+#define I830_CTXREG_VF                 13
+#define I830_CTXREG_VF2                        14
+#define I830_CTXREG_MCSB0              15
+#define I830_CTXREG_MCSB1              16
+#define I830_CTX_SETUP_SIZE            17
+
+/* Texture state (per tex unit)
+ */
+
+#define I830_TEXREG_MI0        0       /* GFX_OP_MAP_INFO (6 dwords) */
+#define I830_TEXREG_MI1        1
+#define I830_TEXREG_MI2        2
+#define I830_TEXREG_MI3        3
+#define I830_TEXREG_MI4        4
+#define I830_TEXREG_MI5        5
+#define I830_TEXREG_MF 6       /* GFX_OP_MAP_FILTER */
+#define I830_TEXREG_MLC        7       /* GFX_OP_MAP_LOD_CTL */
+#define I830_TEXREG_MLL        8       /* GFX_OP_MAP_LOD_LIMITS */
+#define I830_TEXREG_MCS        9       /* GFX_OP_MAP_COORD_SETS */
+#define I830_TEX_SETUP_SIZE 10
+
+#define I830_FRONT   0x1
+#define I830_BACK    0x2
+#define I830_DEPTH   0x4
+
+#endif /* _I830_DEFINES_ */
+
+typedef struct _drm_i830_init {
+       enum {
+               I830_INIT_DMA = 0x01,
+               I830_CLEANUP_DMA = 0x02
+       } func;
+       unsigned int mmio_offset;
+       unsigned int buffers_offset;
+       int sarea_priv_offset;
+       unsigned int ring_start;
+       unsigned int ring_end;
+       unsigned int ring_size;
+       unsigned int front_offset;
+       unsigned int back_offset;
+       unsigned int depth_offset;
+       unsigned int w;
+       unsigned int h;
+       unsigned int pitch;
+       unsigned int pitch_bits;
+       unsigned int back_pitch;
+       unsigned int depth_pitch;
+       unsigned int cpp;
+} drm_i830_init_t;
+
+/* Warning: If you change the SAREA structure you must change the Xserver
+ * structure as well */
+
+typedef struct _drm_i830_tex_region {
+       unsigned char next, prev; /* indices to form a circular LRU  */
+       unsigned char in_use;   /* owned by a client, or free? */
+       int age;                /* tracked by clients to update local LRU's */
+} drm_i830_tex_region_t;
+
+typedef struct _drm_i830_sarea {
+       unsigned int ContextState[I830_CTX_SETUP_SIZE];
+       unsigned int BufferState[I830_DEST_SETUP_SIZE];
+       unsigned int TexState[I830_TEXTURE_COUNT][I830_TEX_SETUP_SIZE];
+       unsigned int TexBlendState[I830_TEXBLEND_COUNT][I830_TEXBLEND_SIZE];
+       unsigned int TexBlendStateWordsUsed[I830_TEXBLEND_COUNT];
+       unsigned int Palette[2][256];
+       unsigned int dirty;
+
+       unsigned int nbox;
+       drm_clip_rect_t boxes[I830_NR_SAREA_CLIPRECTS];
+
+       /* Maintain an LRU of contiguous regions of texture space.  If
+        * you think you own a region of texture memory, and it has an
+        * age different to the one you set, then you are mistaken and
+        * it has been stolen by another client.  If global texAge
+        * hasn't changed, there is no need to walk the list.
+        *
+        * These regions can be used as a proxy for the fine-grained
+        * texture information of other clients - by maintaining them
+        * in the same lru which is used to age their own textures,
+        * clients have an approximate lru for the whole of global
+        * texture space, and can make informed decisions as to which
+        * areas to kick out.  There is no need to choose whether to
+        * kick out your own texture or someone else's - simply eject
+        * them all in LRU order.  
+        */
+
+       drm_i830_tex_region_t texList[I830_NR_TEX_REGIONS+1]; 
+                               /* Last elt is sentinal */
+        int texAge;            /* last time texture was uploaded */
+        int last_enqueue;      /* last time a buffer was enqueued */
+       int last_dispatch;      /* age of the most recently dispatched buffer */
+       int last_quiescent;     /*  */
+       int ctxOwner;           /* last context to upload state */
+
+       int vertex_prim;
+} drm_i830_sarea_t;
+
+typedef struct _drm_i830_clear {
+       int clear_color;
+       int clear_depth;
+       int flags;
+       unsigned int clear_colormask;
+       unsigned int clear_depthmask;
+} drm_i830_clear_t;
+
+
+
+/* These may be placeholders if we have more cliprects than
+ * I830_NR_SAREA_CLIPRECTS.  In that case, the client sets discard to
+ * false, indicating that the buffer will be dispatched again with a
+ * new set of cliprects.
+ */
+typedef struct _drm_i830_vertex {
+       int idx;                /* buffer index */
+       int used;               /* nr bytes in use */
+       int discard;            /* client is finished with the buffer? */
+} drm_i830_vertex_t;
+
+typedef struct _drm_i830_copy_t {
+       int idx;                /* buffer index */
+       int used;               /* nr bytes in use */
+       void *address;          /* Address to copy from */
+} drm_i830_copy_t;
+
+typedef struct drm_i830_dma {
+       void *virtual;
+       int request_idx;
+       int request_size;
+       int granted;
+} drm_i830_dma_t;
+
+#endif /* _I830_DRM_H_ */
diff --git a/linux-core/i830_drv.c b/linux-core/i830_drv.c
new file mode 100644 (file)
index 0000000..904f366
--- /dev/null
@@ -0,0 +1,102 @@
+/* i830_drv.c -- I810 driver -*- linux-c -*-
+ * Created: Mon Dec 13 01:56:22 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Jeff Hartmann <jhartmann@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ *    Abraham vd Merwe <abraham@2d3d.co.za>
+ */
+
+#include <linux/config.h>
+#include "i830.h"
+#include "drmP.h"
+#include "i830_drv.h"
+
+#define DRIVER_AUTHOR          "VA Linux Systems Inc."
+
+#define DRIVER_NAME            "i830"
+#define DRIVER_DESC            "Intel 830M"
+#define DRIVER_DATE            "20011004"
+
+#define DRIVER_MAJOR           1
+#define DRIVER_MINOR           2
+#define DRIVER_PATCHLEVEL      0
+
+#define DRIVER_IOCTLS                                                      \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_INIT)]   = { i830_dma_init,    1, 1 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_VERTEX)] = { i830_dma_vertex,  1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_CLEAR)]  = { i830_clear_bufs,  1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_FLUSH)]  = { i830_flush_ioctl, 1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_GETAGE)] = { i830_getage,      1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_GETBUF)] = { i830_getbuf,      1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_SWAP)]   = { i830_swap_bufs,   1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_COPY)]   = { i830_copybuf,     1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_DOCOPY)] = { i830_docopy,      1, 0 },
+
+#define __HAVE_COUNTERS         4
+#define __HAVE_COUNTER6         _DRM_STAT_IRQ
+#define __HAVE_COUNTER7         _DRM_STAT_PRIMARY
+#define __HAVE_COUNTER8         _DRM_STAT_SECONDARY
+#define __HAVE_COUNTER9         _DRM_STAT_DMA
+
+
+#include "drm_agpsupport.h"
+#include "drm_auth.h"
+#include "drm_bufs.h"
+#include "drm_context.h"
+#include "drm_dma.h"
+#include "drm_drawable.h"
+#include "drm_drv.h"
+
+#ifndef MODULE
+/* DRM(options) is called by the kernel to parse command-line options
+ * passed via the boot-loader (e.g., LILO).  It calls the insmod option
+ * routine, drm_parse_drm.
+ */
+
+/* JH- We have to hand expand the string ourselves because of the cpp.  If
+ * anyone can think of a way that we can fit into the __setup macro without
+ * changing it, then please send the solution my way.
+ */
+static int __init i830_options( char *str )
+{
+   DRM(parse_options)( str );
+   return 1;
+}
+
+__setup( DRIVER_NAME "=", i830_options );
+#endif
+
+#include "drm_fops.h"
+#include "drm_init.h"
+#include "drm_ioctl.h"
+#include "drm_lock.h"
+#include "drm_lists.h"
+#include "drm_memory.h"
+#include "drm_proc.h"
+#include "drm_vm.h"
+#include "drm_stub.h"
diff --git a/linux-core/i830_drv.h b/linux-core/i830_drv.h
new file mode 100644 (file)
index 0000000..4e9d6c8
--- /dev/null
@@ -0,0 +1,213 @@
+/* i830_drv.h -- Private header for the I830 driver -*- linux-c -*-
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors: Rickard E. (Rik) Faith <faith@valinux.com>
+ *         Jeff Hartmann <jhartmann@valinux.com>
+ *
+ */
+
+#ifndef _I830_DRV_H_
+#define _I830_DRV_H_
+
+typedef struct drm_i830_buf_priv {
+       u32 *in_use;
+       int my_use_idx;
+       int currently_mapped;
+       void *virtual;
+       void *kernel_virtual;
+       int map_count;
+       struct vm_area_struct *vma;
+} drm_i830_buf_priv_t;
+
+typedef struct _drm_i830_ring_buffer{
+       int tail_mask;
+       unsigned long Start;
+       unsigned long End;
+       unsigned long Size;
+       u8 *virtual_start;
+       int head;
+       int tail;
+       int space;
+} drm_i830_ring_buffer_t;
+
+typedef struct drm_i830_private {
+       drm_map_t *sarea_map;
+       drm_map_t *buffer_map;
+       drm_map_t *mmio_map;
+
+       drm_i830_sarea_t *sarea_priv;
+       drm_i830_ring_buffer_t ring;
+
+       unsigned long hw_status_page;
+       unsigned long counter;
+
+       atomic_t flush_done;
+       wait_queue_head_t flush_queue;  /* Processes waiting until flush    */
+       drm_buf_t *mmap_buffer;
+       
+       u32 front_di1, back_di1, zi1;
+       
+       int back_offset;
+       int depth_offset;
+       int w, h;
+       int pitch;
+       int back_pitch;
+       int depth_pitch;
+       unsigned int cpp;
+} drm_i830_private_t;
+
+                               /* i830_dma.c */
+extern int  i830_dma_schedule(drm_device_t *dev, int locked);
+extern int  i830_getbuf(struct inode *inode, struct file *filp,
+                       unsigned int cmd, unsigned long arg);
+extern int  i830_dma_init(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+extern int  i830_flush_ioctl(struct inode *inode, struct file *filp,
+                            unsigned int cmd, unsigned long arg);
+extern void i830_reclaim_buffers(drm_device_t *dev, pid_t pid);
+extern int  i830_getage(struct inode *inode, struct file *filp, unsigned int cmd,
+                       unsigned long arg);
+extern int i830_mmap_buffers(struct file *filp, struct vm_area_struct *vma);
+extern int i830_copybuf(struct inode *inode, struct file *filp, 
+                       unsigned int cmd, unsigned long arg);
+extern int i830_docopy(struct inode *inode, struct file *filp, 
+                      unsigned int cmd, unsigned long arg);
+
+extern void i830_dma_quiescent(drm_device_t *dev);
+
+extern int i830_dma_vertex(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+
+extern int i830_swap_bufs(struct inode *inode, struct file *filp,
+                        unsigned int cmd, unsigned long arg);
+
+extern int i830_clear_bufs(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+
+#define I830_VERBOSE 0
+
+#define I830_BASE(reg)         ((unsigned long) \
+                               dev_priv->mmio_map->handle)
+#define I830_ADDR(reg)         (I830_BASE(reg) + reg)
+#define I830_DEREF(reg)                *(__volatile__ int *)I830_ADDR(reg)
+#define I830_READ(reg)         I830_DEREF(reg)
+#define I830_WRITE(reg,val)    do { I830_DEREF(reg) = val; } while (0)
+#define I830_DEREF16(reg)      *(__volatile__ u16 *)I830_ADDR(reg)
+#define I830_READ16(reg)       I830_DEREF16(reg)
+#define I830_WRITE16(reg,val)  do { I830_DEREF16(reg) = val; } while (0)
+
+#define GFX_OP_USER_INTERRUPT          ((0<<29)|(2<<23))
+#define GFX_OP_BREAKPOINT_INTERRUPT    ((0<<29)|(1<<23))
+#define CMD_REPORT_HEAD                        (7<<23)
+#define CMD_STORE_DWORD_IDX            ((0x21<<23) | 0x1)
+#define CMD_OP_BATCH_BUFFER  ((0x0<<29)|(0x30<<23)|0x1)
+
+#define INST_PARSER_CLIENT   0x00000000
+#define INST_OP_FLUSH        0x02000000
+#define INST_FLUSH_MAP_CACHE 0x00000001
+
+
+#define BB1_START_ADDR_MASK   (~0x7)
+#define BB1_PROTECTED         (1<<0)
+#define BB1_UNPROTECTED       (0<<0)
+#define BB2_END_ADDR_MASK     (~0x7)
+
+#define I830REG_HWSTAM         0x02098
+#define I830REG_INT_IDENTITY_R 0x020a4
+#define I830REG_INT_MASK_R     0x020a8
+#define I830REG_INT_ENABLE_R   0x020a0
+
+#define LP_RING                0x2030
+#define HP_RING                0x2040
+#define RING_TAIL                      0x00
+#define TAIL_ADDR              0x000FFFF8
+#define RING_HEAD                      0x04
+#define HEAD_WRAP_COUNT        0xFFE00000
+#define HEAD_WRAP_ONE          0x00200000
+#define HEAD_ADDR              0x001FFFFC
+#define RING_START                     0x08
+#define START_ADDR             0x00FFFFF8
+#define RING_LEN                       0x0C
+#define RING_NR_PAGES          0x000FF000 
+#define RING_REPORT_MASK       0x00000006
+#define RING_REPORT_64K        0x00000002
+#define RING_REPORT_128K       0x00000004
+#define RING_NO_REPORT         0x00000000
+#define RING_VALID_MASK        0x00000001
+#define RING_VALID             0x00000001
+#define RING_INVALID           0x00000000
+
+#define GFX_OP_SCISSOR         ((0x3<<29)|(0x1c<<24)|(0x10<<19))
+#define SC_UPDATE_SCISSOR       (0x1<<1)
+#define SC_ENABLE_MASK          (0x1<<0)
+#define SC_ENABLE               (0x1<<0)
+
+#define GFX_OP_SCISSOR_INFO    ((0x3<<29)|(0x1d<<24)|(0x81<<16)|(0x1))
+#define SCI_YMIN_MASK      (0xffff<<16)
+#define SCI_XMIN_MASK      (0xffff<<0)
+#define SCI_YMAX_MASK      (0xffff<<16)
+#define SCI_XMAX_MASK      (0xffff<<0)
+
+#define GFX_OP_SCISSOR_ENABLE   ((0x3<<29)|(0x1c<<24)|(0x10<<19))
+#define GFX_OP_SCISSOR_RECT     ((0x3<<29)|(0x1d<<24)|(0x81<<16)|1)
+#define GFX_OP_COLOR_FACTOR      ((0x3<<29)|(0x1d<<24)|(0x1<<16)|0x0)
+#define GFX_OP_STIPPLE           ((0x3<<29)|(0x1d<<24)|(0x83<<16))
+#define GFX_OP_MAP_INFO          ((0x3<<29)|(0x1d<<24)|0x4)
+#define GFX_OP_DESTBUFFER_VARS   ((0x3<<29)|(0x1d<<24)|(0x85<<16)|0x0)
+#define GFX_OP_DRAWRECT_INFO     ((0x3<<29)|(0x1d<<24)|(0x80<<16)|(0x3))
+#define GFX_OP_PRIMITIVE         ((0x3<<29)|(0x1f<<24))
+
+#define CMD_OP_DESTBUFFER_INFO  ((0x3<<29)|(0x1d<<24)|(0x8e<<16)|1)
+
+
+#define BR00_BITBLT_CLIENT   0x40000000
+#define BR00_OP_COLOR_BLT    0x10000000
+#define BR00_OP_SRC_COPY_BLT 0x10C00000
+#define BR13_SOLID_PATTERN   0x80000000
+
+#define BUF_3D_ID_COLOR_BACK    (0x3<<24)
+#define BUF_3D_ID_DEPTH         (0x7<<24)
+#define BUF_3D_USE_FENCE        (1<<23)
+#define BUF_3D_PITCH(x)         (((x)/4)<<2)
+
+#define CMD_OP_MAP_PALETTE_LOAD        ((3<<29)|(0x1d<<24)|(0x82<<16)|255)
+#define MAP_PALETTE_NUM(x)     ((x<<8) & (1<<8))
+#define MAP_PALETTE_BOTH       (1<<11)
+
+#define XY_COLOR_BLT_CMD               ((2<<29)|(0x50<<22)|0x4)
+#define XY_COLOR_BLT_WRITE_ALPHA       (1<<21)
+#define XY_COLOR_BLT_WRITE_RGB         (1<<20)
+
+#define XY_SRC_COPY_BLT_CMD             ((2<<29)|(0x53<<22)|6)
+#define XY_SRC_COPY_BLT_WRITE_ALPHA     (1<<21)
+#define XY_SRC_COPY_BLT_WRITE_RGB       (1<<20)
+
+#define MI_BATCH_BUFFER        ((0x30<<23)|1)
+#define MI_BATCH_NON_SECURE    (1)
+
+
+#endif
+
diff --git a/linux/i830.h b/linux/i830.h
new file mode 100644 (file)
index 0000000..fb7a0b3
--- /dev/null
@@ -0,0 +1,116 @@
+/* i830.h -- Intel I830 DRM template customization -*- linux-c -*-
+ * Created: Thu Feb 15 00:01:12 2001 by gareth@valinux.com
+ *
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Gareth Hughes <gareth@valinux.com>
+ */
+
+#ifndef __I830_H__
+#define __I830_H__
+
+/* This remains constant for all DRM template files.
+ */
+#define DRM(x) i830_##x
+
+/* General customization:
+ */
+#define __HAVE_AGP             1
+#define __MUST_HAVE_AGP                1
+#define __HAVE_MTRR            1
+#define __HAVE_CTX_BITMAP      1
+
+/* Driver customization:
+ */
+#define __HAVE_RELEASE         1
+#define DRIVER_RELEASE() do {                                          \
+       i830_reclaim_buffers( dev, priv->pid );                         \
+} while (0)
+
+/* DMA customization:
+ */
+#define __HAVE_DMA             1
+#define __HAVE_DMA_QUEUE       1
+#define __HAVE_DMA_WAITLIST    1
+#define __HAVE_DMA_RECLAIM     1
+
+#define __HAVE_DMA_QUIESCENT   1
+#define DRIVER_DMA_QUIESCENT() do {                                    \
+       i830_dma_quiescent( dev );                                      \
+} while (0)
+
+#define __HAVE_DMA_IRQ         1
+#define __HAVE_DMA_IRQ_BH      1
+#define __HAVE_SHARED_IRQ       1
+#define DRIVER_PREINSTALL() do {                                       \
+       drm_i830_private_t *dev_priv =                                  \
+               (drm_i830_private_t *)dev->dev_private;                 \
+       u16 tmp;                                                        \
+       tmp = I830_READ16( I830REG_HWSTAM );                            \
+       tmp = tmp & 0x6000;                                             \
+       I830_WRITE16( I830REG_HWSTAM, tmp );                            \
+                                                                       \
+       tmp = I830_READ16( I830REG_INT_MASK_R );                        \
+       tmp = tmp & 0x6000;             /* Unmask interrupts */         \
+       I830_WRITE16( I830REG_INT_MASK_R, tmp );                        \
+       tmp = I830_READ16( I830REG_INT_ENABLE_R );                      \
+       tmp = tmp & 0x6000;             /* Disable all interrupts */    \
+       I830_WRITE16( I830REG_INT_ENABLE_R, tmp );                      \
+} while (0)
+
+#define DRIVER_POSTINSTALL() do {                                      \
+       drm_i830_private_t *dev_priv =                                  \
+               (drm_i830_private_t *)dev->dev_private; \
+       u16 tmp;                                                        \
+       tmp = I830_READ16( I830REG_INT_ENABLE_R );                      \
+       tmp = tmp & 0x6000;                                             \
+       tmp = tmp | 0x0003;     /* Enable bp & user interrupts */       \
+       I830_WRITE16( I830REG_INT_ENABLE_R, tmp );                      \
+} while (0)
+
+#define DRIVER_UNINSTALL() do {                                                \
+       drm_i830_private_t *dev_priv =                                  \
+               (drm_i830_private_t *)dev->dev_private;                 \
+       u16 tmp;                                                        \
+       if ( dev_priv ) {                                               \
+               tmp = I830_READ16( I830REG_INT_IDENTITY_R );            \
+               tmp = tmp & ~(0x6000);  /* Clear all interrupts */      \
+               if ( tmp != 0 )                                         \
+                       I830_WRITE16( I830REG_INT_IDENTITY_R, tmp );    \
+                                                                       \
+               tmp = I830_READ16( I830REG_INT_ENABLE_R );              \
+               tmp = tmp & 0x6000;     /* Disable all interrupts */    \
+               I830_WRITE16( I830REG_INT_ENABLE_R, tmp );              \
+       }                                                               \
+} while (0)
+
+/* Buffer customization:
+ */
+
+#define DRIVER_BUF_PRIV_T      drm_i830_buf_priv_t
+
+#define DRIVER_AGP_BUFFERS_MAP( dev )                                  \
+       ((drm_i830_private_t *)((dev)->dev_private))->buffer_map
+
+#endif
diff --git a/linux/i830_dma.c b/linux/i830_dma.c
new file mode 100644 (file)
index 0000000..661987f
--- /dev/null
@@ -0,0 +1,1418 @@
+/* i830_dma.c -- DMA support for the I830 -*- linux-c -*-
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors: Rickard E. (Rik) Faith <faith@valinux.com>
+ *         Jeff Hartmann <jhartmann@valinux.com>
+ *      Keith Whitwell <keithw@valinux.com>
+ *      Abraham vd Merwe <abraham@2d3d.co.za>
+ *
+ */
+
+#define __NO_VERSION__
+#include "i830.h"
+#include "drmP.h"
+#include "i830_drv.h"
+#include <linux/interrupt.h>   /* For task queue support */
+
+/* in case we don't have a 2.3.99-pre6 kernel or later: */
+#ifndef VM_DONTCOPY
+#define VM_DONTCOPY 0
+#endif
+
+#define I830_BUF_FREE          2
+#define I830_BUF_CLIENT                1
+#define I830_BUF_HARDWARE              0
+
+#define I830_BUF_UNMAPPED 0
+#define I830_BUF_MAPPED   1
+
+#define RING_LOCALS    unsigned int outring, ringmask; volatile char *virt;
+
+
+#define DO_IDLE_WORKAROUND()                                   \
+do {                                                           \
+   int _head;                                                  \
+   int _tail;                                                  \
+   int _i;                                                     \
+   do {                                                        \
+      _head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;      \
+      _tail = I830_READ(LP_RING + RING_TAIL) & TAIL_ADDR;      \
+      for(_i = 0; _i < 65535; _i++);                           \
+   } while(_head != _tail);                                    \
+} while(0)
+
+#define I830_SYNC_WORKAROUND 0
+
+#define BEGIN_LP_RING(n) do {                          \
+       if (I830_VERBOSE)                               \
+               DRM_DEBUG("BEGIN_LP_RING(%d) in %s\n",  \
+                         n, __FUNCTION__);             \
+       if (I830_SYNC_WORKAROUND)                       \
+               DO_IDLE_WORKAROUND();                   \
+       if (dev_priv->ring.space < n*4)                 \
+               i830_wait_ring(dev, n*4);               \
+       dev_priv->ring.space -= n*4;                    \
+       outring = dev_priv->ring.tail;                  \
+       ringmask = dev_priv->ring.tail_mask;            \
+       virt = dev_priv->ring.virtual_start;            \
+} while (0)
+
+#define ADVANCE_LP_RING() do {                                 \
+       if (I830_VERBOSE) DRM_DEBUG("ADVANCE_LP_RING\n");       \
+       dev_priv->ring.tail = outring;                          \
+       I830_WRITE(LP_RING + RING_TAIL, outring);               \
+} while(0)
+
+#define OUT_RING(n) do {                                               \
+       if (I830_VERBOSE) DRM_DEBUG("   OUT_RING %x\n", (int)(n));      \
+       *(volatile unsigned int *)(virt + outring) = n;                 \
+       outring += 4;                                                   \
+       outring &= ringmask;                                            \
+} while (0);
+
+static inline void i830_print_status_page(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       u32 *temp = (u32 *)dev_priv->hw_status_page;
+       int i;
+
+       DRM_DEBUG(  "hw_status: Interrupt Status : %x\n", temp[0]);
+       DRM_DEBUG(  "hw_status: LpRing Head ptr : %x\n", temp[1]);
+       DRM_DEBUG(  "hw_status: IRing Head ptr : %x\n", temp[2]);
+       DRM_DEBUG(  "hw_status: Reserved : %x\n", temp[3]);
+       DRM_DEBUG(  "hw_status: Driver Counter : %d\n", temp[5]);
+       for(i = 9; i < dma->buf_count + 9; i++) {
+               DRM_DEBUG( "buffer status idx : %d used: %d\n", i - 9, temp[i]);
+       }
+}
+
+static drm_buf_t *i830_freelist_get(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+       int              used;
+   
+       /* Linear search might not be the best solution */
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+               /* In use is already a pointer */
+               used = cmpxchg(buf_priv->in_use, I830_BUF_FREE, 
+                              I830_BUF_CLIENT);
+               if(used == I830_BUF_FREE) {
+                       return buf;
+               }
+       }
+       return NULL;
+}
+
+/* This should only be called if the buffer is not sent to the hardware
+ * yet, the hardware updates in use for us once its on the ring buffer.
+ */
+
+static int i830_freelist_put(drm_device_t *dev, drm_buf_t *buf)
+{
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       int used;
+   
+       /* In use is already a pointer */
+       used = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, I830_BUF_FREE);
+       if(used != I830_BUF_CLIENT) {
+               DRM_ERROR("Freeing buffer thats not in use : %d\n", buf->idx);
+               return -EINVAL;
+       }
+   
+       return 0;
+}
+
+static struct file_operations i830_buffer_fops = {
+       open:    DRM(open),
+       flush:   DRM(flush),
+       release: DRM(release),
+       ioctl:   DRM(ioctl),
+       mmap:    i830_mmap_buffers,
+       read:    DRM(read),
+       fasync:  DRM(fasync),
+       poll:    DRM(poll),
+};
+
+int i830_mmap_buffers(struct file *filp, struct vm_area_struct *vma)
+{
+       drm_file_t          *priv         = filp->private_data;
+       drm_device_t        *dev;
+       drm_i830_private_t  *dev_priv;
+       drm_buf_t           *buf;
+       drm_i830_buf_priv_t *buf_priv;
+
+       lock_kernel();
+       dev      = priv->dev;
+       dev_priv = dev->dev_private;
+       buf      = dev_priv->mmap_buffer;
+       buf_priv = buf->dev_private;
+   
+       vma->vm_flags |= (VM_IO | VM_DONTCOPY);
+       vma->vm_file = filp;
+   
+       buf_priv->currently_mapped = I830_BUF_MAPPED;
+       unlock_kernel();
+
+       if (remap_page_range(vma->vm_start,
+                            VM_OFFSET(vma),
+                            vma->vm_end - vma->vm_start,
+                            vma->vm_page_prot)) return -EAGAIN;
+       return 0;
+}
+
+static int i830_map_buffer(drm_buf_t *buf, struct file *filp)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_device_t      *dev    = priv->dev;
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       struct file_operations *old_fops;
+       int retcode = 0;
+
+       if(buf_priv->currently_mapped == I830_BUF_MAPPED) return -EINVAL;
+
+       if(VM_DONTCOPY != 0) {
+#if LINUX_VERSION_CODE <= 0x020402
+               down( &current->mm->mmap_sem );
+#else
+               down_write( &current->mm->mmap_sem );
+#endif
+               old_fops = filp->f_op;
+               filp->f_op = &i830_buffer_fops;
+               dev_priv->mmap_buffer = buf;
+               buf_priv->virtual = (void *)do_mmap(filp, 0, buf->total, 
+                                                   PROT_READ|PROT_WRITE,
+                                                   MAP_SHARED, 
+                                                   buf->bus_address);
+               dev_priv->mmap_buffer = NULL;
+               filp->f_op = old_fops;
+               if ((unsigned long)buf_priv->virtual > -1024UL) {
+                       /* Real error */
+                       DRM_DEBUG("mmap error\n");
+                       retcode = (signed int)buf_priv->virtual;
+                       buf_priv->virtual = 0;
+               }
+#if LINUX_VERSION_CODE <= 0x020402
+               up( &current->mm->mmap_sem );
+#else
+               up_write( &current->mm->mmap_sem );
+#endif
+       } else {
+               buf_priv->virtual = buf_priv->kernel_virtual;
+               buf_priv->currently_mapped = I830_BUF_MAPPED;
+       }
+       return retcode;
+}
+
+static int i830_unmap_buffer(drm_buf_t *buf)
+{
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       int retcode = 0;
+
+       if(VM_DONTCOPY != 0) {
+               if(buf_priv->currently_mapped != I830_BUF_MAPPED) 
+                       return -EINVAL;
+#if LINUX_VERSION_CODE <= 0x020402
+               down( &current->mm->mmap_sem );
+#else
+               down_write( &current->mm->mmap_sem );
+#endif
+#if LINUX_VERSION_CODE < 0x020399
+               retcode = do_munmap((unsigned long)buf_priv->virtual, 
+                                   (size_t) buf->total);
+#else
+               retcode = do_munmap(current->mm, 
+                                   (unsigned long)buf_priv->virtual, 
+                                   (size_t) buf->total);
+#endif
+#if LINUX_VERSION_CODE <= 0x020402
+               up( &current->mm->mmap_sem );
+#else
+               up_write( &current->mm->mmap_sem );
+#endif
+       }
+       buf_priv->currently_mapped = I830_BUF_UNMAPPED;
+       buf_priv->virtual = 0;
+
+       return retcode;
+}
+
+static int i830_dma_get_buffer(drm_device_t *dev, drm_i830_dma_t *d, 
+                              struct file *filp)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_buf_t         *buf;
+       drm_i830_buf_priv_t *buf_priv;
+       int retcode = 0;
+
+       buf = i830_freelist_get(dev);
+       if (!buf) {
+               retcode = -ENOMEM;
+               DRM_DEBUG("retcode=%d\n", retcode);
+               return retcode;
+       }
+   
+       retcode = i830_map_buffer(buf, filp);
+       if(retcode) {
+               i830_freelist_put(dev, buf);
+               DRM_DEBUG("mapbuf failed, retcode %d\n", retcode);
+               return retcode;
+       }
+       buf->pid     = priv->pid;
+       buf_priv = buf->dev_private;    
+       d->granted = 1;
+       d->request_idx = buf->idx;
+       d->request_size = buf->total;
+       d->virtual = buf_priv->virtual;
+
+       return retcode;
+}
+
+static unsigned long i830_alloc_page(drm_device_t *dev)
+{
+       unsigned long address;
+   
+       address = __get_free_page(GFP_KERNEL);
+       if(address == 0UL) 
+               return 0;
+       
+       atomic_inc(&virt_to_page(address)->count);
+       set_bit(PG_locked, &virt_to_page(address)->flags);
+   
+       return address;
+}
+
+static void i830_free_page(drm_device_t *dev, unsigned long page)
+{
+       if(page == 0UL) 
+               return;
+       
+       atomic_dec(&virt_to_page(page)->count);
+       clear_bit(PG_locked, &virt_to_page(page)->flags);
+       wake_up(&virt_to_page(page)->wait);
+       free_page(page);
+       return;
+}
+
+static int i830_dma_cleanup(drm_device_t *dev)
+{
+       drm_device_dma_t *dma = dev->dma;
+
+       if(dev->dev_private) {
+               int i;
+               drm_i830_private_t *dev_priv = 
+                       (drm_i830_private_t *) dev->dev_private;
+          
+               if(dev_priv->ring.virtual_start) {
+                       DRM(ioremapfree)((void *) dev_priv->ring.virtual_start,
+                                        dev_priv->ring.Size);
+               }
+               if(dev_priv->hw_status_page != 0UL) {
+                       i830_free_page(dev, dev_priv->hw_status_page);
+                       /* Need to rewrite hardware status page */
+                       I830_WRITE(0x02080, 0x1ffff000);
+               }
+               DRM(free)(dev->dev_private, sizeof(drm_i830_private_t), 
+                        DRM_MEM_DRIVER);
+               dev->dev_private = NULL;
+
+               for (i = 0; i < dma->buf_count; i++) {
+                       drm_buf_t *buf = dma->buflist[ i ];
+                       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+                       DRM(ioremapfree)(buf_priv->kernel_virtual, buf->total);
+               }
+       }
+       return 0;
+}
+
+static int i830_wait_ring(drm_device_t *dev, int n)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_ring_buffer_t *ring = &(dev_priv->ring);
+       int iters = 0;
+       unsigned long end;
+       unsigned int last_head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+
+       end = jiffies + (HZ*3);
+       while (ring->space < n) {
+               int i;
+       
+               ring->head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+               ring->space = ring->head - (ring->tail+8);
+               if (ring->space < 0) ring->space += ring->Size;
+          
+               if (ring->head != last_head) {
+                       end = jiffies + (HZ*3);
+                       last_head = ring->head;
+               }
+         
+               iters++;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("space: %d wanted %d\n", ring->space, n);
+                       DRM_ERROR("lockup\n");
+                       goto out_wait_ring;
+               }
+
+               for (i = 0 ; i < 2000 ; i++) ;
+       }
+
+out_wait_ring:   
+       return iters;
+}
+
+static void i830_kernel_lost_context(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_ring_buffer_t *ring = &(dev_priv->ring);
+      
+       ring->head = I830_READ(LP_RING + RING_HEAD) & HEAD_ADDR;
+       ring->tail = I830_READ(LP_RING + RING_TAIL);
+       ring->space = ring->head - (ring->tail+8);
+       if (ring->space < 0) ring->space += ring->Size;
+}
+
+static int i830_freelist_init(drm_device_t *dev, drm_i830_private_t *dev_priv)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int my_idx = 36;
+       u32 *hw_status = (u32 *)(dev_priv->hw_status_page + my_idx);
+       int i;
+
+       if(dma->buf_count > 1019) {
+               /* Not enough space in the status page for the freelist */
+               return -EINVAL;
+       }
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+
+               buf_priv->in_use = hw_status++;
+               buf_priv->my_use_idx = my_idx;
+               my_idx += 4;
+
+               *buf_priv->in_use = I830_BUF_FREE;
+
+               buf_priv->kernel_virtual = DRM(ioremap)(buf->bus_address, 
+                                                       buf->total);
+       }
+       return 0;
+}
+
+static int i830_dma_initialize(drm_device_t *dev, 
+                              drm_i830_private_t *dev_priv,
+                              drm_i830_init_t *init)
+{
+       struct list_head *list;
+
+       memset(dev_priv, 0, sizeof(drm_i830_private_t));
+
+       list_for_each(list, &dev->maplist->head) {
+               drm_map_list_t *r_list = (drm_map_list_t *)list;
+               if( r_list->map &&
+                   r_list->map->type == _DRM_SHM &&
+                   r_list->map->flags & _DRM_CONTAINS_LOCK ) {
+                       dev_priv->sarea_map = r_list->map;
+                       break;
+               }
+       }
+
+       if(!dev_priv->sarea_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find sarea!\n");
+               return -EINVAL;
+       }
+       DRM_FIND_MAP( dev_priv->mmio_map, init->mmio_offset );
+       if(!dev_priv->mmio_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find mmio map!\n");
+               return -EINVAL;
+       }
+       DRM_FIND_MAP( dev_priv->buffer_map, init->buffers_offset );
+       if(!dev_priv->buffer_map) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not find dma buffer map!\n");
+               return -EINVAL;
+       }
+
+       dev_priv->sarea_priv = (drm_i830_sarea_t *)
+               ((u8 *)dev_priv->sarea_map->handle +
+                init->sarea_priv_offset);
+
+       atomic_set(&dev_priv->flush_done, 0);
+       init_waitqueue_head(&dev_priv->flush_queue);
+
+       dev_priv->ring.Start = init->ring_start;
+       dev_priv->ring.End = init->ring_end;
+       dev_priv->ring.Size = init->ring_size;
+
+       dev_priv->ring.virtual_start = DRM(ioremap)(dev->agp->base + 
+                                                   init->ring_start, 
+                                                   init->ring_size);
+
+       if (dev_priv->ring.virtual_start == NULL) {
+               dev->dev_private = (void *) dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("can not ioremap virtual address for"
+                         " ring buffer\n");
+               return -ENOMEM;
+       }
+
+       dev_priv->ring.tail_mask = dev_priv->ring.Size - 1;
+   
+       dev_priv->w = init->w;
+       dev_priv->h = init->h;
+       dev_priv->pitch = init->pitch;
+       dev_priv->back_offset = init->back_offset;
+       dev_priv->depth_offset = init->depth_offset;
+
+       dev_priv->front_di1 = init->front_offset | init->pitch_bits;
+       dev_priv->back_di1 = init->back_offset | init->pitch_bits;
+       dev_priv->zi1 = init->depth_offset | init->pitch_bits;
+
+       dev_priv->cpp = init->cpp;
+       /* We are using seperate values as placeholders for mechanisms for
+        * private backbuffer/depthbuffer usage.
+        */
+
+       dev_priv->back_pitch = init->back_pitch;
+       dev_priv->depth_pitch = init->depth_pitch;
+
+       /* Program Hardware Status Page */
+       dev_priv->hw_status_page = i830_alloc_page(dev);
+       if(dev_priv->hw_status_page == 0UL) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("Can not allocate hardware status page\n");
+               return -ENOMEM;
+       }
+       memset((void *) dev_priv->hw_status_page, 0, PAGE_SIZE);
+       DRM_DEBUG("hw status page @ %lx\n", dev_priv->hw_status_page);
+   
+       I830_WRITE(0x02080, virt_to_bus((void *)dev_priv->hw_status_page));
+       DRM_DEBUG("Enabled hardware status page\n");
+   
+       /* Now we need to init our freelist */
+       if(i830_freelist_init(dev, dev_priv) != 0) {
+               dev->dev_private = (void *)dev_priv;
+               i830_dma_cleanup(dev);
+               DRM_ERROR("Not enough space in the status page for"
+                         " the freelist\n");
+               return -ENOMEM;
+       }
+       dev->dev_private = (void *)dev_priv;
+
+       return 0;
+}
+
+int i830_dma_init(struct inode *inode, struct file *filp,
+                 unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_i830_private_t *dev_priv;
+       drm_i830_init_t init;
+       int retcode = 0;
+       
+       if (copy_from_user(&init, (drm_i830_init_t *)arg, sizeof(init)))
+               return -EFAULT;
+       
+       switch(init.func) {
+               case I830_INIT_DMA:
+                       dev_priv = DRM(alloc)(sizeof(drm_i830_private_t), 
+                                             DRM_MEM_DRIVER);
+                       if(dev_priv == NULL) return -ENOMEM;
+                       retcode = i830_dma_initialize(dev, dev_priv, &init);
+               break;
+               case I830_CLEANUP_DMA:
+                       retcode = i830_dma_cleanup(dev);
+               break;
+               default:
+                       retcode = -EINVAL;
+               break;
+       }
+   
+       return retcode;
+}
+
+/* Most efficient way to verify state for the i830 is as it is
+ * emitted.  Non-conformant state is silently dropped.
+ *
+ * Use 'volatile' & local var tmp to force the emitted values to be
+ * identical to the verified ones.
+ */
+static void i830EmitContextVerified( drm_device_t *dev, 
+                                    volatile unsigned int *code )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_CTX_SETUP_SIZE );
+       for ( i = 0 ; i < I830_CTX_SETUP_SIZE ; i++ ) {
+               tmp = code[i];
+
+#if 0
+               if ((tmp & (7<<29)) == (3<<29) &&
+                   (tmp & (0x1f<<24)) < (0x1d<<24)) {
+                       OUT_RING( tmp ); 
+                       j++;
+               } else {
+                       printk("Skipping %d\n", i);
+               }
+#else
+               OUT_RING( tmp ); 
+               j++;
+#endif
+       }
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexVerified( drm_device_t *dev, 
+                                volatile unsigned int *code ) 
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_TEX_SETUP_SIZE );
+
+       OUT_RING( GFX_OP_MAP_INFO );
+       OUT_RING( code[I830_TEXREG_MI1] );
+       OUT_RING( code[I830_TEXREG_MI2] );
+       OUT_RING( code[I830_TEXREG_MI3] );
+       OUT_RING( code[I830_TEXREG_MI4] );
+       OUT_RING( code[I830_TEXREG_MI5] );
+
+       for ( i = 6 ; i < I830_TEX_SETUP_SIZE ; i++ ) {
+               tmp = code[i];
+               OUT_RING( tmp ); 
+               j++;
+       } 
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexBlendVerified( drm_device_t *dev, 
+                                    volatile unsigned int *code,
+                                    volatile unsigned int num)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i, j = 0;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( num );
+
+       for ( i = 0 ; i < num ; i++ ) {
+               tmp = code[i];
+               OUT_RING( tmp );
+               j++;
+       }
+
+       if (j & 1) 
+               OUT_RING( 0 ); 
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitTexPalette( drm_device_t *dev,
+                               unsigned int *palette,
+                               int number,
+                               int is_shared )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       int i;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( 258 );
+
+       if(is_shared == 1) {
+               OUT_RING(CMD_OP_MAP_PALETTE_LOAD |
+                        MAP_PALETTE_NUM(0) |
+                        MAP_PALETTE_BOTH);
+       } else {
+               OUT_RING(CMD_OP_MAP_PALETTE_LOAD | MAP_PALETTE_NUM(number));
+       }
+       for(i = 0; i < 256; i++) {
+               OUT_RING(palette[i]);
+       }
+       OUT_RING(0);
+}
+
+/* Need to do some additional checking when setting the dest buffer.
+ */
+static void i830EmitDestVerified( drm_device_t *dev, 
+                                 volatile unsigned int *code ) 
+{      
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       unsigned int tmp;
+       RING_LOCALS;
+
+       BEGIN_LP_RING( I830_DEST_SETUP_SIZE + 6 );
+
+       tmp = code[I830_DESTREG_CBUFADDR];
+       if (tmp == dev_priv->front_di1) {
+               /* Don't use fence when front buffer rendering */
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_COLOR_BACK | 
+                         BUF_3D_PITCH(dev_priv->back_pitch * dev_priv->cpp) );
+               OUT_RING( tmp );
+
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_DEPTH |
+                         BUF_3D_PITCH(dev_priv->depth_pitch * dev_priv->cpp));
+               OUT_RING( dev_priv->zi1 );
+       } else if(tmp == dev_priv->back_di1) {
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_COLOR_BACK | 
+                         BUF_3D_PITCH(dev_priv->back_pitch * dev_priv->cpp) |
+                         BUF_3D_USE_FENCE);
+               OUT_RING( tmp );
+
+               OUT_RING( CMD_OP_DESTBUFFER_INFO );
+               OUT_RING( BUF_3D_ID_DEPTH | BUF_3D_USE_FENCE | 
+                         BUF_3D_PITCH(dev_priv->depth_pitch * dev_priv->cpp));
+               OUT_RING( dev_priv->zi1 );
+       } else {
+               DRM_DEBUG("bad di1 %x (allow %x or %x)\n",
+                         tmp, dev_priv->front_di1, dev_priv->back_di1);
+       }
+
+       /* invarient:
+        */
+
+
+       OUT_RING( GFX_OP_DESTBUFFER_VARS );
+       OUT_RING( code[I830_DESTREG_DV1] );
+
+       OUT_RING( GFX_OP_DRAWRECT_INFO );
+       OUT_RING( code[I830_DESTREG_DR1] );
+       OUT_RING( code[I830_DESTREG_DR2] );
+       OUT_RING( code[I830_DESTREG_DR3] );
+       OUT_RING( code[I830_DESTREG_DR4] );
+
+       /* Need to verify this */
+       tmp = code[I830_DESTREG_SENABLE];
+       if((tmp & ~0x3) == GFX_OP_SCISSOR_ENABLE) {
+               OUT_RING( tmp );
+       } else {
+               DRM_DEBUG("bad scissor enable\n");
+               OUT_RING( 0 );
+       }
+
+       OUT_RING( code[I830_DESTREG_SENABLE] );
+
+       OUT_RING( GFX_OP_SCISSOR_RECT );
+       OUT_RING( code[I830_DESTREG_SR1] );
+       OUT_RING( code[I830_DESTREG_SR2] );
+
+       ADVANCE_LP_RING();
+}
+
+static void i830EmitState( drm_device_t *dev )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       unsigned int dirty = sarea_priv->dirty;
+
+       if (dirty & I830_UPLOAD_BUFFERS) {
+               i830EmitDestVerified( dev, sarea_priv->BufferState );
+               sarea_priv->dirty &= ~I830_UPLOAD_BUFFERS;
+       }
+
+       if (dirty & I830_UPLOAD_CTX) {
+               i830EmitContextVerified( dev, sarea_priv->ContextState );
+               sarea_priv->dirty &= ~I830_UPLOAD_CTX;
+       }
+
+       if (dirty & I830_UPLOAD_TEX0) {
+               i830EmitTexVerified( dev, sarea_priv->TexState[0] );
+               sarea_priv->dirty &= ~I830_UPLOAD_TEX0;
+       }
+
+       if (dirty & I830_UPLOAD_TEX1) {
+               i830EmitTexVerified( dev, sarea_priv->TexState[1] );
+               sarea_priv->dirty &= ~I830_UPLOAD_TEX1;
+       }
+
+       if (dirty & I830_UPLOAD_TEXBLEND0) {
+               i830EmitTexBlendVerified( dev, sarea_priv->TexBlendState[0],
+                               sarea_priv->TexBlendStateWordsUsed[0]);
+               sarea_priv->dirty &= ~I830_UPLOAD_TEXBLEND0;
+       }
+
+       if (dirty & I830_UPLOAD_TEXBLEND1) {
+               i830EmitTexBlendVerified( dev, sarea_priv->TexBlendState[1],
+                               sarea_priv->TexBlendStateWordsUsed[1]);
+               sarea_priv->dirty &= ~I830_UPLOAD_TEXBLEND1;
+       }
+
+       if (dirty & I830_UPLOAD_TEX_PALETTE_SHARED) {
+          i830EmitTexPalette(dev, sarea_priv->Palette[0], 0, 1);
+       } else {
+          if (dirty & I830_UPLOAD_TEX_PALETTE_N(0)) {
+             i830EmitTexPalette(dev, sarea_priv->Palette[0], 0, 0);
+             sarea_priv->dirty &= ~I830_UPLOAD_TEX_PALETTE_N(0);
+          }
+          if (dirty & I830_UPLOAD_TEX_PALETTE_N(1)) {
+             i830EmitTexPalette(dev, sarea_priv->Palette[1], 1, 0);
+             sarea_priv->dirty &= ~I830_UPLOAD_TEX_PALETTE_N(1);
+          }
+       }
+}
+
+static void i830_dma_dispatch_clear( drm_device_t *dev, int flags, 
+                                   unsigned int clear_color,
+                                   unsigned int clear_zval,
+                                   unsigned int clear_depthmask)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int pitch = dev_priv->pitch;
+       int cpp = dev_priv->cpp;
+       int i;
+       unsigned int BR13, CMD, D_CMD;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       switch(cpp) {
+       case 2: 
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24);
+               D_CMD = CMD = XY_COLOR_BLT_CMD;
+               break;
+       case 4:
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24) | (1<<25);
+               CMD = (XY_COLOR_BLT_CMD | XY_COLOR_BLT_WRITE_ALPHA | 
+                      XY_COLOR_BLT_WRITE_RGB);
+               D_CMD = XY_COLOR_BLT_CMD;
+               if(clear_depthmask & 0x00ffffff)
+                       D_CMD |= XY_COLOR_BLT_WRITE_RGB;
+               if(clear_depthmask & 0xff000000)
+                       D_CMD |= XY_COLOR_BLT_WRITE_ALPHA;
+               break;
+       default:
+               BR13 = (0xF0 << 16) | (pitch * cpp) | (1<<24);
+               D_CMD = CMD = XY_COLOR_BLT_CMD;
+               break;
+       }
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS)
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       for (i = 0 ; i < nbox ; i++, pbox++) {
+               if (pbox->x1 > pbox->x2 ||
+                   pbox->y1 > pbox->y2 ||
+                   pbox->x2 > dev_priv->w ||
+                   pbox->y2 > dev_priv->h)
+                       continue;
+
+               if ( flags & I830_FRONT ) {         
+                       DRM_DEBUG("clear front\n");
+                       BEGIN_LP_RING( 6 );         
+                       OUT_RING( CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( 0 );
+                       OUT_RING( clear_color );
+                       ADVANCE_LP_RING();
+               }
+
+               if ( flags & I830_BACK ) {
+                       DRM_DEBUG("clear back\n");
+                       BEGIN_LP_RING( 6 );         
+                       OUT_RING( CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( dev_priv->back_offset );
+                       OUT_RING( clear_color );
+                       ADVANCE_LP_RING();
+               }
+
+               if ( flags & I830_DEPTH ) {
+                       DRM_DEBUG("clear depth\n");
+                       BEGIN_LP_RING( 6 );
+                       OUT_RING( D_CMD );
+                       OUT_RING( BR13 );
+                       OUT_RING( (pbox->y1 << 16) | pbox->x1 );
+                       OUT_RING( (pbox->y2 << 16) | pbox->x2 );
+                       OUT_RING( dev_priv->depth_offset );
+                       OUT_RING( clear_zval );
+                       ADVANCE_LP_RING();
+               }
+       }
+}
+
+static void i830_dma_dispatch_swap( drm_device_t *dev )
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       int nbox = sarea_priv->nbox;
+       drm_clip_rect_t *pbox = sarea_priv->boxes;
+       int pitch = dev_priv->pitch;
+       int cpp = dev_priv->cpp;
+       int ofs = dev_priv->back_offset;
+       int i;
+       unsigned int CMD, BR13;
+       RING_LOCALS;
+
+       DRM_DEBUG("swapbuffers\n");
+
+       switch(cpp) {
+       case 2: 
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24);
+               CMD = XY_SRC_COPY_BLT_CMD;
+               break;
+       case 4:
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24) | (1<<25);
+               CMD = (XY_SRC_COPY_BLT_CMD | XY_SRC_COPY_BLT_WRITE_ALPHA |
+                      XY_SRC_COPY_BLT_WRITE_RGB);
+               break;
+       default:
+               BR13 = (pitch * cpp) | (0xCC << 16) | (1<<24);
+               CMD = XY_SRC_COPY_BLT_CMD;
+               break;
+       }
+
+       i830_kernel_lost_context(dev);
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS)
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       for (i = 0 ; i < nbox; i++, pbox++) 
+       {
+               if (pbox->x1 > pbox->x2 ||
+                   pbox->y1 > pbox->y2 ||
+                   pbox->x2 > dev_priv->w ||
+                   pbox->y2 > dev_priv->h)
+                       continue;
+               DRM_DEBUG("dispatch swap %d,%d-%d,%d!\n",
+                         pbox->x1, pbox->y1,
+                         pbox->x2, pbox->y2);
+
+               BEGIN_LP_RING( 8 );
+               OUT_RING( CMD );
+               OUT_RING( BR13 );
+
+               OUT_RING( (pbox->y1 << 16) |
+                         pbox->x1 );
+               OUT_RING( (pbox->y2 << 16) |
+                         pbox->x2 );
+
+               OUT_RING( 0 /* front ofs always zero */ );
+               OUT_RING( (pbox->y1 << 16) |
+                         pbox->x1 );
+
+               OUT_RING( BR13 & 0xffff );
+               OUT_RING( ofs );
+
+               ADVANCE_LP_RING();
+       }
+}
+
+
+static void i830_dma_dispatch_vertex(drm_device_t *dev, 
+                                    drm_buf_t *buf,
+                                    int discard,
+                                    int used)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+       drm_i830_sarea_t *sarea_priv = dev_priv->sarea_priv;
+       drm_clip_rect_t *box = sarea_priv->boxes;
+       int nbox = sarea_priv->nbox;
+       unsigned long address = (unsigned long)buf->bus_address;
+       unsigned long start = address - dev->agp->base;     
+       int i = 0, u;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       if (nbox > I830_NR_SAREA_CLIPRECTS) 
+               nbox = I830_NR_SAREA_CLIPRECTS;
+
+       if (discard) {
+               u = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, 
+                           I830_BUF_HARDWARE);
+               if(u != I830_BUF_CLIENT) {
+                       DRM_DEBUG("xxxx 2\n");
+               }
+       }
+
+       if (used > 4*1024) 
+               used = 0;
+
+       if (sarea_priv->dirty)
+          i830EmitState( dev );
+
+       DRM_DEBUG("dispatch vertex addr 0x%lx, used 0x%x nbox %d\n", 
+                 address, used, nbox);
+
+       dev_priv->counter++;
+       DRM_DEBUG(  "dispatch counter : %ld\n", dev_priv->counter);
+       DRM_DEBUG(  "i830_dma_dispatch\n");
+       DRM_DEBUG(  "start : %lx\n", start);
+       DRM_DEBUG(  "used : %d\n", used);
+       DRM_DEBUG(  "start + used - 4 : %ld\n", start + used - 4);
+
+       if (buf_priv->currently_mapped == I830_BUF_MAPPED) {
+               *(u32 *)buf_priv->virtual = (GFX_OP_PRIMITIVE |
+                                            sarea_priv->vertex_prim |
+                                            ((used/4)-2));
+               
+               if (used & 4) {
+                       *(u32 *)((u32)buf_priv->virtual + used) = 0;
+                       used += 4;
+               }
+
+               i830_unmap_buffer(buf);
+       }
+                  
+       if (used) {
+               do {
+                       if (i < nbox) {
+                               BEGIN_LP_RING(6);
+                               OUT_RING( GFX_OP_DRAWRECT_INFO );
+                               OUT_RING( sarea_priv->BufferState[I830_DESTREG_DR1] );
+                               OUT_RING( box[i].x1 | (box[i].y1<<16) );
+                               OUT_RING( box[i].x2 | (box[i].y2<<16) );
+                               OUT_RING( sarea_priv->BufferState[I830_DESTREG_DR4] );
+                               OUT_RING( 0 );
+                               ADVANCE_LP_RING();
+                       }
+
+                       BEGIN_LP_RING(4);
+
+                       OUT_RING( MI_BATCH_BUFFER );
+                       OUT_RING( start | MI_BATCH_NON_SECURE );
+                       OUT_RING( start + used - 4 );
+                       OUT_RING( 0 );
+                       ADVANCE_LP_RING();
+                       
+               } while (++i < nbox);
+       }
+
+       BEGIN_LP_RING(10);
+       OUT_RING( CMD_STORE_DWORD_IDX );
+       OUT_RING( 20 );
+       OUT_RING( dev_priv->counter );
+       OUT_RING( 0 );
+
+       if (discard) {
+               OUT_RING( CMD_STORE_DWORD_IDX );
+               OUT_RING( buf_priv->my_use_idx );
+               OUT_RING( I830_BUF_FREE );
+               OUT_RING( 0 );
+       }
+
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( 0 );
+       ADVANCE_LP_RING();
+}
+
+/* Interrupts are only for flushing */
+void i830_dma_service(int irq, void *device, struct pt_regs *regs)
+{
+       drm_device_t     *dev = (drm_device_t *)device;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u16 temp;
+   
+       temp = I830_READ16(I830REG_INT_IDENTITY_R);
+       temp = temp & ~(0x6000);
+       if(temp != 0) I830_WRITE16(I830REG_INT_IDENTITY_R, 
+                                  temp); /* Clear all interrupts */
+       else
+          return;
+       queue_task(&dev->tq, &tq_immediate);
+       mark_bh(IMMEDIATE_BH);
+}
+
+void DRM(dma_immediate_bh)(void *device)
+{
+       drm_device_t *dev = (drm_device_t *) device;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+static inline void i830_dma_emit_flush(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       BEGIN_LP_RING(2);
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( GFX_OP_USER_INTERRUPT );
+       ADVANCE_LP_RING();
+
+       i830_wait_ring( dev, dev_priv->ring.Size - 8 );
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+static inline void i830_dma_quiescent_emit(drm_device_t *dev)
+{
+       drm_i830_private_t *dev_priv = dev->dev_private;
+       RING_LOCALS;
+
+       i830_kernel_lost_context(dev);
+
+       BEGIN_LP_RING(4);
+       OUT_RING( INST_PARSER_CLIENT | INST_OP_FLUSH | INST_FLUSH_MAP_CACHE );
+       OUT_RING( CMD_REPORT_HEAD );
+       OUT_RING( 0 );
+       OUT_RING( GFX_OP_USER_INTERRUPT );
+       ADVANCE_LP_RING();
+
+       i830_wait_ring( dev, dev_priv->ring.Size - 8 );
+       atomic_set(&dev_priv->flush_done, 1);
+       wake_up_interruptible(&dev_priv->flush_queue);
+}
+
+void i830_dma_quiescent(drm_device_t *dev)
+{
+       DECLARE_WAITQUEUE(entry, current);
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       unsigned long end;      
+
+       if(dev_priv == NULL) {
+               return;
+       }
+       atomic_set(&dev_priv->flush_done, 0);
+       add_wait_queue(&dev_priv->flush_queue, &entry);
+       end = jiffies + (HZ*3);
+   
+       for (;;) {
+               current->state = TASK_INTERRUPTIBLE;
+               i830_dma_quiescent_emit(dev);
+               if (atomic_read(&dev_priv->flush_done) == 1) break;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("lockup\n");
+                       break;
+               }          
+               schedule_timeout(HZ*3);
+               if (signal_pending(current)) {
+                       break;
+               }
+       }
+   
+       current->state = TASK_RUNNING;
+       remove_wait_queue(&dev_priv->flush_queue, &entry);
+   
+       return;
+}
+
+static int i830_flush_queue(drm_device_t *dev)
+{
+       DECLARE_WAITQUEUE(entry, current);
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       drm_device_dma_t *dma = dev->dma;
+       unsigned long end;
+       int i, ret = 0;      
+
+       if(dev_priv == NULL) {
+               return 0;
+       }
+       atomic_set(&dev_priv->flush_done, 0);
+       add_wait_queue(&dev_priv->flush_queue, &entry);
+       end = jiffies + (HZ*3);
+       for (;;) {
+               current->state = TASK_INTERRUPTIBLE;
+               i830_dma_emit_flush(dev);
+               if (atomic_read(&dev_priv->flush_done) == 1) break;
+               if((signed)(end - jiffies) <= 0) {
+                       DRM_ERROR("lockup\n");
+                       break;
+               }          
+               schedule_timeout(HZ*3);
+               if (signal_pending(current)) {
+                       ret = -EINTR; /* Can't restart */
+                       break;
+               }
+       }
+   
+       current->state = TASK_RUNNING;
+       remove_wait_queue(&dev_priv->flush_queue, &entry);
+
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+          
+               int used = cmpxchg(buf_priv->in_use, I830_BUF_HARDWARE, 
+                                  I830_BUF_FREE);
+
+               if (used == I830_BUF_HARDWARE)
+                       DRM_DEBUG("reclaimed from HARDWARE\n");
+               if (used == I830_BUF_CLIENT)
+                       DRM_DEBUG("still on client HARDWARE\n");
+       }
+
+       return ret;
+}
+
+/* Must be called with the lock held */
+void i830_reclaim_buffers(drm_device_t *dev, pid_t pid)
+{
+       drm_device_dma_t *dma = dev->dma;
+       int              i;
+
+       if (!dma) return;
+       if (!dev->dev_private) return;
+       if (!dma->buflist) return;
+
+        i830_flush_queue(dev);
+
+       for (i = 0; i < dma->buf_count; i++) {
+               drm_buf_t *buf = dma->buflist[ i ];
+               drm_i830_buf_priv_t *buf_priv = buf->dev_private;
+          
+               if (buf->pid == pid && buf_priv) {
+                       int used = cmpxchg(buf_priv->in_use, I830_BUF_CLIENT, 
+                                          I830_BUF_FREE);
+
+                       if (used == I830_BUF_CLIENT)
+                               DRM_DEBUG("reclaimed from client\n");
+                       if(buf_priv->currently_mapped == I830_BUF_MAPPED)
+                               buf_priv->currently_mapped = I830_BUF_UNMAPPED;
+               }
+       }
+}
+
+int i830_flush_ioctl(struct inode *inode, struct file *filp, 
+                    unsigned int cmd, unsigned long arg)
+{
+       drm_file_t        *priv   = filp->private_data;
+       drm_device_t      *dev    = priv->dev;
+   
+       DRM_DEBUG("i830_flush_ioctl\n");
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_flush_ioctl called without lock held\n");
+               return -EINVAL;
+       }
+
+       i830_flush_queue(dev);
+       return 0;
+}
+
+int i830_dma_vertex(struct inode *inode, struct file *filp,
+              unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_device_dma_t *dma = dev->dma;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+       drm_i830_vertex_t vertex;
+
+       if (copy_from_user(&vertex, (drm_i830_vertex_t *)arg, sizeof(vertex)))
+               return -EFAULT;
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma_vertex called without lock held\n");
+               return -EINVAL;
+       }
+
+       DRM_DEBUG("i830 dma vertex, idx %d used %d discard %d\n",
+                 vertex.idx, vertex.used, vertex.discard);
+
+       if(vertex.idx < 0 || vertex.idx > dma->buf_count) return -EINVAL;
+
+       i830_dma_dispatch_vertex( dev, 
+                                 dma->buflist[ vertex.idx ], 
+                                 vertex.discard, vertex.used );
+
+       sarea_priv->last_enqueue = dev_priv->counter-1;
+       sarea_priv->last_dispatch = (int) hw_status[5];
+   
+       return 0;
+}
+
+int i830_clear_bufs(struct inode *inode, struct file *filp,
+                  unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+       drm_i830_clear_t clear;
+
+       if (copy_from_user(&clear, (drm_i830_clear_t *)arg, sizeof(clear)))
+               return -EFAULT;
+   
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_clear_bufs called without lock held\n");
+               return -EINVAL;
+       }
+
+       /* GH: Someone's doing nasty things... */
+       if (!dev->dev_private) {
+               return -EINVAL;
+       }
+
+       i830_dma_dispatch_clear( dev, clear.flags, 
+                                clear.clear_color, 
+                                clear.clear_depth,
+                                clear.clear_depthmask);
+       return 0;
+}
+
+int i830_swap_bufs(struct inode *inode, struct file *filp,
+                 unsigned int cmd, unsigned long arg)
+{
+       drm_file_t *priv = filp->private_data;
+       drm_device_t *dev = priv->dev;
+   
+       DRM_DEBUG("i830_swap_bufs\n");
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_swap_buf called without lock held\n");
+               return -EINVAL;
+       }
+
+       i830_dma_dispatch_swap( dev );
+       return 0;
+}
+
+int i830_getage(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+
+       sarea_priv->last_dispatch = (int) hw_status[5];
+       return 0;
+}
+
+int i830_getbuf(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       int               retcode   = 0;
+       drm_i830_dma_t    d;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+
+       DRM_DEBUG("getbuf\n");
+       if (copy_from_user(&d, (drm_i830_dma_t *)arg, sizeof(d)))
+               return -EFAULT;
+   
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma called without lock held\n");
+               return -EINVAL;
+       }
+       
+       d.granted = 0;
+
+       retcode = i830_dma_get_buffer(dev, &d, filp);
+
+       DRM_DEBUG("i830_dma: %d returning %d, granted = %d\n",
+                 current->pid, retcode, d.granted);
+
+       if (copy_to_user((drm_dma_t *)arg, &d, sizeof(d)))
+               return -EFAULT;
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       return retcode;
+}
+
+int i830_copybuf(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       drm_file_t        *priv     = filp->private_data;
+       drm_device_t      *dev      = priv->dev;
+       drm_i830_copy_t   d;
+       drm_i830_private_t *dev_priv = (drm_i830_private_t *)dev->dev_private;
+       u32 *hw_status = (u32 *)dev_priv->hw_status_page;
+       drm_i830_sarea_t *sarea_priv = (drm_i830_sarea_t *) 
+                                       dev_priv->sarea_priv; 
+       drm_buf_t *buf;
+       drm_i830_buf_priv_t *buf_priv;
+       drm_device_dma_t *dma = dev->dma;
+
+       if(!_DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock)) {
+               DRM_ERROR("i830_dma called without lock held\n");
+               return -EINVAL;
+       }
+   
+       if (copy_from_user(&d, (drm_i830_copy_t *)arg, sizeof(d)))
+               return -EFAULT;
+
+       if(d.idx < 0 || d.idx > dma->buf_count) return -EINVAL;
+       buf = dma->buflist[ d.idx ];
+       buf_priv = buf->dev_private;
+       if (buf_priv->currently_mapped != I830_BUF_MAPPED) return -EPERM;
+
+       if(d.used < 0 || d.used > buf->total) return -EINVAL;
+
+       if (copy_from_user(buf_priv->virtual, d.address, d.used))
+               return -EFAULT;
+
+       sarea_priv->last_dispatch = (int) hw_status[5];
+
+       return 0;
+}
+
+int i830_docopy(struct inode *inode, struct file *filp, unsigned int cmd,
+               unsigned long arg)
+{
+       if(VM_DONTCOPY == 0) return 1;
+       return 0;
+}
diff --git a/linux/i830_drm.h b/linux/i830_drm.h
new file mode 100644 (file)
index 0000000..e4a2a25
--- /dev/null
@@ -0,0 +1,238 @@
+#ifndef _I830_DRM_H_
+#define _I830_DRM_H_
+
+/* WARNING: These defines must be the same as what the Xserver uses.
+ * if you change them, you must change the defines in the Xserver.
+ */
+
+#ifndef _I830_DEFINES_
+#define _I830_DEFINES_
+
+#define I830_DMA_BUF_ORDER             12
+#define I830_DMA_BUF_SZ                (1<<I830_DMA_BUF_ORDER)
+#define I830_DMA_BUF_NR                256
+#define I830_NR_SAREA_CLIPRECTS        8
+
+/* Each region is a minimum of 64k, and there are at most 64 of them.
+ */
+#define I830_NR_TEX_REGIONS 64
+#define I830_LOG_MIN_TEX_REGION_SIZE 16
+
+/* if defining I830_ENABLE_4_TEXTURES, do it in i830_3d_reg.h, too */
+#if !defined(I830_ENABLE_4_TEXTURES)
+#define I830_TEXTURE_COUNT     2
+#define I830_TEXBLEND_COUNT    2       /* always same as TEXTURE_COUNT? */
+#else /* defined(I830_ENABLE_4_TEXTURES) */
+#define I830_TEXTURE_COUNT     4
+#define I830_TEXBLEND_COUNT    4       /* always same as TEXTURE_COUNT? */
+#endif /* I830_ENABLE_4_TEXTURES */
+
+#define I830_TEXBLEND_SIZE     12      /* (4 args + op) * 2 + COLOR_FACTOR */
+
+#define I830_UPLOAD_CTX                        0x1
+#define I830_UPLOAD_BUFFERS            0x2
+#define I830_UPLOAD_CLIPRECTS          0x4
+#define I830_UPLOAD_TEX0_IMAGE         0x100 /* handled clientside */
+#define I830_UPLOAD_TEX0_CUBE          0x200 /* handled clientside */
+#define I830_UPLOAD_TEX1_IMAGE         0x400 /* handled clientside */
+#define I830_UPLOAD_TEX1_CUBE          0x800 /* handled clientside */
+#define I830_UPLOAD_TEX2_IMAGE         0x1000 /* handled clientside */
+#define I830_UPLOAD_TEX2_CUBE          0x2000 /* handled clientside */
+#define I830_UPLOAD_TEX3_IMAGE         0x4000 /* handled clientside */
+#define I830_UPLOAD_TEX3_CUBE          0x8000 /* handled clientside */
+#define I830_UPLOAD_TEX_N_IMAGE(n)     (0x100 << (n * 2))
+#define I830_UPLOAD_TEX_N_CUBE(n)      (0x200 << (n * 2))
+#define I830_UPLOAD_TEXIMAGE_MASK      0xff00
+#define I830_UPLOAD_TEX0                       0x10000
+#define I830_UPLOAD_TEX1                       0x20000
+#define I830_UPLOAD_TEX2                       0x40000
+#define I830_UPLOAD_TEX3                       0x80000
+#define I830_UPLOAD_TEX_N(n)           (0x10000 << (n))
+#define I830_UPLOAD_TEX_MASK           0xf0000
+#define I830_UPLOAD_TEXBLEND0          0x100000
+#define I830_UPLOAD_TEXBLEND1          0x200000
+#define I830_UPLOAD_TEXBLEND2          0x400000
+#define I830_UPLOAD_TEXBLEND3          0x800000
+#define I830_UPLOAD_TEXBLEND_N(n)      (0x100000 << (n))
+#define I830_UPLOAD_TEXBLEND_MASK      0xf00000
+#define I830_UPLOAD_TEX_PALETTE_N(n)    (0x1000000 << (n))
+#define I830_UPLOAD_TEX_PALETTE_SHARED 0x4000000
+
+/* Indices into buf.Setup where various bits of state are mirrored per
+ * context and per buffer.  These can be fired at the card as a unit,
+ * or in a piecewise fashion as required.
+ */
+
+/* Destbuffer state 
+ *    - backbuffer linear offset and pitch -- invarient in the current dri
+ *    - zbuffer linear offset and pitch -- also invarient
+ *    - drawing origin in back and depth buffers.
+ *
+ * Keep the depth/back buffer state here to acommodate private buffers
+ * in the future.
+ */
+
+#define I830_DESTREG_CBUFADDR 0
+/* Invarient */
+#define I830_DESTREG_DBUFADDR 1
+#define I830_DESTREG_DV0 2
+#define I830_DESTREG_DV1 3
+#define I830_DESTREG_SENABLE 4
+#define I830_DESTREG_SR0 5
+#define I830_DESTREG_SR1 6
+#define I830_DESTREG_SR2 7
+#define I830_DESTREG_DR0 8
+#define I830_DESTREG_DR1 9
+#define I830_DESTREG_DR2 10
+#define I830_DESTREG_DR3 11
+#define I830_DESTREG_DR4 12
+#define I830_DEST_SETUP_SIZE 13
+
+/* Context state
+ */
+#define I830_CTXREG_STATE1             0
+#define I830_CTXREG_STATE2             1
+#define I830_CTXREG_STATE3             2
+#define I830_CTXREG_STATE4             3
+#define I830_CTXREG_STATE5             4
+#define I830_CTXREG_IALPHAB            5
+#define I830_CTXREG_STENCILTST         6
+#define I830_CTXREG_ENABLES_1          7
+#define I830_CTXREG_ENABLES_2          8
+#define I830_CTXREG_AA                 9
+#define I830_CTXREG_FOGCOLOR           10
+#define I830_CTXREG_BLENDCOLR0         11
+#define I830_CTXREG_BLENDCOLR          12 /* Dword 1 of 2 dword command */
+#define I830_CTXREG_VF                 13
+#define I830_CTXREG_VF2                        14
+#define I830_CTXREG_MCSB0              15
+#define I830_CTXREG_MCSB1              16
+#define I830_CTX_SETUP_SIZE            17
+
+/* Texture state (per tex unit)
+ */
+
+#define I830_TEXREG_MI0        0       /* GFX_OP_MAP_INFO (6 dwords) */
+#define I830_TEXREG_MI1        1
+#define I830_TEXREG_MI2        2
+#define I830_TEXREG_MI3        3
+#define I830_TEXREG_MI4        4
+#define I830_TEXREG_MI5        5
+#define I830_TEXREG_MF 6       /* GFX_OP_MAP_FILTER */
+#define I830_TEXREG_MLC        7       /* GFX_OP_MAP_LOD_CTL */
+#define I830_TEXREG_MLL        8       /* GFX_OP_MAP_LOD_LIMITS */
+#define I830_TEXREG_MCS        9       /* GFX_OP_MAP_COORD_SETS */
+#define I830_TEX_SETUP_SIZE 10
+
+#define I830_FRONT   0x1
+#define I830_BACK    0x2
+#define I830_DEPTH   0x4
+
+#endif /* _I830_DEFINES_ */
+
+typedef struct _drm_i830_init {
+       enum {
+               I830_INIT_DMA = 0x01,
+               I830_CLEANUP_DMA = 0x02
+       } func;
+       unsigned int mmio_offset;
+       unsigned int buffers_offset;
+       int sarea_priv_offset;
+       unsigned int ring_start;
+       unsigned int ring_end;
+       unsigned int ring_size;
+       unsigned int front_offset;
+       unsigned int back_offset;
+       unsigned int depth_offset;
+       unsigned int w;
+       unsigned int h;
+       unsigned int pitch;
+       unsigned int pitch_bits;
+       unsigned int back_pitch;
+       unsigned int depth_pitch;
+       unsigned int cpp;
+} drm_i830_init_t;
+
+/* Warning: If you change the SAREA structure you must change the Xserver
+ * structure as well */
+
+typedef struct _drm_i830_tex_region {
+       unsigned char next, prev; /* indices to form a circular LRU  */
+       unsigned char in_use;   /* owned by a client, or free? */
+       int age;                /* tracked by clients to update local LRU's */
+} drm_i830_tex_region_t;
+
+typedef struct _drm_i830_sarea {
+       unsigned int ContextState[I830_CTX_SETUP_SIZE];
+       unsigned int BufferState[I830_DEST_SETUP_SIZE];
+       unsigned int TexState[I830_TEXTURE_COUNT][I830_TEX_SETUP_SIZE];
+       unsigned int TexBlendState[I830_TEXBLEND_COUNT][I830_TEXBLEND_SIZE];
+       unsigned int TexBlendStateWordsUsed[I830_TEXBLEND_COUNT];
+       unsigned int Palette[2][256];
+       unsigned int dirty;
+
+       unsigned int nbox;
+       drm_clip_rect_t boxes[I830_NR_SAREA_CLIPRECTS];
+
+       /* Maintain an LRU of contiguous regions of texture space.  If
+        * you think you own a region of texture memory, and it has an
+        * age different to the one you set, then you are mistaken and
+        * it has been stolen by another client.  If global texAge
+        * hasn't changed, there is no need to walk the list.
+        *
+        * These regions can be used as a proxy for the fine-grained
+        * texture information of other clients - by maintaining them
+        * in the same lru which is used to age their own textures,
+        * clients have an approximate lru for the whole of global
+        * texture space, and can make informed decisions as to which
+        * areas to kick out.  There is no need to choose whether to
+        * kick out your own texture or someone else's - simply eject
+        * them all in LRU order.  
+        */
+
+       drm_i830_tex_region_t texList[I830_NR_TEX_REGIONS+1]; 
+                               /* Last elt is sentinal */
+        int texAge;            /* last time texture was uploaded */
+        int last_enqueue;      /* last time a buffer was enqueued */
+       int last_dispatch;      /* age of the most recently dispatched buffer */
+       int last_quiescent;     /*  */
+       int ctxOwner;           /* last context to upload state */
+
+       int vertex_prim;
+} drm_i830_sarea_t;
+
+typedef struct _drm_i830_clear {
+       int clear_color;
+       int clear_depth;
+       int flags;
+       unsigned int clear_colormask;
+       unsigned int clear_depthmask;
+} drm_i830_clear_t;
+
+
+
+/* These may be placeholders if we have more cliprects than
+ * I830_NR_SAREA_CLIPRECTS.  In that case, the client sets discard to
+ * false, indicating that the buffer will be dispatched again with a
+ * new set of cliprects.
+ */
+typedef struct _drm_i830_vertex {
+       int idx;                /* buffer index */
+       int used;               /* nr bytes in use */
+       int discard;            /* client is finished with the buffer? */
+} drm_i830_vertex_t;
+
+typedef struct _drm_i830_copy_t {
+       int idx;                /* buffer index */
+       int used;               /* nr bytes in use */
+       void *address;          /* Address to copy from */
+} drm_i830_copy_t;
+
+typedef struct drm_i830_dma {
+       void *virtual;
+       int request_idx;
+       int request_size;
+       int granted;
+} drm_i830_dma_t;
+
+#endif /* _I830_DRM_H_ */
diff --git a/linux/i830_drv.c b/linux/i830_drv.c
new file mode 100644 (file)
index 0000000..904f366
--- /dev/null
@@ -0,0 +1,102 @@
+/* i830_drv.c -- I810 driver -*- linux-c -*-
+ * Created: Mon Dec 13 01:56:22 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * VA LINUX SYSTEMS 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.
+ *
+ * Authors:
+ *    Rickard E. (Rik) Faith <faith@valinux.com>
+ *    Jeff Hartmann <jhartmann@valinux.com>
+ *    Gareth Hughes <gareth@valinux.com>
+ *    Abraham vd Merwe <abraham@2d3d.co.za>
+ */
+
+#include <linux/config.h>
+#include "i830.h"
+#include "drmP.h"
+#include "i830_drv.h"
+
+#define DRIVER_AUTHOR          "VA Linux Systems Inc."
+
+#define DRIVER_NAME            "i830"
+#define DRIVER_DESC            "Intel 830M"
+#define DRIVER_DATE            "20011004"
+
+#define DRIVER_MAJOR           1
+#define DRIVER_MINOR           2
+#define DRIVER_PATCHLEVEL      0
+
+#define DRIVER_IOCTLS                                                      \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_INIT)]   = { i830_dma_init,    1, 1 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_VERTEX)] = { i830_dma_vertex,  1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_CLEAR)]  = { i830_clear_bufs,  1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_FLUSH)]  = { i830_flush_ioctl, 1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_GETAGE)] = { i830_getage,      1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_GETBUF)] = { i830_getbuf,      1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_SWAP)]   = { i830_swap_bufs,   1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_COPY)]   = { i830_copybuf,     1, 0 }, \
+       [DRM_IOCTL_NR(DRM_IOCTL_I830_DOCOPY)] = { i830_docopy,      1, 0 },
+
+#define __HAVE_COUNTERS         4
+#define __HAVE_COUNTER6         _DRM_STAT_IRQ
+#define __HAVE_COUNTER7         _DRM_STAT_PRIMARY
+#define __HAVE_COUNTER8         _DRM_STAT_SECONDARY
+#define __HAVE_COUNTER9         _DRM_STAT_DMA
+
+
+#include "drm_agpsupport.h"
+#include "drm_auth.h"
+#include "drm_bufs.h"
+#include "drm_context.h"
+#include "drm_dma.h"
+#include "drm_drawable.h"
+#include "drm_drv.h"
+
+#ifndef MODULE
+/* DRM(options) is called by the kernel to parse command-line options
+ * passed via the boot-loader (e.g., LILO).  It calls the insmod option
+ * routine, drm_parse_drm.
+ */
+
+/* JH- We have to hand expand the string ourselves because of the cpp.  If
+ * anyone can think of a way that we can fit into the __setup macro without
+ * changing it, then please send the solution my way.
+ */
+static int __init i830_options( char *str )
+{
+   DRM(parse_options)( str );
+   return 1;
+}
+
+__setup( DRIVER_NAME "=", i830_options );
+#endif
+
+#include "drm_fops.h"
+#include "drm_init.h"
+#include "drm_ioctl.h"
+#include "drm_lock.h"
+#include "drm_lists.h"
+#include "drm_memory.h"
+#include "drm_proc.h"
+#include "drm_vm.h"
+#include "drm_stub.h"
diff --git a/linux/i830_drv.h b/linux/i830_drv.h
new file mode 100644 (file)
index 0000000..4e9d6c8
--- /dev/null
@@ -0,0 +1,213 @@
+/* i830_drv.h -- Private header for the I830 driver -*- linux-c -*-
+ * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com
+ *
+ * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ * 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, sublicense,
+ * 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 NONINFRINGEMENT.  IN NO EVENT SHALL
+ * PRECISION INSIGHT 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.
+ *
+ * Authors: Rickard E. (Rik) Faith <faith@valinux.com>
+ *         Jeff Hartmann <jhartmann@valinux.com>
+ *
+ */
+
+#ifndef _I830_DRV_H_
+#define _I830_DRV_H_
+
+typedef struct drm_i830_buf_priv {
+       u32 *in_use;
+       int my_use_idx;
+       int currently_mapped;
+       void *virtual;
+       void *kernel_virtual;
+       int map_count;
+       struct vm_area_struct *vma;
+} drm_i830_buf_priv_t;
+
+typedef struct _drm_i830_ring_buffer{
+       int tail_mask;
+       unsigned long Start;
+       unsigned long End;
+       unsigned long Size;
+       u8 *virtual_start;
+       int head;
+       int tail;
+       int space;
+} drm_i830_ring_buffer_t;
+
+typedef struct drm_i830_private {
+       drm_map_t *sarea_map;
+       drm_map_t *buffer_map;
+       drm_map_t *mmio_map;
+
+       drm_i830_sarea_t *sarea_priv;
+       drm_i830_ring_buffer_t ring;
+
+       unsigned long hw_status_page;
+       unsigned long counter;
+
+       atomic_t flush_done;
+       wait_queue_head_t flush_queue;  /* Processes waiting until flush    */
+       drm_buf_t *mmap_buffer;
+       
+       u32 front_di1, back_di1, zi1;
+       
+       int back_offset;
+       int depth_offset;
+       int w, h;
+       int pitch;
+       int back_pitch;
+       int depth_pitch;
+       unsigned int cpp;
+} drm_i830_private_t;
+
+                               /* i830_dma.c */
+extern int  i830_dma_schedule(drm_device_t *dev, int locked);
+extern int  i830_getbuf(struct inode *inode, struct file *filp,
+                       unsigned int cmd, unsigned long arg);
+extern int  i830_dma_init(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+extern int  i830_flush_ioctl(struct inode *inode, struct file *filp,
+                            unsigned int cmd, unsigned long arg);
+extern void i830_reclaim_buffers(drm_device_t *dev, pid_t pid);
+extern int  i830_getage(struct inode *inode, struct file *filp, unsigned int cmd,
+                       unsigned long arg);
+extern int i830_mmap_buffers(struct file *filp, struct vm_area_struct *vma);
+extern int i830_copybuf(struct inode *inode, struct file *filp, 
+                       unsigned int cmd, unsigned long arg);
+extern int i830_docopy(struct inode *inode, struct file *filp, 
+                      unsigned int cmd, unsigned long arg);
+
+extern void i830_dma_quiescent(drm_device_t *dev);
+
+extern int i830_dma_vertex(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+
+extern int i830_swap_bufs(struct inode *inode, struct file *filp,
+                        unsigned int cmd, unsigned long arg);
+
+extern int i830_clear_bufs(struct inode *inode, struct file *filp,
+                         unsigned int cmd, unsigned long arg);
+
+#define I830_VERBOSE 0
+
+#define I830_BASE(reg)         ((unsigned long) \
+                               dev_priv->mmio_map->handle)
+#define I830_ADDR(reg)         (I830_BASE(reg) + reg)
+#define I830_DEREF(reg)                *(__volatile__ int *)I830_ADDR(reg)
+#define I830_READ(reg)         I830_DEREF(reg)
+#define I830_WRITE(reg,val)    do { I830_DEREF(reg) = val; } while (0)
+#define I830_DEREF16(reg)      *(__volatile__ u16 *)I830_ADDR(reg)
+#define I830_READ16(reg)       I830_DEREF16(reg)
+#define I830_WRITE16(reg,val)  do { I830_DEREF16(reg) = val; } while (0)
+
+#define GFX_OP_USER_INTERRUPT          ((0<<29)|(2<<23))
+#define GFX_OP_BREAKPOINT_INTERRUPT    ((0<<29)|(1<<23))
+#define CMD_REPORT_HEAD                        (7<<23)
+#define CMD_STORE_DWORD_IDX            ((0x21<<23) | 0x1)
+#define CMD_OP_BATCH_BUFFER  ((0x0<<29)|(0x30<<23)|0x1)
+
+#define INST_PARSER_CLIENT   0x00000000
+#define INST_OP_FLUSH        0x02000000
+#define INST_FLUSH_MAP_CACHE 0x00000001
+
+
+#define BB1_START_ADDR_MASK   (~0x7)
+#define BB1_PROTECTED         (1<<0)
+#define BB1_UNPROTECTED       (0<<0)
+#define BB2_END_ADDR_MASK     (~0x7)
+
+#define I830REG_HWSTAM         0x02098
+#define I830REG_INT_IDENTITY_R 0x020a4
+#define I830REG_INT_MASK_R     0x020a8
+#define I830REG_INT_ENABLE_R   0x020a0
+
+#define LP_RING                0x2030
+#define HP_RING                0x2040
+#define RING_TAIL                      0x00
+#define TAIL_ADDR              0x000FFFF8
+#define RING_HEAD                      0x04
+#define HEAD_WRAP_COUNT        0xFFE00000
+#define HEAD_WRAP_ONE          0x00200000
+#define HEAD_ADDR              0x001FFFFC
+#define RING_START                     0x08
+#define START_ADDR             0x00FFFFF8
+#define RING_LEN                       0x0C
+#define RING_NR_PAGES          0x000FF000 
+#define RING_REPORT_MASK       0x00000006
+#define RING_REPORT_64K        0x00000002
+#define RING_REPORT_128K       0x00000004
+#define RING_NO_REPORT         0x00000000
+#define RING_VALID_MASK        0x00000001
+#define RING_VALID             0x00000001
+#define RING_INVALID           0x00000000
+
+#define GFX_OP_SCISSOR         ((0x3<<29)|(0x1c<<24)|(0x10<<19))
+#define SC_UPDATE_SCISSOR       (0x1<<1)
+#define SC_ENABLE_MASK          (0x1<<0)
+#define SC_ENABLE               (0x1<<0)
+
+#define GFX_OP_SCISSOR_INFO    ((0x3<<29)|(0x1d<<24)|(0x81<<16)|(0x1))
+#define SCI_YMIN_MASK      (0xffff<<16)
+#define SCI_XMIN_MASK      (0xffff<<0)
+#define SCI_YMAX_MASK      (0xffff<<16)
+#define SCI_XMAX_MASK      (0xffff<<0)
+
+#define GFX_OP_SCISSOR_ENABLE   ((0x3<<29)|(0x1c<<24)|(0x10<<19))
+#define GFX_OP_SCISSOR_RECT     ((0x3<<29)|(0x1d<<24)|(0x81<<16)|1)
+#define GFX_OP_COLOR_FACTOR      ((0x3<<29)|(0x1d<<24)|(0x1<<16)|0x0)
+#define GFX_OP_STIPPLE           ((0x3<<29)|(0x1d<<24)|(0x83<<16))
+#define GFX_OP_MAP_INFO          ((0x3<<29)|(0x1d<<24)|0x4)
+#define GFX_OP_DESTBUFFER_VARS   ((0x3<<29)|(0x1d<<24)|(0x85<<16)|0x0)
+#define GFX_OP_DRAWRECT_INFO     ((0x3<<29)|(0x1d<<24)|(0x80<<16)|(0x3))
+#define GFX_OP_PRIMITIVE         ((0x3<<29)|(0x1f<<24))
+
+#define CMD_OP_DESTBUFFER_INFO  ((0x3<<29)|(0x1d<<24)|(0x8e<<16)|1)
+
+
+#define BR00_BITBLT_CLIENT   0x40000000
+#define BR00_OP_COLOR_BLT    0x10000000
+#define BR00_OP_SRC_COPY_BLT 0x10C00000
+#define BR13_SOLID_PATTERN   0x80000000
+
+#define BUF_3D_ID_COLOR_BACK    (0x3<<24)
+#define BUF_3D_ID_DEPTH         (0x7<<24)
+#define BUF_3D_USE_FENCE        (1<<23)
+#define BUF_3D_PITCH(x)         (((x)/4)<<2)
+
+#define CMD_OP_MAP_PALETTE_LOAD        ((3<<29)|(0x1d<<24)|(0x82<<16)|255)
+#define MAP_PALETTE_NUM(x)     ((x<<8) & (1<<8))
+#define MAP_PALETTE_BOTH       (1<<11)
+
+#define XY_COLOR_BLT_CMD               ((2<<29)|(0x50<<22)|0x4)
+#define XY_COLOR_BLT_WRITE_ALPHA       (1<<21)
+#define XY_COLOR_BLT_WRITE_RGB         (1<<20)
+
+#define XY_SRC_COPY_BLT_CMD             ((2<<29)|(0x53<<22)|6)
+#define XY_SRC_COPY_BLT_WRITE_ALPHA     (1<<21)
+#define XY_SRC_COPY_BLT_WRITE_RGB       (1<<20)
+
+#define MI_BATCH_BUFFER        ((0x30<<23)|1)
+#define MI_BATCH_NON_SECURE    (1)
+
+
+#endif
+