[PATCH 1/4] drm/sun4i: rgb: Declare RGB encoder and connector as MIPI DPI

2016-09-20 Thread Chen-Yu Tsai
On Mon, Sep 19, 2016 at 3:12 AM, Maxime Ripard wrote: > Hi, > > On Thu, Sep 15, 2016 at 11:13:59PM +0800, Chen-Yu Tsai wrote: >> The 18 or 24 bit parallel RGB LCD panel interface found on Allwinner >> SoCs matches the description of MIPI DPI. Declare the RGB encoder and >> connector as MIPI DPI.

[PATCH 1/4] drm/sun4i: rgb: Declare RGB encoder and connector as MIPI DPI

2016-09-18 Thread Maxime Ripard
Hi, On Thu, Sep 15, 2016 at 11:13:59PM +0800, Chen-Yu Tsai wrote: > The 18 or 24 bit parallel RGB LCD panel interface found on Allwinner > SoCs matches the description of MIPI DPI. Declare the RGB encoder and > connector as MIPI DPI. Unfortunately, even it that patch might be true (is there a

[PATCH 1/4] drm/sun4i: rgb: Declare RGB encoder and connector as MIPI DPI

2016-09-16 Thread Chen-Yu Tsai
The 18 or 24 bit parallel RGB LCD panel interface found on Allwinner SoCs matches the description of MIPI DPI. Declare the RGB encoder and connector as MIPI DPI. Signed-off-by: Chen-Yu Tsai --- drivers/gpu/drm/sun4i/sun4i_rgb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff