All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/bridge: Replace outdated forward declaration
@ 2026-07-03 22:41 Laurent Pinchart
  2026-07-17 14:02 ` Luca Ceresoli
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2026-07-03 22:41 UTC (permalink / raw)
  To: dri-devel
  Cc: Andrzej Hajda, Neil Armstrong, Robert Foss, Jonas Karlman,
	Jernej Skrabec, Luca Ceresoli, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann

The drm_bridge.h header forward-declares struct edid, whose last usage
in the file was removed in commit 27b8f91c08d9 ("drm/bridge: remove
->get_edid callback"). Commit 11f6c4b1b259 ("drm/bridge: Add
connector-related bridge operations and data") then introduced usage of
struct drm_edid, without a corresponding forward declaration. Fix those
two issues by replacing the struct edid forward declaration with struct
drm_edid.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 include/drm/drm_bridge.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h
index 18f3db367dc1..5c9741df02b5 100644
--- a/include/drm/drm_bridge.h
+++ b/include/drm/drm_bridge.h
@@ -40,9 +40,9 @@ struct drm_bridge;
 struct drm_bridge_timings;
 struct drm_connector;
 struct drm_display_info;
+struct drm_edid;
 struct drm_minor;
 struct drm_panel;
-struct edid;
 struct hdmi_codec_daifmt;
 struct hdmi_codec_params;
 struct i2c_adapter;

base-commit: 44d19b8a7548aa25cbc6ebd5f27e958f7142c36b
-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH] drm/bridge: Replace outdated forward declaration
  2026-07-03 22:41 [PATCH] drm/bridge: Replace outdated forward declaration Laurent Pinchart
@ 2026-07-17 14:02 ` Luca Ceresoli
  0 siblings, 0 replies; 2+ messages in thread
From: Luca Ceresoli @ 2026-07-17 14:02 UTC (permalink / raw)
  To: Laurent Pinchart, dri-devel
  Cc: Andrzej Hajda, Neil Armstrong, Robert Foss, Jonas Karlman,
	Jernej Skrabec, Luca Ceresoli, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann

On Sat Jul 4, 2026 at 12:41 AM CEST, Laurent Pinchart wrote:
> The drm_bridge.h header forward-declares struct edid, whose last usage
> in the file was removed in commit 27b8f91c08d9 ("drm/bridge: remove
> ->get_edid callback"). Commit 11f6c4b1b259 ("drm/bridge: Add
> connector-related bridge operations and data") then introduced usage of
> struct drm_edid, without a corresponding forward declaration. Fix those
> two issues by replacing the struct edid forward declaration with struct
> drm_edid.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2026-07-17 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03 22:41 [PATCH] drm/bridge: Replace outdated forward declaration Laurent Pinchart
2026-07-17 14:02 ` Luca Ceresoli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.