summaryrefslogtreecommitdiff
path: root/src/mga_dri.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-06-15 20:06:43 +0000
committerIan Romanick <idr@us.ibm.com>2005-06-15 20:06:43 +0000
commita6e0ae358bdb26452444d916a956c07da7fe88f4 (patch)
tree10ef00eff37041962d67826fe5c2514320651b52 /src/mga_dri.h
parentc2e50aad47ce32f528dad2abee8b7a8df363c93e (diff)
Adds support for MGA DRM version 3.2.
Update MGA DDX to use new features of MGA DRM ersion 3.2 to enable DRI support on PCI cards. Backwards compatability with older client-side drivers is enabled with new Device section settings. See mga.man for details. Xorg bug: 3259 Reviewed by: Eric Anholt
Diffstat (limited to 'src/mga_dri.h')
-rw-r--r--src/mga_dri.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mga_dri.h b/src/mga_dri.h
index ef845c8..67c0f69 100644
--- a/src/mga_dri.h
+++ b/src/mga_dri.h
@@ -68,6 +68,8 @@ typedef struct {
drmBufMapPtr drmBuffers;
+ int drm_version_major;
+ int drm_version_minor;
} MGADRIServerPrivateRec, *MGADRIServerPrivatePtr;
#ifdef __GNUC__