[Intel-gfx] [PATCH v4 4/9] drm/i915/guc: Update suspend functionality in intel_uc_suspend path
Michał Winiarski
michal.winiarski at intel.com
Thu Sep 21 20:52:38 UTC 2017
On Thu, Sep 21, 2017 at 10:25:50PM +0530, Sagar Arun Kamble wrote:
[SNIP]
> > > + ret = intel_uc_runtime_suspend(dev_priv);
> > > + if (ret)
> > > + return ret;
> > return intel_guc_runtime_suspend(dev_priv);
> Did you really mean intel_*guc*_runtime_suspend here or was typo?
Typo - sorry about that.
-Michał
> >
> > With that:
> >
> > Reviewed-by: Michał Winiarski <michal.winiarski at intel.com>
> >
> > -Michał
> >
> > > +
> > > + return 0;
> > > }
> > > int intel_uc_resume(struct drm_i915_private *dev_priv)
> > > --
> > > 1.9.1
> > >
>
More information about the Intel-gfx
mailing list