diff for duplicates of <20100430094343.2a504b2a@wker> diff --git a/a/1.txt b/N1/1.txt index f55d312..d805079 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,33 +2,37 @@ 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. -> > + Data from the detailed timing descriptor will be used to -> > + program the display controller. -> +> > + =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. -> > /* -> > * These parameters give default parameters +> > =C2=A0/* +> > =C2=A0* 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; -> +> > =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. -> > + /* Still not found, use preferred mode from database if any */ -> > + if (!has_default_mode && info->monspecs.modedb != NULL) { -> -> No need for the "!= NULL" +> > + =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. diff --git a/a/content_digest b/N1/content_digest index 3d0beb3..b8b1f6a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0n2oed82fe3e1004291844habbdfe76lc369d66cf9a9d9fd@mail.gmail.com\0" "From\0Anatolij Gustschin <agust@denx.de>\0" "Subject\0Re: [PATCH 5/5] fsl-diu-fb: Support setting display mode using EDID\0" - "Date\0Fri, 30 Apr 2010 07:43:43 +0000\0" + "Date\0Fri, 30 Apr 2010 09:43:43 +0200\0" "To\0Timur Tabi <timur.tabi@gmail.com>\0" "Cc\0linux-fbdev@vger.kernel.org" wd@denx.de @@ -17,37 +17,41 @@ "Timur Tabi <timur.tabi@gmail.com> wrote:\n" "\n" "> On Thu, Apr 29, 2010 at 6:49 PM, Anatolij Gustschin <agust@denx.de> wrote:\n" - "> \n" + ">=20\n" "> > +Optional properties:\n" "> > +- EDID : verbatim EDID data block describing attached display.\n" - "> > + \302\240Data from the detailed timing descriptor will be used to\n" - "> > + \302\240program the display controller.\n" - "> \n" + "> > + =C2=A0Data from the detailed timing descriptor will be used to\n" + "> > + =C2=A0program the display controller.\n" + ">=20\n" "> The property name should be lower-case.\n" "\n" "Will change to lower-case.\n" "\n" - "> > \302\240/*\n" - "> > \302\240* These parameters give default parameters\n" + "> > =C2=A0/*\n" + "> > =C2=A0* These parameters give default parameters\n" "> > @@ -217,6 +218,7 @@ struct mfb_info {\n" - "> > \302\240 \302\240 \302\240 \302\240int x_aoi_d; \302\240 \302\240 \302\240 \302\240 \302\240 \302\240/* aoi display x offset to physical screen */\n" - "> > \302\240 \302\240 \302\240 \302\240int y_aoi_d; \302\240 \302\240 \302\240 \302\240 \302\240 \302\240/* aoi display y offset to physical screen */\n" - "> > \302\240 \302\240 \302\240 \302\240struct fsl_diu_data *parent;\n" - "> > + \302\240 \302\240 \302\240 char *edid_data;\n" - "> \n" + "> > =C2=A0 =C2=A0 =C2=A0 =C2=A0int x_aoi_d; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=\n" + "=A0 =C2=A0/* aoi display x offset to physical screen */\n" + "> > =C2=A0 =C2=A0 =C2=A0 =C2=A0int y_aoi_d; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=\n" + "=A0 =C2=A0/* aoi display y offset to physical screen */\n" + "> > =C2=A0 =C2=A0 =C2=A0 =C2=A0struct fsl_diu_data *parent;\n" + "> > + =C2=A0 =C2=A0 =C2=A0 char *edid_data;\n" + ">=20\n" "> edid_data should be \"u8 *\". \"char *\" is should be used only for\n" "> strings or arrays of characters.\n" "\n" "Will fix it, too.\n" "\n" - "> > + \302\240 \302\240 \302\240 /* Still not found, use preferred mode from database if any */\n" - "> > + \302\240 \302\240 \302\240 if (!has_default_mode && info->monspecs.modedb != NULL) {\n" - "> \n" - "> No need for the \"!= NULL\"\n" + "> > + =C2=A0 =C2=A0 =C2=A0 /* Still not found, use preferred mode from data=\n" + "base if any */\n" + "> > + =C2=A0 =C2=A0 =C2=A0 if (!has_default_mode && info->monspecs.modedb !=\n" + "=3D NULL) {\n" + ">=20\n" + "> No need for the \"!=3D NULL\"\n" "\n" "Ok, I will simplify this.\n" "\n" "Thanks,\n" Anatolij -122557aa87bb057d648b38cb054e12c800cfa714c2d7056f0590f659b0fa68c8 +90c39431382c81bf37362d1a47c8f7ef1d921288e15ee81654df4cd0ac33bf90
diff --git a/a/1.txt b/N2/1.txt index f55d312..5a0ed38 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -34,3 +34,7 @@ Ok, I will simplify this. Thanks, Anatolij +_______________________________________________ +Linuxppc-dev mailing list +Linuxppc-dev@lists.ozlabs.org +https://lists.ozlabs.org/listinfo/linuxppc-dev diff --git a/a/content_digest b/N2/content_digest index 3d0beb3..b419c46 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\0n2oed82fe3e1004291844habbdfe76lc369d66cf9a9d9fd@mail.gmail.com\0" "From\0Anatolij Gustschin <agust@denx.de>\0" "Subject\0Re: [PATCH 5/5] fsl-diu-fb: Support setting display mode using EDID\0" - "Date\0Fri, 30 Apr 2010 07:43:43 +0000\0" + "Date\0Fri, 30 Apr 2010 09:43:43 +0200\0" "To\0Timur Tabi <timur.tabi@gmail.com>\0" "Cc\0linux-fbdev@vger.kernel.org" wd@denx.de @@ -48,6 +48,10 @@ "Ok, I will simplify this.\n" "\n" "Thanks,\n" - Anatolij + "Anatolij\n" + "_______________________________________________\n" + "Linuxppc-dev mailing list\n" + "Linuxppc-dev@lists.ozlabs.org\n" + https://lists.ozlabs.org/listinfo/linuxppc-dev -122557aa87bb057d648b38cb054e12c800cfa714c2d7056f0590f659b0fa68c8 +05abda6914d37ef127425d2f06b0a582ce3dac080f3e4e91b5d5ba67a89d38c5
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.