Re: [PATCH] drm/omap: switch to drm_of_find_panel_or_bridge

2022-03-03 Thread José Expósito
On Sun, Feb 20, 2022 at 10:36:35PM +0100, Sam Ravnborg wrote: > Hi José, > > On Sun, Feb 20, 2022 at 08:52:12PM +0100, José Expósito wrote: > > Use the "drm_of_find_panel_or_bridge" function instead of a custom > > version of it to reduce the boilerplate. > Thanks for looking into this. Hi Sam,

Re: [PATCH] drm/omap: switch to drm_of_find_panel_or_bridge

2022-02-21 Thread kernel test robot
Hi "José, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm/drm-next] [also build test ERROR on v5.17-rc5 next-20220217] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

Re: [PATCH] drm/omap: switch to drm_of_find_panel_or_bridge

2022-02-20 Thread kernel test robot
Hi "José, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm/drm-next] [also build test ERROR on v5.17-rc5 next-20220217] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

Re: [PATCH] drm/omap: switch to drm_of_find_panel_or_bridge

2022-02-20 Thread Sam Ravnborg
Hi José, On Sun, Feb 20, 2022 at 08:52:12PM +0100, José Expósito wrote: > Use the "drm_of_find_panel_or_bridge" function instead of a custom > version of it to reduce the boilerplate. Thanks for looking into this. >From the documentation of drm_of_find_panel_or_bridge(): * This function is

[PATCH] drm/omap: switch to drm_of_find_panel_or_bridge

2022-02-20 Thread José Expósito
Use the "drm_of_find_panel_or_bridge" function instead of a custom version of it to reduce the boilerplate. Signed-off-by: José Expósito --- drivers/gpu/drm/omapdrm/dss/output.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git