summaryrefslogtreecommitdiff
path: root/linux-core/xgi_drv.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-07-21 20:39:22 -0700
committerIan Romanick <idr@us.ibm.com>2007-07-21 20:39:22 -0700
commit3265a61f895a1d35072984e9cdc71aad898647fa (patch)
tree06c2ebc634d0d5b476285cefd111753c1d8d5490 /linux-core/xgi_drv.h
parent5d6fdd9d7924fde8ce62631e6bdce8d5fe33fc3d (diff)
Make s_cmdring a field in the xgi_info structure instead of a global.
Diffstat (limited to 'linux-core/xgi_drv.h')
-rw-r--r--linux-core/xgi_drv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-core/xgi_drv.h b/linux-core/xgi_drv.h
index 20965876..0aab04d8 100644
--- a/linux-core/xgi_drv.h
+++ b/linux-core/xgi_drv.h
@@ -42,6 +42,7 @@
#define DRIVER_MINOR 8
#define DRIVER_PATCHLEVEL 0
+#include "xgi_cmdlist.h"
#include "xgi_drm.h"
struct xgi_aperture {
@@ -90,6 +91,8 @@ struct xgi_info {
struct semaphore fb_sem;
struct semaphore pcie_sem;
+
+ struct xgi_cmdring_info cmdring;
};
enum PcieOwner {