Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 04:05:18 UTC 2013

Modified Files:
        src/sys/external/bsd/drm2/dist/drm/i915 [riastradh-drm2]: i915_dma.c

Log Message:
Don't cancel rps.work or hotplug_work in i915_driver_unload.

These are cancelled in intel_modeset_cleanup.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.21 -r1.1.1.1.2.22 \
    src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c
diff -u src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c:1.1.1.1.2.21 src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c:1.1.1.1.2.22
--- src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c:1.1.1.1.2.21	Wed Jul 24 04:04:16 2013
+++ src/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c	Wed Jul 24 04:05:18 2013
@@ -1876,8 +1876,6 @@ int i915_driver_unload(struct drm_device
 		 * (XXX Well, do work queues for real...)
 		 */
 		cancel_work_sync(&dev_priv->l3_parity.error_work);
-		cancel_work_sync(&dev_priv->rps.work);
-		cancel_work_sync(&dev_priv->hotplug_work);
 #  if 0				/* XXX How do we get the CRTCs? */
 		cancel_work_sync(&...intel_crtc->unpin_work);
 #  endif

Reply via email to