Re: [Intel-gfx] [PATCH] drm/i915: Get audio power domain during initial hw readout

2016-04-20 Thread Bob Paauwe
On Wed, 13 Apr 2016 21:27:17 +0300 Ville Syrjälä wrote: > On Wed, Apr 13, 2016 at 11:19:20AM -0700, Bob Paauwe wrote: > > On Wed, 13 Apr 2016 11:59:43 +0300 > > Ville Syrjälä wrote: > > > > > On Tue, Apr 12, 2016 at 03:52:48PM -0700, Bob Paauwe wrote: > > > > if the crtc has audio is enable

[Intel-gfx] [PATCH] drm/i915: Get audio power domain during initial hw readout (v2)

2016-04-20 Thread Bob Paauwe
if the crtc has audio is enabled. Otherwise, when the first atomic modeset happens it will warn when trying to drop the audio power domain. v2: move this to get_crtc_power_domains to be consistent with other power domain setup (Ville) Signed-off-by: Bob Paauwe Cc: Ville Syrjälä --- drivers

Re: [Intel-gfx] [PATCH] drm/i915: Get audio power domain during initial hw readout

2016-04-13 Thread Ville Syrjälä
On Wed, Apr 13, 2016 at 11:19:20AM -0700, Bob Paauwe wrote: > On Wed, 13 Apr 2016 11:59:43 +0300 > Ville Syrjälä wrote: > > > On Tue, Apr 12, 2016 at 03:52:48PM -0700, Bob Paauwe wrote: > > > if the crtc has audio is enabled. Otherwise, when the first atomic > > > modeset happens it will warn whe

Re: [Intel-gfx] [PATCH] drm/i915: Get audio power domain during initial hw readout

2016-04-13 Thread Bob Paauwe
On Wed, 13 Apr 2016 11:59:43 +0300 Ville Syrjälä wrote: > On Tue, Apr 12, 2016 at 03:52:48PM -0700, Bob Paauwe wrote: > > if the crtc has audio is enabled. Otherwise, when the first atomic > > modeset happens it will warn when trying to drop the audio power > > domain. > > > > Signed-off-by: Bob

Re: [Intel-gfx] [PATCH] drm/i915: Get audio power domain during initial hw readout

2016-04-13 Thread Ville Syrjälä
On Tue, Apr 12, 2016 at 03:52:48PM -0700, Bob Paauwe wrote: > if the crtc has audio is enabled. Otherwise, when the first atomic > modeset happens it will warn when trying to drop the audio power > domain. > > Signed-off-by: Bob Paauwe > --- > drivers/gpu/drm/i915/intel_display.c | 5 + > 1

[Intel-gfx] [PATCH] drm/i915: Get audio power domain during initial hw readout

2016-04-12 Thread Bob Paauwe
if the crtc has audio is enabled. Otherwise, when the first atomic modeset happens it will warn when trying to drop the audio power domain. Signed-off-by: Bob Paauwe --- drivers/gpu/drm/i915/intel_display.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_displ