Re: [PATCH 2/2] drm/imx/lcdc: Implement DRM driver for imx21

2022-01-29 Thread Uwe Kleine-König
On Sat, Jan 29, 2022 at 06:25:53AM +0800, kernel test robot wrote: > Hi "Uwe, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on shawnguo/for-next] > [also build test ERROR on robh/for-next pza/reset/next v5.17-rc1 > next-20220128] > [If your patch is applied to

Re: [PATCH 2/2] drm/imx/lcdc: Implement DRM driver for imx21

2022-01-28 Thread kernel test robot
Hi "Uwe, Thank you for the patch! Yet something to improve: [auto build test ERROR on shawnguo/for-next] [also build test ERROR on robh/for-next pza/reset/next v5.17-rc1 next-20220128] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

Re: [PATCH 2/2] drm/imx/lcdc: Implement DRM driver for imx21

2022-01-28 Thread kernel test robot
Hi "Uwe, Thank you for the patch! Yet something to improve: [auto build test ERROR on shawnguo/for-next] [also build test ERROR on robh/for-next pza/reset/next v5.17-rc1 next-20220128] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to

[PATCH 2/2] drm/imx/lcdc: Implement DRM driver for imx21

2022-01-28 Thread Uwe Kleine-König
From: Marian Cichy Add support for the LCD Controller found on i.MX21, i.MX25 and i.MX27 Note there is already a fb driver for this hardware in the tree that is supposed to be superseded by this one. Signed-off-by: Uwe Kleine-König --- drivers/gpu/drm/imx/Kconfig | 9 + driv