Re: [Intel-gfx] [PATCH] drm/i915: forcewake warning fixes in debugfs

2011-11-03 Thread Keith Packard
On Sun, 23 Oct 2011 12:13:43 +0200, Daniel Vetter dan...@ffwll.ch wrote: Hi Keith, This patch isn't in your -next pull request. Please consider merging for 3.2. I've merged this to -next. -- keith.pack...@intel.com pgpWigHouv8wm.pgp Description: PGP signature

Re: [Intel-gfx] [PATCH] drm/i915: forcewake warning fixes in debugfs

2011-10-23 Thread Daniel Vetter
Hi Keith, This patch isn't in your -next pull request. Please consider merging for 3.2. Yours, Daniel On Sat, Oct 08, 2011 at 11:32:34PM +0200, Daniel Vetter wrote: On Wed, Oct 05, 2011 at 11:44:54AM -0700, Ben Widawsky wrote: Some more unsafe debugfs access are fixed with this patch. I

Re: [Intel-gfx] [PATCH] drm/i915: forcewake warning fixes in debugfs

2011-10-23 Thread Keith Packard
On Sun, 23 Oct 2011 12:13:43 +0200, Daniel Vetter dan...@ffwll.ch wrote: Hi Keith, This patch isn't in your -next pull request. Please consider merging for 3.2. I didn't ever see a reply from Nicolas that it fixed his problem; would be nice to know whether this actually worked... --

Re: [Intel-gfx] [PATCH] drm/i915: forcewake warning fixes in debugfs

2011-10-23 Thread Ben Widawsky
On Sun, 23 Oct 2011 12:21:38 -0700 Keith Packard kei...@keithp.com wrote: On Sun, 23 Oct 2011 12:13:43 +0200, Daniel Vetter dan...@ffwll.ch wrote: Hi Keith, This patch isn't in your -next pull request. Please consider merging for 3.2. I didn't ever see a reply from Nicolas that it

Re: [Intel-gfx] [PATCH] drm/i915: forcewake warning fixes in debugfs

2011-10-08 Thread Ben Widawsky
On Thu, Oct 06, 2011 at 07:58:12PM +0200, Dieter Mummenschanz wrote: Hello, I also have the same problem and would like to try the patch. Where can I find the git source repository where I can get the latest development sources? Regards Dieter I've pushed this patch on top of

Re: [Intel-gfx] [PATCH] drm/i915: forcewake warning fixes in debugfs

2011-10-08 Thread Daniel Vetter
On Wed, Oct 05, 2011 at 11:44:54AM -0700, Ben Widawsky wrote: Some more unsafe debugfs access are fixed with this patch. I tested all reads, but didn't thoroughly test the writes. Cc: Nicolas Kalkhof nkalk...@web.de Signed-off-by: Ben Widawsky b...@bwidawsk.net Reviewed-by: Daniel Vetter

Re: [Intel-gfx] [PATCH] drm/i915: forcewake warning fixes in debugfs

2011-10-06 Thread Dieter Mummenschanz
Hello, I also have the same problem and would like to try the patch. Where can I find the git source repository where I can get the latest development sources? Regards Dieter -Ursprüngliche Nachricht- Von: Ben Widawsky b...@bwidawsk.net Gesendet: Oct 5, 2011 8:44:54 PM An:

[Intel-gfx] [PATCH] drm/i915: forcewake warning fixes in debugfs

2011-10-05 Thread Ben Widawsky
Some more unsafe debugfs access are fixed with this patch. I tested all reads, but didn't thoroughly test the writes. Cc: Nicolas Kalkhof nkalk...@web.de Signed-off-by: Ben Widawsky b...@bwidawsk.net --- drivers/gpu/drm/i915/i915_debugfs.c | 57 +++ 1 files