public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm/bridge: lt9611: Remove DRM_BRIDGE_OP_MODES flag
@ 2026-02-10  7:08 Andy Yan
  2026-02-11  6:42 ` Claude review: " Claude Code Review Bot
  2026-02-11  6:42 ` Claude Code Review Bot
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Yan @ 2026-02-10  7:08 UTC (permalink / raw)
  To: andrzej.hajda, airlied, jernej.skrabec, jonas, Laurent.pinchart,
	maarten.lankhorst, mripard, neil.armstrong, rfoss, simona,
	tzimmermann, dri-devel, linux-kernel, dmitry.baryshkov
  Cc: Andy Yan

According to the documentation: Bridges that set this flag shall
implement the &drm_bridge_funcs->get_modes callback.

But the lt9611 driver does not implement the get_modes callback,
so remove this flag.

Signed-off-by: Andy Yan <andyshrk@163.com>
---

 drivers/gpu/drm/bridge/lontium-lt9611.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/bridge/lontium-lt9611.c b/drivers/gpu/drm/bridge/lontium-lt9611.c
index 0628d8e737ab..d916784af1ea 100644
--- a/drivers/gpu/drm/bridge/lontium-lt9611.c
+++ b/drivers/gpu/drm/bridge/lontium-lt9611.c
@@ -1149,9 +1149,8 @@ static int lt9611_probe(struct i2c_client *client)
 
 	lt9611->bridge.of_node = client->dev.of_node;
 	lt9611->bridge.ops = DRM_BRIDGE_OP_DETECT | DRM_BRIDGE_OP_EDID |
-			     DRM_BRIDGE_OP_HPD | DRM_BRIDGE_OP_MODES |
-			     DRM_BRIDGE_OP_HDMI | DRM_BRIDGE_OP_HDMI_AUDIO |
-			     DRM_BRIDGE_OP_HDMI_SPD_INFOFRAME;
+			     DRM_BRIDGE_OP_HPD | DRM_BRIDGE_OP_HDMI |
+			     DRM_BRIDGE_OP_HDMI_AUDIO | DRM_BRIDGE_OP_HDMI_SPD_INFOFRAME;
 	lt9611->bridge.type = DRM_MODE_CONNECTOR_HDMIA;
 	lt9611->bridge.vendor = "Lontium";
 	lt9611->bridge.product = "LT9611";
-- 
2.43.0

base-commit: 310326bb7df4bba094a3fc60364c641c547fd923
branch: drm-misc-next



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

end of thread, other threads:[~2026-02-11  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10  7:08 [PATCH] drm/bridge: lt9611: Remove DRM_BRIDGE_OP_MODES flag Andy Yan
2026-02-11  6:42 ` Claude review: " Claude Code Review Bot
2026-02-11  6:42 ` Claude Code Review Bot

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