Re: [PATCH v8 03/12] drm/rcar-du: Plug atomic state hooks to the default implementation

2020-01-27 Thread Neil Armstrong
On 23/01/2020 10:53, Boris Brezillon wrote: > This is needed to pass a bridge state to all atomic hooks, if we don't > do that, the core can't duplicate/create bridge states. > > Signed-off-by: Boris Brezillon > --- > Changes in v7: > * New patch > --- > drivers/gpu/drm/rcar-du/rcar_lvds.c | 3 +

Re: [PATCH v8 03/12] drm/rcar-du: Plug atomic state hooks to the default implementation

2020-01-27 Thread Neil Armstrong
On 23/01/2020 10:53, Boris Brezillon wrote: > This is needed to pass a bridge state to all atomic hooks, if we don't > do that, the core can't duplicate/create bridge states. > > Signed-off-by: Boris Brezillon > --- > Changes in v7: > * New patch > --- > drivers/gpu/drm/rcar-du/rcar_lvds.c | 3 +

[PATCH v8 03/12] drm/rcar-du: Plug atomic state hooks to the default implementation

2020-01-23 Thread Boris Brezillon
This is needed to pass a bridge state to all atomic hooks, if we don't do that, the core can't duplicate/create bridge states. Signed-off-by: Boris Brezillon --- Changes in v7: * New patch --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/