Re: [PATCH 3/3] drm/vc4: dsi: Switch to devm_drm_of_get_bridge

2021-09-14 Thread Maxime Ripard
Hi, On Sun, Sep 12, 2021 at 09:46:46PM +0200, Sam Ravnborg wrote: > On Fri, Sep 10, 2021 at 03:09:41PM +0200, Maxime Ripard wrote: > > The new devm_drm_of_get_bridge removes most of the boilerplate we > > have to deal with. Let's switch to it. > > > > Signed-off-by: Maxime Ripard > > With the i

Re: [PATCH 3/3] drm/vc4: dsi: Switch to devm_drm_of_get_bridge

2021-09-12 Thread Sam Ravnborg
On Fri, Sep 10, 2021 at 03:09:41PM +0200, Maxime Ripard wrote: > The new devm_drm_of_get_bridge removes most of the boilerplate we > have to deal with. Let's switch to it. > > Signed-off-by: Maxime Ripard With the includes updated: Acked-by: Sam Ravnborg Sam > --- > drivers/gpu/drm/

[PATCH 3/3] drm/vc4: dsi: Switch to devm_drm_of_get_bridge

2021-09-10 Thread Maxime Ripard
The new devm_drm_of_get_bridge removes most of the boilerplate we have to deal with. Let's switch to it. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_drv.c | 2 ++ drivers/gpu/drm/vc4/vc4_dsi.c | 28 2 files changed, 6 insertions(+), 24 deletions(-) dif