RE: [PATCH 3/4] drm: rcar-du: Add R8A774A1 support

2019-04-15 Thread Biju Das
Hi Kieran, Thanks for the feedback. > Subject: Re: [PATCH 3/4] drm: rcar-du: Add R8A774A1 support > > Hi Biju, > > On 11/04/2019 15:34, Biju Das wrote: > > Add support for the R8A774A1 DU (which is very similar to the R8A7796 > > DU); it has one RGB output, one LVDS

Re: [PATCH 3/4] drm: rcar-du: Add R8A774A1 support

2019-04-12 Thread Kieran Bingham
Hi Biju, On 11/04/2019 15:34, Biju Das wrote: > Add support for the R8A774A1 DU (which is very similar to the R8A7796 DU); > it has one RGB output, one LVDS output and one HDMI output. > > Signed-off-by: Biju Das I see Figure 35.1b across the two datasheets does show some differences between th

[PATCH 3/4] drm: rcar-du: Add R8A774A1 support

2019-04-12 Thread Biju Das
Add support for the R8A774A1 DU (which is very similar to the R8A7796 DU); it has one RGB output, one LVDS output and one HDMI output. Signed-off-by: Biju Das --- drivers/gpu/drm/rcar-du/rcar_du_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/dr