Re: [PATCH v2] drm/bridge/synopsys: dsi: Allow VPG to be enabled via debugfs

2019-06-24 Thread Matt Redfearn
On 24/06/2019 12:44, Andrzej Hajda wrote: > On 24.06.2019 13:02, Matt Redfearn wrote: >> Hi, >> Anything stopping this being applied? > > > Queued to drm-misc-next. Thanks Andrzej! > > -- > Regards > Andrzej > > >> >> Thanks, >> Matt >> >> On 03/05/2019 16:32, Philippe CORNU wrote: >>> Hi

Re: [PATCH v2] drm/bridge/synopsys: dsi: Allow VPG to be enabled via debugfs

2019-06-24 Thread Andrzej Hajda
On 24.06.2019 13:02, Matt Redfearn wrote: > Hi, > Anything stopping this being applied? Queued to drm-misc-next. -- Regards Andrzej > > Thanks, > Matt > > On 03/05/2019 16:32, Philippe CORNU wrote: >> Hi Matt, >> and many thanks for the patch. >> >> Tested successfully by Yannick on STM32MP1 b

Re: [PATCH v2] drm/bridge/synopsys: dsi: Allow VPG to be enabled via debugfs

2019-06-24 Thread Matt Redfearn
Hi, Anything stopping this being applied? Thanks, Matt On 03/05/2019 16:32, Philippe CORNU wrote: > Hi Matt, > and many thanks for the patch. > > Tested successfully by Yannick on STM32MP1 boards :-) > > Tested-by: Yannick Fertré > Reviewed-by: Philippe Cornu > > Thank you, > Philippe :-) >

Re: [PATCH v2] drm/bridge/synopsys: dsi: Allow VPG to be enabled via debugfs

2019-05-03 Thread Philippe CORNU
Hi Matt, and many thanks for the patch. Tested successfully by Yannick on STM32MP1 boards :-) Tested-by: Yannick Fertré Reviewed-by: Philippe Cornu Thank you, Philippe :-) On 4/30/19 10:17 AM, Matt Redfearn wrote: > The Synopsys MIPI DSI IP contains a video test pattern generator which > is

[PATCH v2] drm/bridge/synopsys: dsi: Allow VPG to be enabled via debugfs

2019-04-30 Thread Matt Redfearn
The Synopsys MIPI DSI IP contains a video test pattern generator which is helpful in debugging video timing with connected displays. Add a debugfs directory containing files which allow the VPG to be enabled and disabled, and its orientation to be changed. Signed-off-by: Matt Redfearn --- Chang