public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Document requirements for driver-specific KMS props in new drivers
@ 2024-02-29 20:28 Sebastian Wick
  2024-03-06 14:14 ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Wick @ 2024-02-29 20:28 UTC (permalink / raw)
  Cc: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Daniel Vetter, Jonathan Corbet, dri-devel, linux-doc,
	linux-kernel

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 <sebastian.wick@redhat.com>
---
 Documentation/gpu/drm-kms.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst
index 13d3627d8bc0..afa10a28035f 100644
--- a/Documentation/gpu/drm-kms.rst
+++ b/Documentation/gpu/drm-kms.rst
@@ -496,6 +496,11 @@ addition to the one mentioned above:
 
 * An IGT test must be submitted where reasonable.
 
+For historical reasons, non-standard, driver-specific properties exist. If a KMS
+driver wants to add support for one of those properties, the requirements for
+new properties apply where possible. Additionally, the documented behavior must
+match the de facto semantics of the existing property to ensure compatibility.
+
 Property Types and Blob Property Support
 ----------------------------------------
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-11 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 20:28 [PATCH] drm: Document requirements for driver-specific KMS props in new drivers Sebastian Wick
2024-03-06 14:14 ` Maxime Ripard
2024-03-06 16:50   ` Sebastian Wick
2024-03-11 12:10     ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox