Re: [PATCH] drm/tve200: Clean up panel bridging

2017-09-08 Thread Eric Anholt
Linus Walleij writes: > This makes use of the drm_simple_display_pipe_attach_bridge() > call and removes the two calls removing the bridge, which were > erroneous: they unregister the bridge which is not what > we want, we just want to unreference it and that is already

Re: [PATCH] drm/tve200: Clean up panel bridging

2017-09-08 Thread Daniel Vetter
On Thu, Sep 07, 2017 at 11:19:33PM +0200, Linus Walleij wrote: > This makes use of the drm_simple_display_pipe_attach_bridge() > call and removes the two calls removing the bridge, which were > erroneous: they unregister the bridge which is not what > we want, we just want to unreference it and

[PATCH] drm/tve200: Clean up panel bridging

2017-09-07 Thread Linus Walleij
This makes use of the drm_simple_display_pipe_attach_bridge() call and removes the two calls removing the bridge, which were erroneous: they unregister the bridge which is not what we want, we just want to unreference it and that is already handled by the core. Signed-off-by: Linus Walleij