Re: [PATCH v5] Documentation: gpu: Mention the requirements for new properties

2021-07-12 Thread Daniel Vetter
On Fri, Jul 09, 2021 at 12:08:14PM +0300, Pekka Paalanen wrote: > On Fri, 9 Jul 2021 10:02:28 +0200 > Daniel Vetter wrote: > > > On Fri, Jul 09, 2021 at 10:24:44AM +0300, Pekka Paalanen wrote: > > > On Tue, 6 Jul 2021 18:12:44 +0200 > > > Maxime Ripard wrote: > > > > > > > New KMS properties

Re: [PATCH v5] Documentation: gpu: Mention the requirements for new properties

2021-07-09 Thread Pekka Paalanen
On Fri, 9 Jul 2021 10:02:28 +0200 Daniel Vetter wrote: > On Fri, Jul 09, 2021 at 10:24:44AM +0300, Pekka Paalanen wrote: > > On Tue, 6 Jul 2021 18:12:44 +0200 > > Maxime Ripard wrote: > > > > > New KMS properties come with a bunch of requirements to avoid each > > > driver from running their

Re: [PATCH v5] Documentation: gpu: Mention the requirements for new properties

2021-07-09 Thread Daniel Vetter
On Fri, Jul 09, 2021 at 10:24:44AM +0300, Pekka Paalanen wrote: > On Tue, 6 Jul 2021 18:12:44 +0200 > Maxime Ripard wrote: > > > New KMS properties come with a bunch of requirements to avoid each > > driver from running their own, inconsistent, set of properties, > > eventually leading to issues

Re: [PATCH v5] Documentation: gpu: Mention the requirements for new properties

2021-07-09 Thread Pekka Paalanen
On Tue, 6 Jul 2021 18:12:44 +0200 Maxime Ripard wrote: > New KMS properties come with a bunch of requirements to avoid each > driver from running their own, inconsistent, set of properties, > eventually leading to issues like property conflicts, inconsistencies > between drivers and semantics, e

Re: [PATCH v5] Documentation: gpu: Mention the requirements for new properties

2021-07-06 Thread Daniel Vetter
On Tue, Jul 06, 2021 at 06:12:44PM +0200, Maxime Ripard wrote: > New KMS properties come with a bunch of requirements to avoid each > driver from running their own, inconsistent, set of properties, > eventually leading to issues like property conflicts, inconsistencies > between drivers and semanti

[PATCH v5] Documentation: gpu: Mention the requirements for new properties

2021-07-06 Thread Maxime Ripard
New KMS properties come with a bunch of requirements to avoid each driver from running their own, inconsistent, set of properties, eventually leading to issues like property conflicts, inconsistencies between drivers and semantics, etc. Let's document what we expect. Cc: Alexandre Belloni Cc: Al