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 <[email protected]>
> Cc: Jonas Karlman <[email protected]>
> Cc: Laurent Pinchart <[email protected]>
> Cc: Lucas Stach <[email protected]>
> Cc: Marek Vasut <[email protected]>
> Cc: Maxime Ripard <[email protected]>
> Cc: Neil Armstrong <[email protected]>
> Cc: Robert Foss <[email protected]>
> Cc: Sam Ravnborg <[email protected]>
> ---
> 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 <[email protected]>
> *
> * Copyright (C) 2016 CogentEmbedded Inc
> * Author: Andrey Gusakov <[email protected]>