mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drm: clarify adjusted_mode for a bridge connected to a crtc
@ 2018-02-26 12:16 Philippe Cornu
  2018-03-27 15:51 ` Daniel Vetter
  2018-04-06 14:53 ` Laurent Pinchart
  0 siblings, 2 replies; 8+ messages in thread
From: Philippe Cornu @ 2018-02-26 12:16 UTC (permalink / raw)
  To: Laurent Pinchart, Daniel Vetter, Gustavo Padovan,
	Maarten Lankhorst, Sean Paul, David Airlie, dri-devel,
	linux-kernel
  Cc: Benjamin Gaignard, Yannick Fertre, Philippe Cornu, Vincent Abriou

This patch clarifies the adjusted_mode documentation
for a bridge directly connected to a crtc.

Signed-off-by: Philippe Cornu <philippe.cornu@st.com>
---
This patch is linked to the discussion https://lkml.org/lkml/2018/1/25/367

 include/drm/drm_bridge.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h
index 3270fec46979..b5f3c070467c 100644
--- a/include/drm/drm_bridge.h
+++ b/include/drm/drm_bridge.h
@@ -177,7 +177,8 @@ struct drm_bridge_funcs {
 	 * pipeline has been called already. If the bridge is the first element
 	 * then this would be &drm_encoder_helper_funcs.mode_set. The display
 	 * pipe (i.e.  clocks and timing signals) is off when this function is
-	 * called.
+	 * called. If the bridge is connected to the crtc, the adjusted_mode
+	 * parameter is the one defined in &drm_crtc_state.adjusted_mode.
 	 */
 	void (*mode_set)(struct drm_bridge *bridge,
 			 struct drm_display_mode *mode,
-- 
2.15.1

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

end of thread, other threads:[~2018-04-09  7:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 12:16 [PATCH] drm: clarify adjusted_mode for a bridge connected to a crtc Philippe Cornu
2018-03-27 15:51 ` Daniel Vetter
2018-03-29  7:35   ` Philippe CORNU
2018-03-29  7:39     ` Daniel Vetter
2018-04-05 15:15       ` Philippe CORNU
2018-04-06 14:53 ` Laurent Pinchart
2018-04-06 15:28   ` Philippe CORNU
2018-04-09  7:56     ` Daniel Vetter

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

Powered by JetHome