Re: [Intel-gfx] [PATCH 02/15] drm/i915: disable sound first on intel_disable_ddi

2013-03-17 Thread Daniel Vetter
On Fri, Mar 15, 2013 at 11:24:03AM -0700, Ben Widawsky wrote: > On Wed, Mar 06, 2013 at 08:03:09PM -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > Our mode set sequence documentation says audio must be disabled before > > the backlight. > > > > Signed-off-by: Paulo Zanoni > > At leas

Re: [Intel-gfx] [PATCH 02/15] drm/i915: disable sound first on intel_disable_ddi

2013-03-15 Thread Ben Widawsky
On Wed, Mar 06, 2013 at 08:03:09PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Our mode set sequence documentation says audio must be disabled before > the backlight. > > Signed-off-by: Paulo Zanoni At least what I see it says, Audio must be disabled, "first." So I'd recommend modifyin

[Intel-gfx] [PATCH 02/15] drm/i915: disable sound first on intel_disable_ddi

2013-03-06 Thread Paulo Zanoni
From: Paulo Zanoni Our mode set sequence documentation says audio must be disabled before the backlight. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_ddi.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/driver