RE: [PATCH] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs

2020-04-07 Thread Angelo Ribeiro
Hi Adrian, You are right! Thanks for the help, Angelo Ribeiro From: Adrian Pop Date: Sat, Apr 04, 2020 at 11:56:11 > Hello Angelo, > > I get a compile error: error: ‘VID_MODE_VPG_MODE’ undeclared. I am > quite new to the mailing list, maybe I misapplied the patch. > > Regards, > Adrian > >

Re: [PATCH] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs

2020-04-04 Thread kbuild test robot
Hi Angelo, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.6 next-20200404] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to spe

Re: [PATCH] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs

2020-04-04 Thread Adrian Pop
Hello Angelo, I get a compile error: error: ‘VID_MODE_VPG_MODE’ undeclared. I am quite new to the mailing list, maybe I misapplied the patch. Regards, Adrian On Fri, Apr 3, 2020 at 6:37 PM Angelo Ribeiro wrote: > > Add support for the video pattern generator (VPG) BER pattern mode and > config

[PATCH] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs

2020-04-04 Thread Angelo Ribeiro
Add support for the video pattern generator (VPG) BER pattern mode and configuration in runtime. This enables using the debugfs interface to manipulate the VPG after the pipeline is set. Also, enables the usage of the VPG BER pattern. Cc: Gustavo Pimentel Cc: Joao Pinto Cc: Jose Abreu Signed-o