Re: [PATCH 2/3] drm/bridge/synopsys: dsi: extend the prototype of mode_valid()

From: Philippe CORNU
Date: Tue Jan 04 2022 - 05:56:05 EST




On 12/18/21 10:50 PM, Antonio Borneo wrote:
To evaluate the validity of a video mode, some additional internal
value has to be passed to the platform implementation.

Extend the prototype of mode_valid().

Signed-off-by: Antonio Borneo <antonio.borneo@xxxxxxxxxxx>
---
To: David Airlie <airlied@xxxxxxxx>
To: Daniel Vetter <daniel@xxxxxxxx>
To: Andrzej Hajda <a.hajda@xxxxxxxxxxx>
To: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
To: Robert Foss <robert.foss@xxxxxxxxxx>
To: Laurent Pinchart <Laurent.pinchart@xxxxxxxxxxxxxxxx>
To: Jonas Karlman <jonas@xxxxxxxxx>
To: Jernej Skrabec <jernej.skrabec@xxxxxxxxx>
To: Yannick Fertre <yannick.fertre@xxxxxxxxxxx>
To: Philippe Cornu <philippe.cornu@xxxxxxxxxxx>
To: Benjamin Gaignard <benjamin.gaignard@xxxxxxxxxx>
To: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx>
To: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx>
To: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
To: dri-devel@xxxxxxxxxxxxxxxxxxxxx
To: linux-stm32@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
To: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
---
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 5 ++++-
include/drm/bridge/dw_mipi_dsi.h | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)


Hi Antonio,
many thanks for your patch.
(I should have done like that from the beginning as validating a mode in dsi requires dsi related information...)
Reviewed-by: Philippe Cornu <philippe.cornu@xxxxxxxxxxx>
Philippe :-)