Re: [Intel-gfx] [PATCH] drm/i915: clear the stolen fb before resuming

2013-05-07 Thread Daniel Vetter
On Tue, May 07, 2013 at 08:59:12PM +0100, Chris Wilson wrote: > On Tue, May 07, 2013 at 06:54:05PM +0300, Jani Nikula wrote: > > Similar to > > commit 88afe715dd5469bc24ca7a19ac62dd3c241cab48 > > Author: Chris Wilson > > Date: Sun Dec 16 12:15:41 2012 + > > > > drm/i915: Clear the stole

Re: [Intel-gfx] [PATCH] drm/i915: clear the stolen fb before resuming

2013-05-07 Thread Chris Wilson
On Tue, May 07, 2013 at 06:54:05PM +0300, Jani Nikula wrote: > Similar to > commit 88afe715dd5469bc24ca7a19ac62dd3c241cab48 > Author: Chris Wilson > Date: Sun Dec 16 12:15:41 2012 + > > drm/i915: Clear the stolen fb before enabling > > but on the resume path. > > Bugzilla: https://bug

[Intel-gfx] [PATCH] drm/i915: clear the stolen fb before resuming

2013-05-07 Thread Jani Nikula
Similar to commit 88afe715dd5469bc24ca7a19ac62dd3c241cab48 Author: Chris Wilson Date: Sun Dec 16 12:15:41 2012 + drm/i915: Clear the stolen fb before enabling but on the resume path. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=57191 Reported-and-tested-by: Nikolay Amiantov