Re: [Intel-gfx] [PATCH 09/11] drm/i915: Hoist the encoder->audio_{enable, disable}() calls higher up

2023-11-13 Thread Jani Nikula
On Mon, 06 Nov 2023, Ville Syrjala wrote: > From: Ville Syrjälä > > Push he encoder->audio_{enable,disable}() calls out from the *the > encoder->{enable,disable}() hooks. Moving towards audio fastset. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/display/g4x_dp.c| 2 -

Re: [Intel-gfx] [PATCH 09/11] drm/i915: Hoist the encoder->audio_{enable, disable}() calls higher up

2023-11-13 Thread Jani Nikula
On Mon, 06 Nov 2023, Ville Syrjala wrote: > From: Ville Syrjälä > > Push he encoder->audio_{enable,disable}() calls out from the > encoder->{enable,disable}() hooks. Moving towards audio fastset. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/g

[Intel-gfx] [PATCH 09/11] drm/i915: Hoist the encoder->audio_{enable, disable}() calls higher up

2023-11-06 Thread Ville Syrjala
From: Ville Syrjälä Push he encoder->audio_{enable,disable}() calls out from the encoder->{enable,disable}() hooks. Moving towards audio fastset. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/g4x_dp.c| 2 - drivers/gpu/drm/i915/display/g4x_hdmi.c | 10 driver