From: Takashi Iwai <tiwai@suse.de>
To: Adam Jackson <ajax@redhat.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915: Suppress hotplug work during PM suspend/resume
Date: Wed, 25 Apr 2012 10:14:51 +0200 [thread overview]
Message-ID: <s5hd36w2pok.wl%tiwai@suse.de> (raw)
In-Reply-To: <s5hty0f7frq.wl%tiwai@suse.de>
At Thu, 19 Apr 2012 20:11:53 +0200,
Takashi Iwai wrote:
>
> At Thu, 19 Apr 2012 13:55:04 -0400,
> Adam Jackson wrote:
> >
> > On Thu, 2012-04-19 at 18:10 +0200, Takashi Iwai wrote:
> >
> > > This patch adds a flag to disable the hotplug during PM operation for
> > > avoiding such a race.
> > >
> > > Cc: <stable@kernel.org>
> > > Signed-off-by: Takashi Iwai <tiwai@suse.de>
> >
> > This seems simpler (untested):
>
> This looks promising. I'll ask a test with your patch.
Tester reported a positive feedback. But he also experienced with a
blank screen after a couple of S4 resumes. Now it's being checked
whether it's a regression by the patch or not.
The machine has a problem with S3 anyway, also showing a blank screen
after S3 resume. So, the problem is likely irrelevant from your
patch, but just to be sure.
thanks,
Takashi
>
>
> thanks,
>
> Takashi
>
>
> > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
> > index 1a7559b..1cd77a4 100644
> > --- a/drivers/gpu/drm/i915/i915_drv.c
> > +++ b/drivers/gpu/drm/i915/i915_drv.c
> > @@ -530,11 +530,12 @@ static int i915_drm_thaw(struct drm_device *dev)
> > ironlake_init_pch_refclk(dev);
> >
> > drm_mode_config_reset(dev);
> > - drm_irq_install(dev);
> >
> > /* Resume the modeset for every activated CRTC */
> > drm_helper_resume_force_mode(dev);
> >
> > + drm_irq_install(dev);
> > +
> > if (IS_IRONLAKE_M(dev))
> > ironlake_enable_rc6(dev);
> >
> > - ajax
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
>
next prev parent reply other threads:[~2012-04-25 8:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-19 16:10 [PATCH] drm/i915: Suppress hotplug work during PM suspend/resume Takashi Iwai
2012-04-19 16:22 ` Chris Wilson
2012-04-19 16:32 ` Takashi Iwai
2012-04-19 16:29 ` Daniel Vetter
2012-04-19 16:38 ` Takashi Iwai
2012-04-19 16:52 ` Daniel Vetter
2012-04-19 17:55 ` Adam Jackson
2012-04-19 18:11 ` Takashi Iwai
2012-04-25 8:14 ` Takashi Iwai [this message]
2012-05-10 6:34 ` Takashi Iwai
2012-05-10 8:29 ` Daniel Vetter
2012-05-10 8:40 ` Takashi Iwai
2012-05-10 9:06 ` Daniel Vetter
2012-05-10 9:19 ` Takashi Iwai
2012-05-10 9:25 ` Chris Wilson
2012-05-10 9:39 ` Takashi Iwai
2012-05-10 10:04 ` Daniel Vetter
2012-05-10 10:12 ` Chris Wilson
2012-05-10 10:13 ` Chris Wilson
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=s5hd36w2pok.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=ajax@redhat.com \
--cc=intel-gfx@lists.freedesktop.org \
/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.