diff options
author | Ian Romanick <[email protected]> | 2005-06-14 22:51:44 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-06-14 22:51:44 +0000 |
commit | aa2691547281a09da86f7fcc3f991b92a29fc9c7 (patch) | |
tree | 68f09948c573a39a6c68674450c96dc30e469626 /src/mesa/drivers/dri/mga/mgadd.c | |
parent | fb818a0b115afaf43a5a3a32e649c86165ccc366 (diff) |
Adds support for MGA DRM version 3.2.
This patch makes use of two of the new ioctls added in MGA DRM version
3.2. Specifically, the DRM_MGA_SET_FENCE and DRM_MGA_WAIT_FENCE
ioctls are used in mgaWaitForFrameCompletion. As a result the MMIO
register region and the primary DMA region are *not* mapped (if DRM
3.2 is available).
This patch does *not* make use of the new get_param query was added to
differentiate between G4x0 cards and G550 cards. That is left to a
future update.
Xorg bug: 3259
Reviewed by: Eric Anholt
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgadd.c')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgadd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mga/mgadd.c b/src/mesa/drivers/dri/mga/mgadd.c index 7310641efa3..8532ea95f10 100644 --- a/src/mesa/drivers/dri/mga/mgadd.c +++ b/src/mesa/drivers/dri/mga/mgadd.c @@ -41,7 +41,7 @@ #include "mga_xmesa.h" #include "utils.h" -#define DRIVER_DATE "20030328" +#define DRIVER_DATE "20050609" /*************************************** |