All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yu Dai <yu.dai@intel.com>
To: "Kamble, Sagar A" <sagar.a.kamble@intel.com>,
	intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915/guc: Add host2guc notification for suspend and resume
Date: Wed, 30 Sep 2015 08:59:21 -0700	[thread overview]
Message-ID: <560C06D9.9000305@intel.com> (raw)
In-Reply-To: <560BBDA2.3060903@intel.com>



On 09/30/2015 03:46 AM, Kamble, Sagar A wrote:
> Thanks for the updated patch. Minor comment below.
>
> Thanks
> Sagar
>
> On 9/26/2015 12:16 AM, yu.dai@intel.com wrote:
> > From: Alex Dai <yu.dai@intel.com>
> >
> > Add host2guc interfaces to nofigy GuC power state changes when
> > enter or resume from power saving state.
> >
> > v2: Add GuC suspend/resume to runtime suspend/resume too
> >
> > v1: Change to a more flexible way when fill host to GuC scratch
> > data in order to remove hard coding.
> >
> > Signed-off-by: Alex Dai <yu.dai@intel.com>
> > ---
> >   drivers/gpu/drm/i915/i915_drv.c            |  5 +++
> >   drivers/gpu/drm/i915/i915_gem.c            |  2 ++
> >   drivers/gpu/drm/i915/i915_guc_submission.c | 50 ++++++++++++++++++++++++++++++
> >   drivers/gpu/drm/i915/intel_guc.h           |  2 ++
> >   drivers/gpu/drm/i915/intel_guc_fwif.h      |  8 +++++
> >   drivers/gpu/drm/i915/intel_guc_loader.c    |  4 ++-
> >   6 files changed, 70 insertions(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
> > index e6d7a69..842eb13 100644
> > --- a/drivers/gpu/drm/i915/i915_drv.c
> > +++ b/drivers/gpu/drm/i915/i915_drv.c
> > @@ -737,6 +737,8 @@ static int i915_drm_resume(struct drm_device *dev)
> >   	}
> >   	mutex_unlock(&dev->struct_mutex);
> >
> > +	intel_guc_resume(dev);
> > +
> >   	intel_modeset_init_hw(dev);
> >
> >   	spin_lock_irq(&dev_priv->irq_lock);
> > @@ -1476,6 +1478,7 @@ static int intel_runtime_suspend(struct device *device)
> >   	i915_gem_release_all_mmaps(dev_priv);
> >   	mutex_unlock(&dev->struct_mutex);
> >
> > +	intel_guc_suspend(dev);
> >   	intel_suspend_gt_powersave(dev);
> >   	intel_runtime_pm_disable_interrupts(dev_priv);
> >
> > @@ -1535,6 +1538,8 @@ static int intel_runtime_resume(struct device *device)
> >   	intel_opregion_notify_adapter(dev, PCI_D0);
> >   	dev_priv->pm.suspended = false;
> >
> > +	intel_guc_resume(dev);
> > +
> >   	if (IS_GEN6(dev_priv))
> >   		intel_init_pch_refclk(dev);
> >
> > diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
> > index bf5ef7a..679ed55 100644
> > --- a/drivers/gpu/drm/i915/i915_gem.c
> > +++ b/drivers/gpu/drm/i915/i915_gem.c
> > @@ -4460,6 +4460,8 @@ i915_gem_suspend(struct drm_device *dev)
> >   	i915_gem_stop_ringbuffers(dev);
> >   	mutex_unlock(&dev->struct_mutex);
> >
> > +	intel_guc_suspend(dev);
> > +
> Should this be called as part of i915_drm_suspend for consistency
> instead of i915_gem_suspend?
>

Yes, I will change it accordingly. i915_gem_suspend is called during 
unload, where we won't need to suspend guc - it will be unloaded anyway.

Thanks for the review,
Alex
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2015-09-30 16:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25 18:46 [PATCH] drm/i915/guc: Add host2guc notification for suspend and resume yu.dai
2015-09-30 10:46 ` Kamble, Sagar A
2015-09-30 15:59   ` Yu Dai [this message]
2015-09-30 16:29     ` O'Rourke, Tom
2015-09-30 16:46 ` [PATCH v3] " yu.dai
2015-10-02 16:19   ` Kamble, Sagar A
2015-10-06  8:32     ` Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=560C06D9.9000305@intel.com \
    --to=yu.dai@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=sagar.a.kamble@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.