lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 21 Jun 2021 08:22:10 +0000
From:   Stefan Riedmüller <S.Riedmueller@...tec.de>
To:     "daniel@...ll.ch" <daniel@...ll.ch>,
        "airlied@...ux.ie" <airlied@...ux.ie>,
        "sam@...nborg.org" <sam@...nborg.org>,
        "thierry.reding@...il.com" <thierry.reding@...il.com>
CC:     "dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
        "laurent.pinchart@...asonboard.com" 
        <laurent.pinchart@...asonboard.com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/3] drm/panel: Add connector_type and bus_format for AUO
 G104SN02 V2 panel

Hi,

another gentle ping.

Also adding Laurent Pinchart to CC.

Regards,
Stefan

On Wed, 2021-05-26 at 07:34 +0000, Stefan Riedmüller wrote:
> Hi,
> 
> gentle ping for this small series.
> 
> Regards,
> Stefan
> 
> On Thu, 2021-04-15 at 11:16 +0200, Stefan Riedmueller wrote:
> > The AUO G104SN02 V2 is an LVDS display which supports 6 and 8 bpc PSWG.
> > Add the corresponding connector type and 8 bpc as default bus_format.
> > 
> > Signed-off-by: Stefan Riedmueller <s.riedmueller@...tec.de>
> > ---
> >  drivers/gpu/drm/panel/panel-simple.c | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/drivers/gpu/drm/panel/panel-simple.c
> > b/drivers/gpu/drm/panel/panel-simple.c
> > index 4e2dad314c79..44583d0ed902 100644
> > --- a/drivers/gpu/drm/panel/panel-simple.c
> > +++ b/drivers/gpu/drm/panel/panel-simple.c
> > @@ -1098,6 +1098,8 @@ static const struct panel_desc auo_g104sn02 = {
> >  		.width = 211,
> >  		.height = 158,
> >  	},
> > +	.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
> > +	.connector_type = DRM_MODE_CONNECTOR_LVDS,
> >  };
> >  
> >  static const struct drm_display_mode auo_g121ean01_mode = {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ