Am Donnerstag, dem 19.05.2022 um 01:36 +0200 schrieb Marek Vasut: > The DSI-to-e(DP) mode is now supported, update the driver comment > to reflect this. No functional change. > > Fixes: 3080c21a043ab ("drm/bridge: tc358767: Add DSI-to-(e)DP mode support") > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Jonas Karlman <jonas@xxxxxxxxx> > Cc: Laurent Pinchart <Laurent.pinchart@xxxxxxxxxxxxxxxx> > Cc: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > Cc: Marek Vasut <marex@xxxxxxx> > Cc: Maxime Ripard <maxime@xxxxxxxxxx> > Cc: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > Cc: Robert Foss <robert.foss@xxxxxxxxxx> > Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> > --- > drivers/gpu/drm/bridge/tc358767.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/bridge/tc358767.c b/drivers/gpu/drm/bridge/tc358767.c > index 84e6b5aa8dd1f..a8bb6de9e600a 100644 > --- a/drivers/gpu/drm/bridge/tc358767.c > +++ b/drivers/gpu/drm/bridge/tc358767.c > @@ -6,7 +6,7 @@ > * The following modes are supported: > * DPI->(e)DP -- supported > * DSI->DPI .... supported > - * DSI->(e)DP .. NOT supported > + * DSI->(e)DP .. supported Couldn't we just drop the status behind the modes when the line above already states that those modes are supported, which is now true for all of them? But I then also don't care too much about it, so if you like your version better, feel free to commit with: Reviewed-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > * > * Copyright (C) 2016 CogentEmbedded Inc > * Author: Andrey Gusakov <andrey.gusakov@xxxxxxxxxxxxxxxxxx>