Re: [Intel-gfx] [PATCH] drm/i915: Avoid GPU hang when coming out of P3 or P4

2015-04-28 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6271 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

Re: [Intel-gfx] [PATCH] drm/i915: Avoid GPU hang when coming out of P3 or P4

2015-04-28 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6271 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

Re: [Intel-gfx] [PATCH] drm/i915: Avoid GPU hang when coming out of P3 or P4

2015-04-27 Thread Chris Wilson
On Mon, Apr 27, 2015 at 03:25:14PM +0100, Peter Antoine wrote: > This patch fixed a timing issue that causes a GPU hang when a the system > comes out of power saving. A few more details to explain the timing issue and why this is a fix and not just papering over the bug. > Bugzilla: https://bugs

Re: [Intel-gfx] [PATCH] drm/i915: Avoid GPU hang when coming out of P3 or P4

2015-04-27 Thread Antoine, Peter
Ignore this. I mean S3/S4 not P3/P4. -Original Message- From: Antoine, Peter Sent: Monday, April 27, 2015 3:25 PM To: intel-gfx@lists.freedesktop.org Cc: S, Deepak; Weinehall, David; Tian, YeX; Antoine, Peter Subject: [PATCH] drm/i915: Avoid GPU hang when coming out of P3 or P4 This patc

[Intel-gfx] [PATCH] drm/i915: Avoid GPU hang when coming out of P3 or P4

2015-04-27 Thread Peter Antoine
This patch fixed a timing issue that causes a GPU hang when a the system comes out of power saving. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89600 Signed-off-by: Peter Antoine --- drivers/gpu/drm/i915/i915_drv.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[Intel-gfx] [PATCH] drm/i915: Avoid GPU hang when coming out of P3 or P4

2015-04-27 Thread Peter Antoine
This patch fixed a timing issue that causes a GPU hang when a the system comes out of power saving. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89600 Signed-off-by: Peter Antoine --- drivers/gpu/drm/i915/i915_drv.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff