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

2021-07-07 Thread Pekka Paalanen
On Tue, 6 Jul 2021 18:42:41 +0200 Maxime Ripard wrote: > On Tue, Jul 06, 2021 at 12:37:23PM +0300, Pekka Paalanen wrote: > > > > > +- It must provide a generic helper in the core code to register that > > > > > + property on the object it attaches to. > > > > > + > > > > > +- Its content must be

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

2021-07-06 Thread Maxime Ripard
On Tue, Jul 06, 2021 at 12:37:23PM +0300, Pekka Paalanen wrote: > > > > +- It must provide a generic helper in the core code to register that > > > > + property on the object it attaches to. > > > > + > > > > +- Its content must be decoded by the core and provided in the object's > > > > + associ

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

2021-07-06 Thread Pekka Paalanen
On Tue, 6 Jul 2021 10:52:02 +0200 Maxime Ripard wrote: > Hi Pekka, > > On Thu, Jun 17, 2021 at 11:20:36AM +0300, Pekka Paalanen wrote: > > On Wed, 16 Jun 2021 16:38:42 +0200 > > Maxime Ripard wrote: > > > > > New KMS properties come with a bunch of requirements to avoid each > > > driver fro

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

2021-07-06 Thread Maxime Ripard
Hi Pekka, On Thu, Jun 17, 2021 at 11:20:36AM +0300, Pekka Paalanen wrote: > On Wed, 16 Jun 2021 16:38:42 +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 leadin

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

2021-06-17 Thread Daniel Vetter
On Thu, Jun 17, 2021 at 05:38:36PM +0200, Philippe CORNU wrote: > > > On 6/16/21 4:38 PM, 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

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

2021-06-17 Thread Philippe CORNU
On 6/16/21 4:38 PM, 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, etc. Let's document

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

2021-06-17 Thread Pekka Paalanen
On Wed, 16 Jun 2021 16:38:42 +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

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

2021-06-16 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