[Intel-gfx] [PATCH 06/20] drm/i915: Remove obsolete engine cleanup
Chris Wilson
chris at chris-wilson.co.uk
Mon Jul 22 16:29:31 UTC 2019
Quoting Tvrtko Ursulin (2019-07-22 13:46:06)
>
> On 18/07/2019 08:00, Chris Wilson wrote:
> > static void i915_driver_mmio_release(struct drm_i915_private *dev_priv)
> > {
> > + intel_engines_cleanup(dev_priv);
> > intel_teardown_mchbar(dev_priv);
> > intel_uncore_fini_mmio(&dev_priv->uncore);
> > pci_dev_put(dev_priv->bridge_dev);
> >
>
> Okay, looks okay. But do I dare to say that after all the efforts to
> make things more logical in the init/release paths we are still not
> there? :)
intel_engines_* are all placeholders for intel_gt_foo_bar :)
-Chris
More information about the Intel-gfx
mailing list