summaryrefslogtreecommitdiff
path: root/linux/mach64_drm.h
diff options
context:
space:
mode:
authorFrank C. Earl <svartalf@users.sourceforge.net>2002-05-01 00:25:30 +0000
committerFrank C. Earl <svartalf@users.sourceforge.net>2002-05-01 00:25:30 +0000
commit9f0e6cad0e0aebd6bae151ad946bf3a8ba4a4d5b (patch)
tree33aaaffe16f2db64f9d25f62859ebb68659ab128 /linux/mach64_drm.h
parent43fb03f135cf6774fb3f85ed5a2201e0044a77e3 (diff)
Most of the first cut of the DMA code. It's got most of the dispatchmach64-0-0-3-dma-branch
architecture in place (Lacks actual DMA submission (The easy part, really...)) so it's not done yet, but I promised people that done or not, I'd do a check-in of this...
Diffstat (limited to 'linux/mach64_drm.h')
-rw-r--r--linux/mach64_drm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/mach64_drm.h b/linux/mach64_drm.h
index 8011f5df..5f6c5f9d 100644
--- a/linux/mach64_drm.h
+++ b/linux/mach64_drm.h
@@ -2,6 +2,7 @@
* Created: Thu Nov 30 20:04:32 2000 by gareth@valinux.com
*
* Copyright 2000 Gareth Hughes
+ * Copyright 2002 Frank C. Earl
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
@@ -24,6 +25,7 @@
*
* Authors:
* Gareth Hughes <gareth@valinux.com>
+ * Frank C. Earl <fearl@airmail.net>
*/
#ifndef __MACH64_DRM_H__
@@ -148,6 +150,7 @@ typedef struct drm_mach64_init {
} func;
unsigned int sarea_priv_offset;
+ int is_pci;
unsigned int fb_bpp;
unsigned int front_offset, front_pitch;