[PATCH RESEND] drm: adv7511: override i2c address of cec before accessing it

2022-06-07 Thread Antonio Borneo
before any attempt to access the cec. Tested with adv7533 and stm32mp157f. Signed-off-by: Antonio Borneo Fixes: 680532c50bca ("drm: adv7511: Add support for i2c_new_secondary_device") Reviewed-by: Kieran Bingham --- This patch got somehow lost, I'm resending it. Added reviewed by Kie

Re: [PATCH] drm: adv7511: override i2c address of cec before accessing it

2021-12-20 Thread Antonio Borneo
On Mon, 2021-12-20 at 14:54 +, Kieran Bingham wrote: > Hi Antonio, > > Quoting Antonio Borneo (2021-12-18 18:28:04) > > Commit 680532c50bca ("drm: adv7511: Add support for > > i2c_new_secondary_device") allows a device tree node to override > > the d

[PATCH] drm: adv7511: override i2c address of cec before accessing it

2021-12-19 Thread Antonio Borneo
before any attempt to access the cec. Tested with adv7533 and stm32mp157f. Signed-off-by: Antonio Borneo Fixes: 680532c50bca ("drm: adv7511: Add support for i2c_new_secondary_device") --- To: Andrzej Hajda To: Neil Armstrong To: Robert Foss To: Laurent Pinchart To: Jonas Karlman

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

2021-12-18 Thread Antonio Borneo
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 --- To: David Airlie To: Daniel Vetter To: Andrzej Hajda To: Neil Armstrong To: Robert Foss

[PATCH 3/3] drm/stm: dsi: provide the implementation of mode_valid()

2021-12-18 Thread Antonio Borneo
. The dsi needs to return in LP mode during HFP or HBP to re-synchronize at each video line. Verify that the duration of HFP and HBP allows the dsi to enter in LP mode. Signed-off-by: Antonio Borneo --- To: David Airlie To: Daniel Vetter To: Andrzej Hajda To: Neil Armstrong To: Robert Foss

[PATCH 1/3] drm/stm: dsi: move lane capability detection in probe()

2021-12-18 Thread Antonio Borneo
There is no need to re-compute the dsi lane capability because it only depends on dsi hw version. Since dsi hw version is detected at probe(), move there also the assignment of dsi lane capability. Signed-off-by: Antonio Borneo --- To: David Airlie To: Daniel Vetter To: Andrzej Hajda To: Neil

[PATCH] drm/stm: dsi: compute the transition time from LP to HS and back

2021-07-13 Thread Antonio Borneo
-by: Antonio Borneo --- To: Yannick Fertre To: Philippe Cornu To: Benjamin Gaignard To: David Airlie To: Daniel Vetter To: Maxime Coquelin To: Alexandre Torgue To: Raphael Gallais-Pou To: dri-devel@lists.freedesktop.org To: linux-st...@st-md-mailman.stormreply.com To: linux-arm-ker

[PATCH] drm/connector: fix minor typos in comments

2020-06-27 Thread Antonio Borneo
Some of these comments are part of the Linux GPU Driver Developer's Guide. Fix some minor typo in the comments and remove a repeated 'the'. Signed-off-by: Antonio Borneo --- drivers/gpu/drm/drm_connector.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff