Re: [PATCH] drm: Remove bridge support from legacy helpers

2018-01-18 Thread Daniel Vetter
On Wed, Jan 17, 2018 at 12:40:23PM -0500, Sean Paul wrote: > On Wed, Jan 17, 2018 at 07:27:03PM +0200, Laurent Pinchart wrote: > > DRM bridges are only used by atomic drivers, and none of them use the > > legacy helpers. Drop bridge support from those helpers to prepare for > > making the bridge op

Re: [PATCH] drm: Remove bridge support from legacy helpers

2018-01-17 Thread Sean Paul
On Wed, Jan 17, 2018 at 07:27:03PM +0200, Laurent Pinchart wrote: > DRM bridges are only used by atomic drivers, and none of them use the > legacy helpers. Drop bridge support from those helpers to prepare for > making the bridge operations atomic-aware. > > Signed-off-by: Laurent Pinchart Revie