Re: [PATCH v5 05/12] drm/modes: Rewrite the command line parser

2019-07-10 Thread Dmitry Osipenko
09.07.2019 15:45, Maxime Ripard пишет: > Hi, > > On Fri, Jul 05, 2019 at 07:54:47PM +0300, Dmitry Osipenko wrote: >> 17.06.2019 17:51, Maxime Ripard пишет: >>> From: Maxime Ripard >>> >>> Rewrite the command line parser in order to get away from the state machine >>> parsing the video mode

Re: [PATCH v5 05/12] drm/modes: Rewrite the command line parser

2019-07-10 Thread Dmitry Osipenko
09.07.2019 16:28, Jon Hunter пишет: > > On 09/07/2019 14:26, Jon Hunter wrote: >> >> On 09/07/2019 13:52, Dmitry Osipenko wrote: >>> 09.07.2019 15:45, Maxime Ripard пишет: Hi, On Fri, Jul 05, 2019 at 07:54:47PM +0300, Dmitry Osipenko wrote: > 17.06.2019 17:51, Maxime Ripard

Re: [PATCH v5 05/12] drm/modes: Rewrite the command line parser

2019-07-09 Thread Jon Hunter
On 09/07/2019 14:26, Jon Hunter wrote: > > On 09/07/2019 13:52, Dmitry Osipenko wrote: >> 09.07.2019 15:45, Maxime Ripard пишет: >>> Hi, >>> >>> On Fri, Jul 05, 2019 at 07:54:47PM +0300, Dmitry Osipenko wrote: 17.06.2019 17:51, Maxime Ripard пишет: > From: Maxime Ripard > >

Re: [PATCH v5 05/12] drm/modes: Rewrite the command line parser

2019-07-09 Thread Jon Hunter
On 09/07/2019 13:52, Dmitry Osipenko wrote: > 09.07.2019 15:45, Maxime Ripard пишет: >> Hi, >> >> On Fri, Jul 05, 2019 at 07:54:47PM +0300, Dmitry Osipenko wrote: >>> 17.06.2019 17:51, Maxime Ripard пишет: From: Maxime Ripard Rewrite the command line parser in order to get away

Re: [PATCH v5 05/12] drm/modes: Rewrite the command line parser

2019-07-09 Thread Maxime Ripard
Hi, On Fri, Jul 05, 2019 at 07:54:47PM +0300, Dmitry Osipenko wrote: > 17.06.2019 17:51, Maxime Ripard пишет: > > From: Maxime Ripard > > > > Rewrite the command line parser in order to get away from the state machine > > parsing the video mode lines. > > > > Hopefully, this will allow to extend

Re: [PATCH v5 05/12] drm/modes: Rewrite the command line parser

2019-07-08 Thread Dmitry Osipenko
17.06.2019 17:51, Maxime Ripard пишет: > From: Maxime Ripard > > Rewrite the command line parser in order to get away from the state machine > parsing the video mode lines. > > Hopefully, this will allow to extend it more easily to support named modes > and / or properties set directly on the

[PATCH v5 05/12] drm/modes: Rewrite the command line parser

2019-06-17 Thread Maxime Ripard
From: Maxime Ripard Rewrite the command line parser in order to get away from the state machine parsing the video mode lines. Hopefully, this will allow to extend it more easily to support named modes and / or properties set directly on the command line. Reviewed-by: Noralf Trønnes