Re: [PATCH v2 4/5] drm/vc4: remove bridge from driver internal structure

2017-10-09 Thread Eric Anholt
Benjamin Gaignard writes: > With a call to drm_of_panel_bridge_remove() we could remove > the bridge without store it in vc4_dpi internal driver structure. > > Signed-off-by: Benjamin Gaignard Reviewed-by: Eric Anholt Thanks for doing this cleanup! signature.asc Description: PGP signature _

Re: [PATCH v2 4/5] drm/vc4: remove bridge from driver internal structure

2017-10-09 Thread Benjamin Gaignard
2017-10-02 11:34 GMT+02:00 Benjamin Gaignard : > With a call to drm_of_panel_bridge_remove() we could remove > the bridge without store it in vc4_dpi internal driver structure. + Eric to get his point of view on that > > Signed-off-by: Benjamin Gaignard > --- > drivers/gpu/drm/vc4/vc4_dpi.c | 1

[PATCH v2 4/5] drm/vc4: remove bridge from driver internal structure

2017-10-02 Thread Benjamin Gaignard
With a call to drm_of_panel_bridge_remove() we could remove the bridge without store it in vc4_dpi internal driver structure. Signed-off-by: Benjamin Gaignard --- drivers/gpu/drm/vc4/vc4_dpi.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/drivers/gpu/drm/