Re: [PATCH v2] video: simplefb: add mode parsing function

2013-06-01 Thread Stephen Warren
On 05/31/2013 11:12 PM, Olof Johansson wrote: > On Mon, May 27, 2013 at 10:13:09PM -0600, Stephen Warren wrote: >> On 05/26/2013 09:53 PM, Alexandre Courbot wrote: >>> The naming scheme of simplefb's mode is precise enough to allow building >>> the mode structure from it instead of using a static l

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-06-01 Thread Olof Johansson
On Sat, Jun 1, 2013 at 10:07 PM, Stephen Warren wrote: > On 05/31/2013 11:12 PM, Olof Johansson wrote: >> On Mon, May 27, 2013 at 10:13:09PM -0600, Stephen Warren wrote: >>> On 05/26/2013 09:53 PM, Alexandre Courbot wrote: The naming scheme of simplefb's mode is precise enough to allow buildi

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-05-31 Thread Olof Johansson
On Mon, May 27, 2013 at 10:13:09PM -0600, Stephen Warren wrote: > On 05/26/2013 09:53 PM, Alexandre Courbot wrote: > > The naming scheme of simplefb's mode is precise enough to allow building > > the mode structure from it instead of using a static list of modes. This > > patch introduces a functio

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-05-27 Thread Alexandre Courbot
On Tue, May 28, 2013 at 1:13 PM, Stephen Warren wrote: > On 05/26/2013 09:53 PM, Alexandre Courbot wrote: >> The naming scheme of simplefb's mode is precise enough to allow building >> the mode structure from it instead of using a static list of modes. This >> patch introduces a function that does

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-05-27 Thread Stephen Warren
On 05/26/2013 09:53 PM, Alexandre Courbot wrote: > The naming scheme of simplefb's mode is precise enough to allow building > the mode structure from it instead of using a static list of modes. This > patch introduces a function that does this. In case exotic modes that > cannot be represented from

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-05-27 Thread Alexandre Courbot
Hi David, On Tue, May 28, 2013 at 3:22 AM, David Herrmann wrote: > If we apply this patch it will get very hard to support this with a > KMS driver. So any reason why we cannot use the DRM FOURCC constants > instead? I don't see any. Maybe Stephen can confirm. > The dvbe proposal is available h

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-05-27 Thread David Herrmann
Hi On Mon, May 27, 2013 at 5:53 AM, Alexandre Courbot wrote: > The naming scheme of simplefb's mode is precise enough to allow building > the mode structure from it instead of using a static list of modes. This > patch introduces a function that does this. In case exotic modes that > cannot be re

[PATCH v2] video: simplefb: add mode parsing function

2013-05-26 Thread Alexandre Courbot
The naming scheme of simplefb's mode is precise enough to allow building the mode structure from it instead of using a static list of modes. This patch introduces a function that does this. In case exotic modes that cannot be represented from their name alone are needed, the static list of modes is