Re: [Intel-gfx] [PATCH 2/5] drm/i915: Expose the force_audio property with DP MST

2019-03-26 Thread Jani Nikula
On Fri, 08 Mar 2019, Ville Syrjala wrote: > From: Ville Syrjälä > > We already expose the force_audio property with SST. Do the same > with MST. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_dp_mst.c | 12 +--- > 1 file changed, 9 inser

[Intel-gfx] [PATCH 2/5] drm/i915: Expose the force_audio property with DP MST

2019-03-08 Thread Ville Syrjala
From: Ville Syrjälä We already expose the force_audio property with SST. Do the same with MST. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_dp_mst.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gp