Re: [PATCH] drm: Document requirements for driver-specific KMS props in new drivers

2024-03-11 Thread Maxime Ripard
Hi Sebastian, On Wed, Mar 06, 2024 at 05:50:09PM +0100, Sebastian Wick wrote: > On Wed, Mar 06, 2024 at 03:14:15PM +0100, Maxime Ripard wrote: > > On Thu, Feb 29, 2024 at 09:28:31PM +0100, Sebastian Wick wrote: > > > When extending support for a driver-specific KMS property to additional > > > dri

Re: [PATCH] drm: Document requirements for driver-specific KMS props in new drivers

2024-03-06 Thread Sebastian Wick
On Wed, Mar 06, 2024 at 03:14:15PM +0100, Maxime Ripard wrote: > Hi, > > On Thu, Feb 29, 2024 at 09:28:31PM +0100, Sebastian Wick wrote: > > When extending support for a driver-specific KMS property to additional > > drivers, we should apply all the requirements for new properties and > > make sur

Re: [PATCH] drm: Document requirements for driver-specific KMS props in new drivers

2024-03-06 Thread Maxime Ripard
Hi, On Thu, Feb 29, 2024 at 09:28:31PM +0100, Sebastian Wick wrote: > When extending support for a driver-specific KMS property to additional > drivers, we should apply all the requirements for new properties and > make sure the semantics are the same and documented. > > Signed-off-by: Sebastian

[PATCH] drm: Document requirements for driver-specific KMS props in new drivers

2024-02-29 Thread Sebastian Wick
When extending support for a driver-specific KMS property to additional drivers, we should apply all the requirements for new properties and make sure the semantics are the same and documented. Signed-off-by: Sebastian Wick --- Documentation/gpu/drm-kms.rst | 5 + 1 file changed, 5 insertion