Re: [PATCH v1 2/2] drm/stm: dsi: add power on/off phy ops

2019-06-12 Thread Andrzej Hajda
On 27.05.2019 12:21, Yannick Fertré wrote: > These new physical operations are helpful to power_on/off the dsi > wrapper. If the dsi wrapper is powered in video mode, the display > controller (ltdc) register access will hang when DSI fifos are full. > > Signed-off-by: Yannick Fertré

Re: [PATCH v1 2/2] drm/stm: dsi: add power on/off phy ops

2019-05-27 Thread Philippe CORNU
Hi Yannick, and thank you for your patch. Tested successfully on stm32f too. Acked-by: Philippe Cornu Tested-by: Philippe Cornu Philippe :-) On 5/27/19 12:21 PM, Yannick Fertré wrote: > These new physical operations are helpful to power_on/off the dsi > wrapper. If the dsi wrapper is powered

[PATCH v1 2/2] drm/stm: dsi: add power on/off phy ops

2019-05-27 Thread Yannick Fertré
These new physical operations are helpful to power_on/off the dsi wrapper. If the dsi wrapper is powered in video mode, the display controller (ltdc) register access will hang when DSI fifos are full. Signed-off-by: Yannick Fertré --- drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 21