* [REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"
@ 2013-05-26 21:09 Maarten Maathuis
2013-05-28 18:55 ` Sven Joachim
0 siblings, 1 reply; 5+ messages in thread
From: Maarten Maathuis @ 2013-05-26 21:09 UTC (permalink / raw)
To: nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
Ben Skeggs
[-- Attachment #1.1: Type: text/plain, Size: 514 bytes --]
My NV96 does not resume from suspend to ram (the screen stays black, magic
sysrq keys do work) with the current linus git kernel, i bisected it to the
following commit.
drm/nv50/fifo: prevent races between clients updating playlists
b5096566f6e1ee2b88324772f020ae9bc0cfa9a0
It's not obvious to me how this causes problems, but reverting this commit
does solve my problem.
--
Far away from the primal instinct, the song seems to fade away, the river
get wider between your thoughts and the things we do and say.
[-- Attachment #1.2: Type: text/html, Size: 621 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"
2013-05-26 21:09 [REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists" Maarten Maathuis
@ 2013-05-28 18:55 ` Sven Joachim
2013-05-31 13:05 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 5+ messages in thread
From: Sven Joachim @ 2013-05-28 18:55 UTC (permalink / raw)
To: Maarten Maathuis
Cc: nouveau@lists.freedesktop.org, Ben Skeggs,
dri-devel@lists.freedesktop.org
On 2013-05-26 23:09 +0200, Maarten Maathuis wrote:
> My NV96 does not resume from suspend to ram (the screen stays black, magic
> sysrq keys do work) with the current linus git kernel, i bisected it to the
> following commit.
>
> drm/nv50/fifo: prevent races between clients updating playlists
> b5096566f6e1ee2b88324772f020ae9bc0cfa9a0
>
> It's not obvious to me how this causes problems, but reverting this commit
> does solve my problem.
Same here on my NV86.
Cheers,
Sven
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"
2013-05-28 18:55 ` Sven Joachim
@ 2013-05-31 13:05 ` Konrad Rzeszutek Wilk
2013-06-03 5:50 ` Ben Skeggs
0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-05-31 13:05 UTC (permalink / raw)
To: Sven Joachim, dri-devel, bskeggs, airlied
On Tue, May 28, 2013 at 08:55:29PM +0200, Sven Joachim wrote:
> On 2013-05-26 23:09 +0200, Maarten Maathuis wrote:
>
> > My NV96 does not resume from suspend to ram (the screen stays black, magic
> > sysrq keys do work) with the current linus git kernel, i bisected it to the
> > following commit.
> >
> > drm/nv50/fifo: prevent races between clients updating playlists
> > b5096566f6e1ee2b88324772f020ae9bc0cfa9a0
> >
> > It's not obvious to me how this causes problems, but reverting this commit
> > does solve my problem.
>
> Same here on my NV86.
And as well on this:
01:00.0 VGA compatible controller: NVIDIA Corporation G84 [GeForce 8600 GT] (rev a1)
Ben, any ideas?
>
> Cheers,
> Sven
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"
2013-05-31 13:05 ` Konrad Rzeszutek Wilk
@ 2013-06-03 5:50 ` Ben Skeggs
2013-06-04 12:40 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 5+ messages in thread
From: Ben Skeggs @ 2013-06-03 5:50 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: Ben Skeggs, dri-devel@lists.freedesktop.org
[-- Attachment #1.1: Type: text/plain, Size: 1254 bytes --]
On Fri, May 31, 2013 at 11:05 PM, Konrad Rzeszutek Wilk <
konrad.wilk@oracle.com> wrote:
> On Tue, May 28, 2013 at 08:55:29PM +0200, Sven Joachim wrote:
> > On 2013-05-26 23:09 +0200, Maarten Maathuis wrote:
> >
> > > My NV96 does not resume from suspend to ram (the screen stays black,
> magic
> > > sysrq keys do work) with the current linus git kernel, i bisected it
> to the
> > > following commit.
> > >
> > > drm/nv50/fifo: prevent races between clients updating playlists
> > > b5096566f6e1ee2b88324772f020ae9bc0cfa9a0
> > >
> > > It's not obvious to me how this causes problems, but reverting this
> commit
> > > does solve my problem.
> >
> > Same here on my NV86.
>
> And as well on this:
>
> 01:00.0 VGA compatible controller: NVIDIA Corporation G84 [GeForce 8600
> GT] (rev a1)
>
>
> Ben, any ideas?
>
I've pushed a fix[1] to my git tree. Will pull it across to the "normal"
tree once I've hunted down another regression.
Thanks,
Ben.
[1]
http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=d37687a562f0b55cc848cfcdbf8d473a6c692c2d
>
> > Cheers,
> > Sven
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>
[-- Attachment #1.2: Type: text/html, Size: 2379 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"
2013-06-03 5:50 ` Ben Skeggs
@ 2013-06-04 12:40 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-06-04 12:40 UTC (permalink / raw)
To: Ben Skeggs; +Cc: Ben Skeggs, dri-devel@lists.freedesktop.org
On Mon, Jun 03, 2013 at 03:50:50PM +1000, Ben Skeggs wrote:
> On Fri, May 31, 2013 at 11:05 PM, Konrad Rzeszutek Wilk <
> konrad.wilk@oracle.com> wrote:
>
> > On Tue, May 28, 2013 at 08:55:29PM +0200, Sven Joachim wrote:
> > > On 2013-05-26 23:09 +0200, Maarten Maathuis wrote:
> > >
> > > > My NV96 does not resume from suspend to ram (the screen stays black,
> > magic
> > > > sysrq keys do work) with the current linus git kernel, i bisected it
> > to the
> > > > following commit.
> > > >
> > > > drm/nv50/fifo: prevent races between clients updating playlists
> > > > b5096566f6e1ee2b88324772f020ae9bc0cfa9a0
> > > >
> > > > It's not obvious to me how this causes problems, but reverting this
> > commit
> > > > does solve my problem.
> > >
> > > Same here on my NV86.
> >
> > And as well on this:
> >
> > 01:00.0 VGA compatible controller: NVIDIA Corporation G84 [GeForce 8600
> > GT] (rev a1)
> >
> >
> > Ben, any ideas?
> >
>
> I've pushed a fix[1] to my git tree. Will pull it across to the "normal"
> tree once I've hunted down another regression.
You can also add (if you would like) Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thanks!
>
> Thanks,
> Ben.
>
> [1]
> http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=d37687a562f0b55cc848cfcdbf8d473a6c692c2d
>
> >
> > > Cheers,
> > > Sven
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/dri-devel
> >
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-04 12:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-26 21:09 [REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists" Maarten Maathuis
2013-05-28 18:55 ` Sven Joachim
2013-05-31 13:05 ` Konrad Rzeszutek Wilk
2013-06-03 5:50 ` Ben Skeggs
2013-06-04 12:40 ` Konrad Rzeszutek Wilk
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.