diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-07-14 16:14:18 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-07-14 16:14:18 +0800 |
commit | 04d1584737fd0d14e99608a97281fd7b1549ae0e (patch) | |
tree | 8dd024a1238875b03d56f2f78aa9e9e336df46e2 /src/i830_accel.c | |
parent | b85f268051a785f90e4c55bd1cac80d673388f16 (diff) |
Current exa render implement for i830 and i915, test on
865GM and 915G. There is issue in picture 'repeat' support.
And also stop recursive behavior in I830WaitLpRing to allow
server to abort instead of system hang.
Diffstat (limited to 'src/i830_accel.c')
-rw-r--r-- | src/i830_accel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c index f2993985..6b338879 100644 --- a/src/i830_accel.c +++ b/src/i830_accel.c @@ -110,6 +110,9 @@ I830WaitLpRing(ScrnInfoPtr pScrn, int n, int timeout_millis) #ifdef I830_USE_XAA pI830->AccelInfoRec = NULL; /* Stops recursive behavior */ #endif +#ifdef I830_USE_EXA + pI830->EXADriverPtr = NULL; +#endif FatalError("lockup\n"); } |