diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-07-24 13:27:44 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-07-24 13:27:44 -0700 |
commit | 887cb31ee9ec04e45829500f095aa4a3bc1095ea (patch) | |
tree | f4a3a1e8fa27888728730137253cd7ac0bb87c21 /linux-core/xgi_drv.h | |
parent | 46214fc3979ed60b32289ade1b8efbba1c8bf732 (diff) |
Fix bug preventing X server from restarting.
The core DRM lastclose routine automatically destroys all mappings and
releases SG memory. XP10 DRM and DDX assumed this data stayed around
until module unload. xgi_bootstrap was reworked to recreate all these
mappings. In addition, the drm_addmap for the GART backing store was
moved into the kernel. This causes a change to the ioctl protocol and
a version bump.
Diffstat (limited to 'linux-core/xgi_drv.h')
-rw-r--r-- | linux-core/xgi_drv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/xgi_drv.h b/linux-core/xgi_drv.h index 16102950..ae5fe07e 100644 --- a/linux-core/xgi_drv.h +++ b/linux-core/xgi_drv.h @@ -36,10 +36,10 @@ #define DRIVER_NAME "xgi" #define DRIVER_DESC "XGI XP5 / XP10 / XG47" -#define DRIVER_DATE "20070721" +#define DRIVER_DATE "20070723" #define DRIVER_MAJOR 0 -#define DRIVER_MINOR 9 +#define DRIVER_MINOR 10 #define DRIVER_PATCHLEVEL 0 #include "xgi_cmdlist.h" |