diff options
author | Deron Johnson <deron.johnson@sun.com> | 2005-01-06 04:14:02 +0000 |
---|---|---|
committer | Deron Johnson <deron.johnson@sun.com> | 2005-01-06 04:14:02 +0000 |
commit | b06ec03d04e33be9debdc5e573f8b5dbd7eac26d (patch) | |
tree | 16ff9be94794b3ed5eaffb78cb575de81b3b49ae /src/r128_dri.c | |
parent | dbeb8d28ac3469f4a7d7d8dae979ae876d4cdcba (diff) |
Integrate updates from Xorg 6.8.2 RC2.lg3d-dev-0-6-1
VS: ----------------------------------------------------------------------
Diffstat (limited to 'src/r128_dri.c')
-rw-r--r-- | src/r128_dri.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/r128_dri.c b/src/r128_dri.c index 2b35c33..65bb5b9 100644 --- a/src/r128_dri.c +++ b/src/r128_dri.c @@ -1297,6 +1297,7 @@ void R128DRICloseScreen(ScreenPtr pScreen) if (info->irq) { drmCtlUninstHandler(info->drmFD); info->irq = 0; + info->gen_int_cntl = 0; } /* De-allocate vertex buffers */ |