Re: [PATCH v4 2/8] drm/stm: Add STM32 LTDC driver

2017-03-28 Thread Yannick FERTRE
Hi Eric, manu thanks for your help. These patches have been push on DRM misc. I solve all issues & I will push a new version today(V5). I create a patch on drm_gem_cma_helper.h regarding DEFINE_DRM_GEM_CMA_FOPS & a patch on drm_fb_cma_helper to add new function to get physical address. Best rega

Re: [PATCH v4 2/8] drm/stm: Add STM32 LTDC driver

2017-03-21 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. I've got some feedback inline that hopefully

[PATCH v4 2/8] drm/stm: Add STM32 LTDC driver

2017-03-15 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. Change-Id: Ic1d6ade06ab7115c62e98dd21dc3981fb5948d1c Signed-off-by: Yannick F