Re: [PATCH v5 04/10] drm/stm: Add STM32 LTDC driver

2017-04-12 Thread Benjamin Gaignard
2017-04-11 22:45 GMT+02:00 Eric Anholt : > Yannick Fertre writes: > >> This controller provides output signals to interface directly a variety >> of LCD and TFT panels. These output signals are: RGB signals >> (up to 24bpp), vertical & horizontal synchronisations, data enable and >> the pixel cloc

Re: [PATCH v5 04/10] drm/stm: Add STM32 LTDC driver

2017-04-11 Thread Daniel Vetter
On Tue, Apr 11, 2017 at 01:45:01PM -0700, Eric Anholt wrote: > Yannick Fertre writes: > > +static void ltdc_crtc_disable(struct drm_crtc *crtc) > > +{ > > + struct ltdc_device *ldev = crtc_to_ltdc(crtc); > > + struct drm_pending_vblank_event *event = crtc->state->event; > > + > > + DRM_DEBUG

Re: [PATCH v5 04/10] drm/stm: Add STM32 LTDC driver

2017-04-11 Thread Eric Anholt
Yannick Fertre writes: > This controller provides output signals to interface directly a variety > of LCD and TFT panels. These output signals are: RGB signals > (up to 24bpp), vertical & horizontal synchronisations, data enable and > the pixel clock. > > Signed-off-by: Yannick Fertre > --- > d

[PATCH v5 04/10] drm/stm: Add STM32 LTDC driver

2017-03-28 Thread Yannick Fertre
This controller provides output signals to interface directly a variety of LCD and TFT panels. These output signals are: RGB signals (up to 24bpp), vertical & horizontal synchronisations, data enable and the pixel clock. Signed-off-by: Yannick Fertre --- drivers/gpu/drm/Kconfig |3 +- d