Re: Change default Wayland branches to 'main'

2021-04-08 Thread Jan Engelhardt
On Thursday 2021-04-08 16:04, Daniel Stone wrote: >On Thu, 8 Apr 2021 at 14:02, Jan Engelhardt wrote: >>On Thursday 2021-04-08 13:20, Daniel Stone wrote: >>>following the leads of e.g. GitHub and GitLab, [...] >>>I propose that we do this for all the wayland/* repositories, either this >>>weekend 

Re: Call for an EDID parsing library

2021-04-08 Thread Simon Ser
On Thursday, April 8th, 2021 at 5:28 PM, Jani Nikula wrote: > On Thu, 08 Apr 2021, Simon Ser cont...@emersion.fr wrote: > > > On Thursday, April 8th, 2021 at 4:58 PM, Jani Nikula > > jani.nik...@linux.intel.com wrote: > > > > > Perhaps that should be the takeaway; try to minimize parsed data >

Re: Call for an EDID parsing library

2021-04-08 Thread Jani Nikula
On Thu, 08 Apr 2021, Simon Ser wrote: > On Thursday, April 8th, 2021 at 4:58 PM, Jani Nikula > wrote: > >> Perhaps that should be the takeaway; try to minimize parsed data >> where the consumer needs to know whether it originated from DisplayID or >> EDID? > > So an EDID/DisplayID abstraction la

Re: Call for an EDID parsing library

2021-04-08 Thread Simon Ser
On Thursday, April 8th, 2021 at 4:58 PM, Jani Nikula wrote: > Perhaps that should be the takeaway; try to minimize parsed data > where the consumer needs to know whether it originated from DisplayID or > EDID? So an EDID/DisplayID abstraction layer? It sounds like only an EDID and DisplayID ex

Re: Call for an EDID parsing library

2021-04-08 Thread Jani Nikula
On Thu, 08 Apr 2021, Pekka Paalanen wrote: > On Thu, 08 Apr 2021 16:49:37 +0300 > Jani Nikula wrote: > >> Anyway, this is only tangentially related to the library. I just think >> we need to take DisplayID better into account also in the *users* of the >> library, as they shouldn't really even lo

Re: Change default Wayland branches to 'main'

2021-04-08 Thread Aleix Pol
On Thu, Apr 8, 2021 at 1:22 PM Daniel Stone wrote: > > Hi all, > Going with a lot of other Git-based projects (and following the leads of e.g. > GitHub and GitLab), freedesktop.org is planning to change the default branch > name for its new projects to 'main' rather than 'master'. > > Mesa is al

Re: Call for an EDID parsing library

2021-04-08 Thread Pekka Paalanen
On Thu, 08 Apr 2021 16:49:37 +0300 Jani Nikula wrote: > Anyway, this is only tangentially related to the library. I just think > we need to take DisplayID better into account also in the *users* of the > library, as they shouldn't really even look at the EDID if the plain > DisplayID is there, pe

Re: Change default Wayland branches to 'main'

2021-04-08 Thread Daniel Stone
On Thu, 8 Apr 2021 at 14:02, Jan Engelhardt wrote: > On Thursday 2021-04-08 13:20, Daniel Stone wrote: > >I propose that we do this for all the wayland/* repositories, either this > weekend or next; I'm happy > >to make the changes (rename 'master' to 'main' and retarget all open > MRs). Does any

Re: Call for an EDID parsing library

2021-04-08 Thread Jani Nikula
On Wed, 07 Apr 2021, Hans Verkuil wrote: > On 07/04/2021 12:31, Jani Nikula wrote: >> On Wed, 07 Apr 2021, Hans Verkuil wrote: >>> It is the most complete EDID parser I know based on the various standards. >> >> Does it support pure DisplayID in addition to DisplayID blocks embedded >> to EDID e

Re: Change default Wayland branches to 'main'

2021-04-08 Thread Jan Engelhardt
On Thursday 2021-04-08 13:20, Daniel Stone wrote: > >I propose that we do this for all the wayland/* repositories, either this >weekend or next; I'm happy >to make the changes (rename 'master' to 'main' and retarget all open MRs). >Does anyone have any >opinions or suggestions? That could be of

Re: Change default Wayland branches to 'main'

2021-04-08 Thread Jonas Ådahl
On Thu, Apr 08, 2021 at 03:03:08PM +0300, Pekka Paalanen wrote: > On Thu, 8 Apr 2021 12:20:46 +0100 > Daniel Stone wrote: > > > Hi all, > > Going with a lot of other Git-based projects (and following the leads of > > e.g. GitHub and GitLab), freedesktop.org is planning to change the default > > b

Re: Change default Wayland branches to 'main'

2021-04-08 Thread Pekka Paalanen
On Thu, 8 Apr 2021 12:20:46 +0100 Daniel Stone wrote: > Hi all, > Going with a lot of other Git-based projects (and following the leads of > e.g. GitHub and GitLab), freedesktop.org is planning to change the default > branch name for its new projects to 'main' rather than 'master'. > > Mesa is a

Change default Wayland branches to 'main'

2021-04-08 Thread Daniel Stone
Hi all, Going with a lot of other Git-based projects (and following the leads of e.g. GitHub and GitLab), freedesktop.org is planning to change the default branch name for its new projects to 'main' rather than 'master'. Mesa is already migrating, and they have helpfully prepared a small Python sc