Message ID | 20200408151025.20549-1-giulio.benetti@benettiengineering.com |
---|---|
Headers | show |
Series | i.MXRT1050 add LCDIF support | expand |
Kindly ping
Hi Giulio, On Wed, Apr 8, 2020 at 12:10 PM Giulio Benetti <giulio.benetti at benettiengineering.com> wrote: > > This patchset add support for LCDIF on i.MXRT1050 evk. This requires > PLL5 to be setup, mxsfb needs to use display_timing to retrieve if Lcd > has inverted PIXCLOCK from dts. > > With this patchset applied we temporary loose DCache support until it will > get implemented, since a function in mxsfb.c is needed for setting cache > behaviour. Anyway this way Lcd will show the console same way as serial > does. > > Also I've moved private sunxi_ctfb_mode_to_display_timing() to videomodes > since I need it for mxfsb.c too, then having a unified function to convert > from ctfb_mode to display_timing. Nice work! This series looks good to me: Reviewed-by: Fabio Estevam <festevam at gmail.com>
Hi Fabio, On 4/16/20 3:26 AM, Fabio Estevam wrote: > Hi Giulio, > > On Wed, Apr 8, 2020 at 12:10 PM Giulio Benetti > <giulio.benetti at benettiengineering.com> wrote: >> >> This patchset add support for LCDIF on i.MXRT1050 evk. This requires >> PLL5 to be setup, mxsfb needs to use display_timing to retrieve if Lcd >> has inverted PIXCLOCK from dts. >> >> With this patchset applied we temporary loose DCache support until it will >> get implemented, since a function in mxsfb.c is needed for setting cache >> behaviour. Anyway this way Lcd will show the console same way as serial >> does. >> >> Also I've moved private sunxi_ctfb_mode_to_display_timing() to videomodes >> since I need it for mxfsb.c too, then having a unified function to convert >> from ctfb_mode to display_timing. > > Nice work! > > This series looks good to me: > > Reviewed-by: Fabio Estevam <festevam at gmail.com> Thank you for reviewing Best regards