Re: [PATCH] drm/stm: ltdc: add pinctrl for DPI encoder mode

2019-09-09 Thread Benjamin Gaignard
Le ven. 6 sept. 2019 à 11:22, Yannick Fertré a écrit : > > The implementation of functions encoder_enable and encoder_disable > make possible to control the pinctrl according to the encoder type. > The pinctrl must be activated only if the encoder type is DPI. > This helps to move the DPI-related

[PATCH] drm/stm: ltdc: add pinctrl for DPI encoder mode

2019-09-06 Thread Yannick Fertré
The implementation of functions encoder_enable and encoder_disable make possible to control the pinctrl according to the encoder type. The pinctrl must be activated only if the encoder type is DPI. This helps to move the DPI-related pinctrl configuration from all the panel or bridge to the LTDC dt

Re: [PATCH] drm/stm: ltdc: add pinctrl for DPI encoder mode

2019-09-02 Thread Benjamin Gaignard
+dri-devel mailing list Le lun. 2 sept. 2019 à 10:47, Philippe CORNU a écrit : > > Hi Yannick, > > On 8/2/19 4:47 PM, Yannick Fertré wrote: > > The implementation of functions encoder_enable and encoder_disable > > make possible to control the pinctrl according to the encoder type. > > The pinctr