Re: [Intel-gfx] [PATCH 1/5] drm/i915: Add broadcast RGB property for DP MST

2019-03-26 Thread Ville Syrjälä
On Tue, Mar 26, 2019 at 12:41:36PM +0200, Jani Nikula wrote: > On Fri, 08 Mar 2019, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Add the "Broadcast RGB" property to MST connectors, and implement > > the same logic for it as we have in the SST code. > > Should we mention the added *other*

Re: [Intel-gfx] [PATCH 1/5] drm/i915: Add broadcast RGB property for DP MST

2019-03-26 Thread Jani Nikula
On Fri, 08 Mar 2019, Ville Syrjala wrote: > From: Ville Syrjälä > > Add the "Broadcast RGB" property to MST connectors, and implement > the same logic for it as we have in the SST code. Should we mention the added *other* atomic checks here? Reviewed-by: Jani Nikula > > Cc: Ivan Vlk > Bugzi

Re: [Intel-gfx] [PATCH 1/5] drm/i915: Add broadcast RGB property for DP MST

2019-03-14 Thread Ville Syrjälä
On Fri, Mar 08, 2019 at 09:24:05PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Add the "Broadcast RGB" property to MST connectors, and implement > the same logic for it as we have in the SST code. > > Cc: Ivan Vlk > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108821 Tested

[Intel-gfx] [PATCH 1/5] drm/i915: Add broadcast RGB property for DP MST

2019-03-08 Thread Ville Syrjala
From: Ville Syrjälä Add the "Broadcast RGB" property to MST connectors, and implement the same logic for it as we have in the SST code. Cc: Ivan Vlk Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108821 Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_dp_mst.c | 29