Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-13 Thread Tomi Valkeinen
On 2013-12-12 16:13, Tomi Valkeinen wrote: > On 2013-12-12 12:05, Sebastian Reichel wrote: >> On Thu, Dec 12, 2013 at 09:41:49AM +0200, Tomi Valkeinen wrote: A label property is still an option. >>> >>> Hmm, what do you mean? Label as in: >>> >>> foo : node { >>> }; >>> >>> Isn't that 'foo' la

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-12 Thread Sebastian Reichel
On Thu, Dec 12, 2013 at 04:19:01PM +0200, Tomi Valkeinen wrote: > On 2013-12-12 16:15, Laurent Pinchart wrote: > > > As you mentioned in your previous e-mail, if the labels are used by omapfb > > only, I won't strongly push to keep them. I wonder, however, when using > > DRM/KMS, where do the co

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-12 Thread Tomi Valkeinen
On 2013-12-12 16:15, Laurent Pinchart wrote: > As you mentioned in your previous e-mail, if the labels are used by omapfb > only, I won't strongly push to keep them. I wonder, however, when using > DRM/KMS, where do the connector labels that are displayed by xrandr for > instance come from ? d

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-12 Thread Laurent Pinchart
Hi Tomi, On Thursday 12 December 2013 16:13:04 Tomi Valkeinen wrote: > On 2013-12-12 12:05, Sebastian Reichel wrote: > > On Thu, Dec 12, 2013 at 09:41:49AM +0200, Tomi Valkeinen wrote: > >>> A label property is still an option. > >> > >> Hmm, what do you mean? Label as in: > >> > >> foo : node {

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-12 Thread Tomi Valkeinen
On 2013-12-12 12:05, Sebastian Reichel wrote: > On Thu, Dec 12, 2013 at 09:41:49AM +0200, Tomi Valkeinen wrote: >>> A label property is still an option. >> >> Hmm, what do you mean? Label as in: >> >> foo : node { >> }; >> >> Isn't that 'foo' label only visible in DT itself, as a shortcut? > > Som

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-12 Thread Laurent Pinchart
On Thursday 12 December 2013 11:05:28 Sebastian Reichel wrote: > On Thu, Dec 12, 2013 at 09:41:49AM +0200, Tomi Valkeinen wrote: > > > A label property is still an option. > > > > Hmm, what do you mean? Label as in: > > > > foo : node { > > }; > > > > Isn't that 'foo' label only visible in DT it

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-12 Thread Sebastian Reichel
On Thu, Dec 12, 2013 at 09:41:49AM +0200, Tomi Valkeinen wrote: > > A label property is still an option. > > Hmm, what do you mean? Label as in: > > foo : node { > }; > > Isn't that 'foo' label only visible in DT itself, as a shortcut? Some driver use a "label" property like this: foo : node {

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-11 Thread Tomi Valkeinen
On 2013-12-12 01:56, Laurent Pinchart wrote: > Hi Tomi, > > On Thursday 12 December 2013 00:13:01 Laurent Pinchart wrote: >> On Wednesday 04 December 2013 14:28:33 Tomi Valkeinen wrote: >>> To avoid the need for a "nickname" property for each display, change >>> the display registration so that th

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-11 Thread Laurent Pinchart
Hi Tomi, On Thursday 12 December 2013 00:13:01 Laurent Pinchart wrote: > On Wednesday 04 December 2013 14:28:33 Tomi Valkeinen wrote: > > To avoid the need for a "nickname" property for each display, change > > the display registration so that the display's alias (i.e. "display0" > > etc) will be

Re: [PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-11 Thread Laurent Pinchart
Hi Tomi, On Wednesday 04 December 2013 14:28:33 Tomi Valkeinen wrote: > To avoid the need for a "nickname" property for each display, change > the display registration so that the display's alias (i.e. "display0" > etc) will be used for the dssdev->name if the display driver didn't > provide a nam

[PATCH 06/26] OMAPDSS: if dssdev->name==NULL, use alias

2013-12-04 Thread Tomi Valkeinen
To avoid the need for a "nickname" property for each display, change the display registration so that the display's alias (i.e. "display0" etc) will be used for the dssdev->name if the display driver didn't provide a name. This means that when booting with board files, we will have more descriptiv