Message ID | 874ln1duih.wl%kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Morimoto-san, Thank you for your patch. On Thursday, 1 February 2018 09:45:36 EET Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > panel-lvds.c is for LVDS Panel Driver, > not R-Car Display Unit CRTCs > > Reported-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> A similar patch has been posted already: https://patchwork.freedesktop.org/series/36953/ > --- > drivers/gpu/drm/panel/panel-lvds.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/panel/panel-lvds.c > b/drivers/gpu/drm/panel/panel-lvds.c index b5e3994..c8075a8 100644 > --- a/drivers/gpu/drm/panel/panel-lvds.c > +++ b/drivers/gpu/drm/panel/panel-lvds.c > @@ -1,5 +1,5 @@ > /* > - * rcar_du_crtc.c -- R-Car Display Unit CRTCs > + * panel-lvds.c -- LVDS Panel Driver > * > * Copyright (C) 2016 Laurent Pinchart > * Copyright (C) 2016 Renesas Electronics Corporation
Hi Laurent > Hi Morimoto-san, > > Thank you for your patch. > > On Thursday, 1 February 2018 09:45:36 EET Kuninori Morimoto wrote: > > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > > > panel-lvds.c is for LVDS Panel Driver, > > not R-Car Display Unit CRTCs > > > > Reported-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > A similar patch has been posted already: > > https://patchwork.freedesktop.org/series/36953/ Thanks. Nice to know Best regards --- Kuninori Morimoto
diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-lvds.c index b5e3994..c8075a8 100644 --- a/drivers/gpu/drm/panel/panel-lvds.c +++ b/drivers/gpu/drm/panel/panel-lvds.c @@ -1,5 +1,5 @@ /* - * rcar_du_crtc.c -- R-Car Display Unit CRTCs + * panel-lvds.c -- LVDS Panel Driver * * Copyright (C) 2016 Laurent Pinchart * Copyright (C) 2016 Renesas Electronics Corporation