Hi Jani, Thank you for the patch.
On Thu, Sep 14, 2023 at 04:14:49PM +0300, Jani Nikula wrote: > Make drm_bridge_get_edid() the one place to call the hook. > > Cc: Andrzej Hajda <[email protected]> > Cc: Neil Armstrong <[email protected]> > Cc: Robert Foss <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: Jonas Karlman <[email protected]> > Cc: Jernej Skrabec <[email protected]> > Signed-off-by: Jani Nikula <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> > --- > drivers/gpu/drm/drm_bridge_connector.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_bridge_connector.c > b/drivers/gpu/drm/drm_bridge_connector.c > index 1da93d5a1f61..31baf1f5ff81 100644 > --- a/drivers/gpu/drm/drm_bridge_connector.c > +++ b/drivers/gpu/drm/drm_bridge_connector.c > @@ -238,7 +238,7 @@ static int drm_bridge_connector_get_modes_edid(struct > drm_connector *connector, > if (status != connector_status_connected) > goto no_edid; > > - edid = bridge->funcs->get_edid(bridge, connector); > + edid = drm_bridge_get_edid(bridge, connector); > if (!drm_edid_is_valid(edid)) { > kfree(edid); > goto no_edid; -- Regards, Laurent Pinchart
