Re: [Intel-gfx] [PATCH 1/4 V5] i915/drm: Add private api for power well usage

2013-05-23 Thread Takashi Iwai
At Thu, 23 May 2013 01:04:13 +0800, Wang Xingchao wrote: > > Haswell Display audio depends on power well in graphic side, it should > request power well before use it and release power well after use. > I915 will not shutdown power well if it detects audio is using. > This patch protects display a

[Intel-gfx] [PATCH 1/4 V5] i915/drm: Add private api for power well usage

2013-05-22 Thread Wang Xingchao
Haswell Display audio depends on power well in graphic side, it should request power well before use it and release power well after use. I915 will not shutdown power well if it detects audio is using. This patch protects display audio crash for Intel Haswell C3 stepping board. Signed-off-by: Wang