Re: [PATCH 0/3] Simplify panel bridge cleanup

2017-10-02 Thread Daniel Vetter
On Fri, Sep 29, 2017 at 03:03:54PM +, Philippe CORNU wrote: > Hi Benjamin, > and many thanks for this cleanup patchset. > > Reviewed-by: Philippe Cornu > Tested-by: Philippe Cornu Can you pls either convert vc4 and dw-mipi too, or add an entry

Re: [PATCH 0/3] Simplify panel bridge cleanup

2017-10-02 Thread Daniel Vetter
On Fri, Sep 29, 2017 at 03:03:54PM +, Philippe CORNU wrote: > Hi Benjamin, > and many thanks for this cleanup patchset. > > Reviewed-by: Philippe Cornu > Tested-by: Philippe Cornu Can you pls either convert vc4 and dw-mipi too, or add an entry to our todo list in

Re: [PATCH 0/3] Simplify panel bridge cleanup

2017-09-29 Thread Philippe CORNU
Hi Benjamin, and many thanks for this cleanup patchset. Reviewed-by: Philippe Cornu Tested-by: Philippe Cornu Philippe :-) On 09/29/2017 02:59 PM, Benjamin Gaignard wrote: > The goal of this series is to simplify driver code when they need to

Re: [PATCH 0/3] Simplify panel bridge cleanup

2017-09-29 Thread Philippe CORNU
Hi Benjamin, and many thanks for this cleanup patchset. Reviewed-by: Philippe Cornu Tested-by: Philippe Cornu Philippe :-) On 09/29/2017 02:59 PM, Benjamin Gaignard wrote: > The goal of this series is to simplify driver code when they need to clean up > a previously allocated panel bridge. >

[PATCH 0/3] Simplify panel bridge cleanup

2017-09-29 Thread Benjamin Gaignard
The goal of this series is to simplify driver code when they need to clean up a previously allocated panel bridge. Few drivers have "is_panel_bridge" flag to be able to distinguish a drm_panel_bridge from "simple" drm_bridge. To remove this flag I propose to - let drm_panel_bridge_remove() check

[PATCH 0/3] Simplify panel bridge cleanup

2017-09-29 Thread Benjamin Gaignard
The goal of this series is to simplify driver code when they need to clean up a previously allocated panel bridge. Few drivers have "is_panel_bridge" flag to be able to distinguish a drm_panel_bridge from "simple" drm_bridge. To remove this flag I propose to - let drm_panel_bridge_remove() check