dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/bridge/tc358775: Fix for dual-link LVDS
@ 2021-11-10 22:00 Jiri Vanek
  2021-11-18 14:50 ` Robert Foss
  2022-01-06 19:00 ` [PATCH v2] " Jiri Vanek
  0 siblings, 2 replies; 13+ messages in thread
From: Jiri Vanek @ 2021-11-10 22:00 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss
  Cc: Jernej Skrabec, Jonas Karlman, David Airlie, Jiri Vanek,
	linux-kernel, dri-devel, Laurent Pinchart

Fixed wrong register shift for single/dual link LVDS output.

Signed-off-by: Jiri Vanek <jirivanek1@gmail.com>
---
 drivers/gpu/drm/bridge/tc358775.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/tc358775.c b/drivers/gpu/drm/bridge/tc358775.c
index 2272adcc5b4a..1d6ec1baeff2 100644
--- a/drivers/gpu/drm/bridge/tc358775.c
+++ b/drivers/gpu/drm/bridge/tc358775.c
@@ -241,7 +241,7 @@ static inline u32 TC358775_LVCFG_PCLKDIV(uint32_t val)
 }
 
 #define TC358775_LVCFG_LVDLINK__MASK                         0x00000002
-#define TC358775_LVCFG_LVDLINK__SHIFT                        0
+#define TC358775_LVCFG_LVDLINK__SHIFT                        1
 static inline u32 TC358775_LVCFG_LVDLINK(uint32_t val)
 {
 	return ((val) << TC358775_LVCFG_LVDLINK__SHIFT) &
-- 
2.30.2


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

end of thread, other threads:[~2022-01-26 21:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 22:00 [PATCH] drm/bridge/tc358775: Fix for dual-link LVDS Jiri Vanek
2021-11-18 14:50 ` Robert Foss
2021-12-14  8:13   ` Vinay Simha B N
2022-01-04 13:50     ` Robert Foss
2022-01-04 14:29       ` Jiří Vaněk
2022-01-04 14:36         ` Robert Foss
2022-01-04 17:04         ` Vinay Simha B N
2022-01-04 16:56       ` Vinay Simha B N
2022-01-04 17:09         ` Robert Foss
2022-01-06 19:00 ` [PATCH v2] " Jiri Vanek
2022-01-06 19:22   ` Vinay Simha B N
2022-01-07 16:39     ` Robert Foss
2022-01-26 21:41     ` Jiří Vaněk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).