Re: [PATCH v3 06/21] drm: Stop accessing encoder->bridge directly

2019-11-24 Thread Boris Brezillon
On Sun, 24 Nov 2019 12:39:26 +0200 Laurent Pinchart wrote: > > @@ -1346,7 +1355,7 @@ void drm_atomic_helper_commit_modeset_enables(struct > > drm_device *dev, > > funcs->commit(encoder); > > } > > > > - drm_atomic_bridge_chain_enable(encoder->b

Re: [PATCH v3 06/21] drm: Stop accessing encoder->bridge directly

2019-11-24 Thread Laurent Pinchart
Hi Boris, Thank you for the patch. On Wed, Oct 23, 2019 at 05:44:57PM +0200, Boris Brezillon wrote: > We are about to replace the single-linked bridge list by a double-linked > one based on list.h, leading to the suppression of the encoder->bridge > field. But before we can do that we must provid

Re: [PATCH v3 06/21] drm: Stop accessing encoder->bridge directly

2019-10-25 Thread Neil Armstrong
On 23/10/2019 17:44, Boris Brezillon wrote: > We are about to replace the single-linked bridge list by a double-linked > one based on list.h, leading to the suppression of the encoder->bridge > field. But before we can do that we must provide a > drm_bridge_chain_get_first_bridge() bridge helper an