Re: [PATCH v4 2/7] drm/msm/dsi: add three helper functions

2021-07-24 Thread Bjorn Andersson
On Sat 17 Jul 07:40 CDT 2021, Dmitry Baryshkov wrote: > Add three helper functions to be used by display drivers for setting up > encoders. > > Signed-off-by: Dmitry Baryshkov > Reviewed-by: Abhinav Kumar > --- > drivers/gpu/drm/msm/dsi/dsi.c | 7 +++ > drivers/gpu/drm/msm/dsi/dsi

Re: [PATCH v4 2/7] drm/msm/dsi: add three helper functions

2021-07-19 Thread kernel test robot
Hi Dmitry, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.14-rc2 next-20210716] [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 h

[PATCH v4 2/7] drm/msm/dsi: add three helper functions

2021-07-17 Thread Dmitry Baryshkov
Add three helper functions to be used by display drivers for setting up encoders. Signed-off-by: Dmitry Baryshkov Reviewed-by: Abhinav Kumar --- drivers/gpu/drm/msm/dsi/dsi.c | 7 +++ drivers/gpu/drm/msm/dsi/dsi_manager.c | 19 +++ drivers/gpu/drm/msm/msm_drv.h