Re: [PATCH 18/22] drm/vc4: Use simple encoder

2020-03-06 Thread kbuild test robot
Hi Thomas, I love your patch! Yet something to improve: [auto build test ERROR on next-20200305] [cannot apply to rockchip/for-next shawnguo/for-next sunxi/sunxi/for-next tegra/for-next linus/master v5.6-rc4 v5.6-rc3 v5.6-rc2 v5.6-rc4] [if your patch is applied to the wrong git tree, please drop

Re: [PATCH 18/22] drm/vc4: Use simple encoder

2020-03-05 Thread Eric Anholt
On Thu, Mar 5, 2020 at 8:00 AM Thomas Zimmermann wrote: > > The vc4 driver uses empty implementations for its encoders. Replace > the code with the generic simple encoder. Acked-by: Eric Anholt ___ Virtualization mailing list Virtualization@lists.linux

[PATCH 18/22] drm/vc4: Use simple encoder

2020-03-05 Thread Thomas Zimmermann
The vc4 driver uses empty implementations for its encoders. Replace the code with the generic simple encoder. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/vc4/vc4_dpi.c | 8 ++-- drivers/gpu/drm/vc4/vc4_dsi.c | 15 +++ drivers/gpu/drm/vc4/vc4_hdmi.c | 17 --