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 <[email protected]>
---
To: David Airlie <[email protected]>
To: Daniel Vetter <[email protected]>
To: Andrzej Hajda <[email protected]>
To: Neil Armstrong <[email protected]>
To: Robert Foss <[email protected]>
To: Laurent Pinchart <[email protected]>
To: Jonas Karlman <[email protected]>
To: Jernej Skrabec <[email protected]>
To: Yannick Fertre <[email protected]>
To: Philippe Cornu <[email protected]>
To: Benjamin Gaignard <[email protected]>
To: Maxime Coquelin <[email protected]>
To: Alexandre Torgue <[email protected]>
To: Philipp Zabel <[email protected]>
To: [email protected]
To: [email protected]
To: [email protected]
Cc: [email protected]
---
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 <[email protected]>
Philippe :-)