Re: [RFC 0/4] drm/mipi-dbi: Support panel drivers

2019-07-30 Thread Noralf Trønnes
Please reply inline instead of top-posting. Den 30.07.2019 16.27, skrev Josef Luštický: > Yes, the onboard RAM is ili9341 feature. > I am able to drive the DisplayTech DT024CTFT panel in both modes. > > I've just tested the DisplayTech DT024CTFT panel with your patchset > and it works fine with

Re: [RFC 0/4] drm/mipi-dbi: Support panel drivers

2019-07-30 Thread Josef Luštický
Yes, the onboard RAM is ili9341 feature. I am able to drive the DisplayTech DT024CTFT panel in both modes. I've just tested the DisplayTech DT024CTFT panel with your patchset and it works fine with parallel RGB input mode: compatible = "displaytech,dt024ctft", "ilitek,ili9341"; and with SPI input

Re: [RFC 0/4] drm/mipi-dbi: Support panel drivers

2019-07-30 Thread Noralf Trønnes
Den 30.07.2019 08.40, skrev Josef Luštický: > Hi Noralf, > the patch series looks good, see comments in the patch emails. > > One question: is there a general mechanism to tell a driver not to use > parallel RGB even though > the display supports it and "port" is specified in the device-tree? >

Re: [RFC 0/4] drm/mipi-dbi: Support panel drivers

2019-07-30 Thread Josef Luštický
Hi Noralf, the patch series looks good, see comments in the patch emails. One question: is there a general mechanism to tell a driver not to use parallel RGB even though the display supports it and "port" is specified in the device-tree? Josef po 29. 7. 2019 v 21:55 odesílatel Noralf Trønnes

[RFC 0/4] drm/mipi-dbi: Support panel drivers

2019-07-29 Thread Noralf Trønnes
Inspired by the thread[1] following the submission of a new ili9341 panel driver[2], I set out to see if I could support panel drivers in drm_mipi_dbi. I have included the original driver, done some prep work on it, added panel support to drm_mipi_dbi and converted mi0283qt to this new panel