drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.

Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt
2009-08-03 16:09:16 -07:00
parent 0c2e39525b
commit 9c9fe1f841
4 changed files with 19 additions and 6 deletions
+1
View File
@@ -231,6 +231,7 @@ typedef struct drm_i915_private {
spinlock_t error_lock;
struct drm_i915_error_state *first_error;
struct work_struct error_work;
struct workqueue_struct *wq;
/* Register state */
u8 saveLBB;