Re: [Intel-gfx] [PATCH 1/2] drm/i915/audio: unify audio codec enable/disable debug logging

2022-03-30 Thread Jani Nikula
On Wed, 30 Mar 2022, Ville Syrjälä wrote: > On Wed, Mar 30, 2022 at 12:41:08PM +0300, Jani Nikula wrote: >> The audio codec enable/disable debug logging is spread around in callers >> and the platform specific hooks. Put them all together in one place on >> both the enable and disable paths. >> >

Re: [Intel-gfx] [PATCH 1/2] drm/i915/audio: unify audio codec enable/disable debug logging

2022-03-30 Thread Ville Syrjälä
On Wed, Mar 30, 2022 at 12:41:08PM +0300, Jani Nikula wrote: > The audio codec enable/disable debug logging is spread around in callers > and the platform specific hooks. Put them all together in one place on > both the enable and disable paths. > > Signed-off-by: Jani Nikula > --- > drivers/gpu

[Intel-gfx] [PATCH 1/2] drm/i915/audio: unify audio codec enable/disable debug logging

2022-03-30 Thread Jani Nikula
The audio codec enable/disable debug logging is spread around in callers and the platform specific hooks. Put them all together in one place on both the enable and disable paths. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/g4x_dp.c | 7 +--- drivers/gpu/drm/i915/display/g4x