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 redundant...



details:   https://anonhg.NetBSD.org/src/rev/57c9bd92b819
branches:  riastradh-drm2
changeset: 788490:57c9bd92b819
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 04:02:28 2013 +0000

description:
Don't redundantly cancel mm.retire_work or error_work.

diffstat:

 sys/external/bsd/drm2/dist/drm/i915/i915_dma.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 05db94cf1522 -r 57c9bd92b819 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:02:12 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/i915_dma.c    Wed Jul 24 04:02:28 2013 +0000
@@ -1873,11 +1873,9 @@
                 * XXX Keep this updated!  (XXX How?)
                 * (XXX Well, do work queues for real...)
                 */
-               cancel_delayed_work_sync(&dev_priv->mm.retire_work);
                cancel_work_sync(&dev_priv->l3_parity.error_work);
                cancel_work_sync(&dev_priv->rps.work);
                cancel_work_sync(&dev_priv->hotplug_work);
-               cancel_work_sync(&dev_priv->error_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