Re: [Intel-gfx] [PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON

2015-02-09 Thread Jani Nikula
On Thu, 05 Feb 2015, Chris Wilson wrote: > On Thu, Feb 05, 2015 at 05:45:42PM +0200, Mika Kuoppala wrote: >> We added this WARN_ON to guard against using uninitialized >> forcewake domains. But forgot blissfully that not all >> gens have forcewake domains in the first place. >> >> v2: Move WARN_O

Re: [Intel-gfx] [PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON

2015-02-07 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 5722 -Summary- Platform Delta drm-intel-nightly Series Applied PNV 282/283

Re: [Intel-gfx] [PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON

2015-02-05 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 5716 -Summary- Platform Delta drm-intel-nightly Series Applied PNV +1 282/283

Re: [Intel-gfx] [PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON

2015-02-05 Thread Chris Wilson
On Thu, Feb 05, 2015 at 05:45:42PM +0200, Mika Kuoppala wrote: > We added this WARN_ON to guard against using uninitialized > forcewake domains. But forgot blissfully that not all > gens have forcewake domains in the first place. > > v2: Move WARN_ON to fw_domains_init (Chris) > > Bugzilla: https

[Intel-gfx] [PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON

2015-02-05 Thread Mika Kuoppala
We added this WARN_ON to guard against using uninitialized forcewake domains. But forgot blissfully that not all gens have forcewake domains in the first place. v2: Move WARN_ON to fw_domains_init (Chris) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88911 Tested-by: Ding Heng (v1) Sign

Re: [Intel-gfx] [PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON

2015-02-05 Thread Chris Wilson
On Thu, Feb 05, 2015 at 12:21:11PM +0200, Mika Kuoppala wrote: > We added this WARN_ON to guard against using uninitialized > forcewake domains. But forgot blissfully that not all > gens have forcewake domains in the first place. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88911 > T

[Intel-gfx] [PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON

2015-02-05 Thread Mika Kuoppala
We added this WARN_ON to guard against using uninitialized forcewake domains. But forgot blissfully that not all gens have forcewake domains in the first place. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88911 Tested-by: Ding Heng Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i91