Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/drm/i915 Don't cancel rp...
details: https://anonhg.NetBSD.org/src/rev/555136ec2065
branches: riastradh-drm2
changeset: 788501:555136ec2065
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 04:05:18 2013 +0000
description:
Don't cancel rps.work or hotplug_work in i915_driver_unload.
These are cancelled in intel_modeset_cleanup.
diffstat:
sys/external/bsd/drm2/dist/drm/i915/i915_dma.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r e0e8f17e8b29 -r 555136ec2065 sys/external/bsd/drm2/dist/drm/i915/i915_dma.c
--- a/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c Wed Jul 24 04:05:00 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c Wed Jul 24 04:05:18 2013 +0000
@@ -1876,8 +1876,6 @@
* (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
Home |
Main Index |
Thread Index |
Old Index