All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Timur Tabi <timur.tabi@gmail.com>
Cc: linux-fbdev@vger.kernel.org, wd@denx.de, dzu@denx.de,
	devicetree-discuss@lists.ozlabs.org, linuxppc-dev@ozlabs.org,
	yorksun@freescale.com
Subject: Re: [PATCH 5/5] fsl-diu-fb: Support setting display mode using EDID
Date: Fri, 30 Apr 2010 07:43:43 +0000	[thread overview]
Message-ID: <20100430094343.2a504b2a@wker> (raw)
In-Reply-To: <n2oed82fe3e1004291844habbdfe76lc369d66cf9a9d9fd@mail.gmail.com>

On Thu, 29 Apr 2010 20:44:12 -0500
Timur Tabi <timur.tabi@gmail.com> wrote:

> On Thu, Apr 29, 2010 at 6:49 PM, Anatolij Gustschin <agust@denx.de> wrote:
> 
> > +Optional properties:
> > +- EDID : verbatim EDID data block describing attached display.
> > +  Data from the detailed timing descriptor will be used to
> > +  program the display controller.
> 
> The property name should be lower-case.

Will change to lower-case.

> >  /*
> >  * These parameters give default parameters
> > @@ -217,6 +218,7 @@ struct mfb_info {
> >        int x_aoi_d;            /* aoi display x offset to physical screen */
> >        int y_aoi_d;            /* aoi display y offset to physical screen */
> >        struct fsl_diu_data *parent;
> > +       char *edid_data;
> 
> edid_data should be "u8 *".  "char *" is should be used only for
> strings or arrays of characters.

Will fix it, too.

> > +       /* Still not found, use preferred mode from database if any */
> > +       if (!has_default_mode && info->monspecs.modedb != NULL) {
> 
> No need for the "!= NULL"

Ok, I will simplify this.

Thanks,
Anatolij

WARNING: multiple messages have this Message-ID (diff)
From: Anatolij Gustschin <agust@denx.de>
To: Timur Tabi <timur.tabi@gmail.com>
Cc: linux-fbdev@vger.kernel.org, wd@denx.de, dzu@denx.de,
	devicetree-discuss@lists.ozlabs.org, linuxppc-dev@ozlabs.org,
	yorksun@freescale.com
Subject: Re: [PATCH 5/5] fsl-diu-fb: Support setting display mode using EDID
Date: Fri, 30 Apr 2010 09:43:43 +0200	[thread overview]
Message-ID: <20100430094343.2a504b2a@wker> (raw)
In-Reply-To: <n2oed82fe3e1004291844habbdfe76lc369d66cf9a9d9fd@mail.gmail.com>

On Thu, 29 Apr 2010 20:44:12 -0500
Timur Tabi <timur.tabi@gmail.com> wrote:

> On Thu, Apr 29, 2010 at 6:49 PM, Anatolij Gustschin <agust@denx.de> wrote:
>=20
> > +Optional properties:
> > +- EDID : verbatim EDID data block describing attached display.
> > + =C2=A0Data from the detailed timing descriptor will be used to
> > + =C2=A0program the display controller.
>=20
> The property name should be lower-case.

Will change to lower-case.

> > =C2=A0/*
> > =C2=A0* These parameters give default parameters
> > @@ -217,6 +218,7 @@ struct mfb_info {
> > =C2=A0 =C2=A0 =C2=A0 =C2=A0int x_aoi_d; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0/* aoi display x offset to physical screen */
> > =C2=A0 =C2=A0 =C2=A0 =C2=A0int y_aoi_d; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0/* aoi display y offset to physical screen */
> > =C2=A0 =C2=A0 =C2=A0 =C2=A0struct fsl_diu_data *parent;
> > + =C2=A0 =C2=A0 =C2=A0 char *edid_data;
>=20
> edid_data should be "u8 *".  "char *" is should be used only for
> strings or arrays of characters.

Will fix it, too.

> > + =C2=A0 =C2=A0 =C2=A0 /* Still not found, use preferred mode from data=
base if any */
> > + =C2=A0 =C2=A0 =C2=A0 if (!has_default_mode && info->monspecs.modedb !=
=3D NULL) {
>=20
> No need for the "!=3D NULL"

Ok, I will simplify this.

Thanks,
Anatolij

WARNING: multiple messages have this Message-ID (diff)
From: Anatolij Gustschin <agust@denx.de>
To: Timur Tabi <timur.tabi@gmail.com>
Cc: linux-fbdev@vger.kernel.org, wd@denx.de, dzu@denx.de,
	devicetree-discuss@lists.ozlabs.org, linuxppc-dev@ozlabs.org,
	yorksun@freescale.com
Subject: Re: [PATCH 5/5] fsl-diu-fb: Support setting display mode using EDID
Date: Fri, 30 Apr 2010 09:43:43 +0200	[thread overview]
Message-ID: <20100430094343.2a504b2a@wker> (raw)
In-Reply-To: <n2oed82fe3e1004291844habbdfe76lc369d66cf9a9d9fd@mail.gmail.com>

On Thu, 29 Apr 2010 20:44:12 -0500
Timur Tabi <timur.tabi@gmail.com> wrote:

> On Thu, Apr 29, 2010 at 6:49 PM, Anatolij Gustschin <agust@denx.de> wrote:
> 
> > +Optional properties:
> > +- EDID : verbatim EDID data block describing attached display.
> > +  Data from the detailed timing descriptor will be used to
> > +  program the display controller.
> 
> The property name should be lower-case.

Will change to lower-case.

> >  /*
> >  * These parameters give default parameters
> > @@ -217,6 +218,7 @@ struct mfb_info {
> >        int x_aoi_d;            /* aoi display x offset to physical screen */
> >        int y_aoi_d;            /* aoi display y offset to physical screen */
> >        struct fsl_diu_data *parent;
> > +       char *edid_data;
> 
> edid_data should be "u8 *".  "char *" is should be used only for
> strings or arrays of characters.

Will fix it, too.

> > +       /* Still not found, use preferred mode from database if any */
> > +       if (!has_default_mode && info->monspecs.modedb != NULL) {
> 
> No need for the "!= NULL"

Ok, I will simplify this.

Thanks,
Anatolij
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

  reply	other threads:[~2010-04-30  7:43 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-29 23:49 [PATCH 0/5] Rework MPC5121 DIU support (for 2.6.35) Anatolij Gustschin
2010-04-29 23:49 ` Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 1/5] fsl-diu-fb: fix issue with re-enabling DIU area descriptor on MPC5121 Anatolij Gustschin
2010-04-29 23:49   ` Anatolij Gustschin
     [not found] ` <1272584978-19063-1-git-send-email-agust-ynQEQJNshbs@public.gmane.org>
2010-04-29 23:49   ` [PATCH 2/5] fsl-diu-fb: move fsl-diu-fb.h to include/linux Anatolij Gustschin
2010-04-29 23:49     ` Anatolij Gustschin
2010-04-29 23:49     ` Anatolij Gustschin
2010-06-22 16:29   ` [PATCH 0/5] Rework MPC5121 DIU support (for 2.6.35) Timur Tabi
2010-06-22 16:29     ` Timur Tabi
2010-06-22 16:29     ` Timur Tabi
     [not found]     ` <AANLkTil0-hijJOvosWUEArVUOLDb_kLWIhfflj2C9pIK-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-06-22 22:03       ` Anatolij Gustschin
2010-06-22 22:03         ` Anatolij Gustschin
2010-06-22 22:03         ` Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 3/5] powerpc/mpc5121: shared DIU framebuffer support Anatolij Gustschin
2010-04-29 23:49   ` Anatolij Gustschin
2010-04-30  2:05   ` Timur Tabi
2010-04-30  2:05     ` Timur Tabi
2010-04-30  2:05     ` Timur Tabi
2010-04-30 10:19     ` Anatolij Gustschin
2010-04-30 10:19       ` Anatolij Gustschin
2010-04-30 10:19       ` Anatolij Gustschin
2010-04-30 15:08       ` Timur Tabi
2010-04-30 15:08         ` Timur Tabi
2010-04-30 15:08         ` Timur Tabi
     [not found]         ` <x2ned82fe3e1004300808q757826cs864ac1c7c082f81-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-04-30 16:22           ` Scott Wood
2010-04-30 16:22             ` Scott Wood
2010-04-30 16:22             ` Scott Wood
     [not found]             ` <20100430162254.GA24285-1MYqz8GpK7RekFaExTCHk1jVikpgYyvb5NbjCUgZEJk@public.gmane.org>
2010-04-30 18:18               ` Timur Tabi
2010-04-30 18:18                 ` Timur Tabi
2010-04-30 18:18                 ` Timur Tabi
     [not found]                 ` <r2sed82fe3e1004301118xc52b46cfi879de534283fd51-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-04-30 20:40                   ` Scott Wood
2010-04-30 20:40                     ` Scott Wood
2010-04-30 20:40                     ` Scott Wood
     [not found]                     ` <4BDB402C.9080301-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2010-05-01 15:15                       ` Anatolij Gustschin
2010-05-01 15:15                         ` Anatolij Gustschin
2010-05-01 15:15                         ` Anatolij Gustschin
2010-04-30 17:00           ` Anatolij Gustschin
2010-04-30 17:00             ` Anatolij Gustschin
2010-04-30 17:00             ` Anatolij Gustschin
2010-04-30 18:29             ` Timur Tabi
2010-04-30 18:29               ` Timur Tabi
2010-04-30 10:40   ` [PATCH v2 " Anatolij Gustschin
2010-04-30 10:40     ` Anatolij Gustschin
2010-05-03 10:49     ` [PATCH v3 " Anatolij Gustschin
2010-05-03 10:49       ` Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 4/5] powerpc: doc/dts-bindings: update doc of FSL DIU bindings Anatolij Gustschin
2010-04-29 23:49   ` Anatolij Gustschin
2010-04-29 23:49 ` [PATCH 5/5] fsl-diu-fb: Support setting display mode using EDID Anatolij Gustschin
2010-04-29 23:49   ` Anatolij Gustschin
2010-04-30  1:44   ` Timur Tabi
2010-04-30  1:44     ` Timur Tabi
2010-04-30  1:44     ` Timur Tabi
2010-04-30  7:43     ` Anatolij Gustschin [this message]
2010-04-30  7:43       ` Anatolij Gustschin
2010-04-30  7:43       ` Anatolij Gustschin
2010-04-30  8:09   ` [PATCH v2 " Anatolij Gustschin
2010-04-30  8:09     ` Anatolij Gustschin
2010-04-30  1:39 ` [PATCH 0/5] Rework MPC5121 DIU support (for 2.6.35) Timur Tabi
2010-04-30  1:39   ` Timur Tabi
2010-04-30  7:41   ` Anatolij Gustschin
2010-04-30  7:41     ` Anatolij Gustschin
     [not found]   ` <y2med82fe3e1004291839m92dea081o6a46dc307e07c4ad-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-06-01  9:38     ` Anatolij Gustschin
2010-06-01  9:38       ` Anatolij Gustschin
2010-06-01  9:38       ` Anatolij Gustschin
2010-06-04 15:46       ` Timur Tabi
2010-06-04 15:46         ` Timur Tabi
2010-06-04 15:46         ` Timur Tabi
     [not found]         ` <AANLkTims596hCnLgN5Po6nS1bRFxKywEDlBA4mlreciV-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-06-16  7:38           ` Anatolij Gustschin
2010-06-16  7:38             ` Anatolij Gustschin
2010-06-16  7:38             ` Anatolij Gustschin
2010-06-16 15:42             ` Timur Tabi
2010-06-16 15:42               ` Timur Tabi
2010-06-16 15:42               ` Timur Tabi
     [not found]               ` <4C18F0E4.90309-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2010-06-16 15:47                 ` Anatolij Gustschin
2010-06-16 15:47                   ` Anatolij Gustschin
2010-06-16 15:47                   ` Anatolij Gustschin
2010-06-16 16:26                   ` Timur Tabi
2010-06-16 16:26                     ` Timur Tabi
2010-06-16 17:34                     ` Wolfram Sang
2010-06-16 17:34                       ` Wolfram Sang
2010-06-16 17:34                       ` Wolfram Sang
     [not found]                     ` <4C18FB3F.4020705-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2010-06-16 20:00                       ` Anatolij Gustschin
2010-06-16 20:00                         ` Anatolij Gustschin
2010-06-16 20:00                         ` Anatolij Gustschin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100430094343.2a504b2a@wker \
    --to=agust@denx.de \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=dzu@denx.de \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=timur.tabi@gmail.com \
    --cc=wd@denx.de \
    --cc=yorksun@freescale.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.