diff for duplicates of <50629F0B.1080904@ti.com> diff --git a/a/1.txt b/N1/1.txt index fe06b14..40b959d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,8 +22,8 @@ On Tuesday 25 September 2012 08:03 PM, Tomi Valkeinen wrote: >> { >> u32 val = FLD_VAL(height - 1, 26, 16) | FLD_VAL(width - 1, 10, 0); >> ->> - if (plane = OMAP_DSS_GFX) ->> + if (plane = OMAP_DSS_GFX || plane = OMAP_DSS_WB) +>> - if (plane == OMAP_DSS_GFX) +>> + if (plane == OMAP_DSS_GFX || plane == OMAP_DSS_WB) >> dispc_write_reg(DISPC_OVL_SIZE(plane), val); >> else >> dispc_write_reg(DISPC_OVL_PICTURE_SIZE(plane), val); @@ -32,7 +32,7 @@ On Tuesday 25 September 2012 08:03 PM, Tomi Valkeinen wrote: >> val = FLD_VAL(height - 1, 26, 16) | FLD_VAL(width - 1, 10, 0); >> >> - dispc_write_reg(DISPC_OVL_SIZE(plane), val); ->> + if (plane = OMAP_DSS_WB) +>> + if (plane == OMAP_DSS_WB) >> + dispc_write_reg(DISPC_OVL_PICTURE_SIZE(plane), val); >> + else >> + dispc_write_reg(DISPC_OVL_SIZE(plane), val); diff --git a/a/content_digest b/N1/content_digest index 61cb24d..0bd5e32 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\01348583595.21717.2.camel@lappyti\0" "From\0Archit Taneja <a0393947@ti.com>\0" "Subject\0Re: [PATCH v2 10/18] OMAPDSS: DISPC: Configure input and output sizes for writeback\0" - "Date\0Wed, 26 Sep 2012 06:34:03 +0000\0" + "Date\0Wed, 26 Sep 2012 11:52:03 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -34,8 +34,8 @@ ">> {\n" ">> \tu32 val = FLD_VAL(height - 1, 26, 16) | FLD_VAL(width - 1, 10, 0);\n" ">>\n" - ">> -\tif (plane = OMAP_DSS_GFX)\n" - ">> +\tif (plane = OMAP_DSS_GFX || plane = OMAP_DSS_WB)\n" + ">> -\tif (plane == OMAP_DSS_GFX)\n" + ">> +\tif (plane == OMAP_DSS_GFX || plane == OMAP_DSS_WB)\n" ">> \t\tdispc_write_reg(DISPC_OVL_SIZE(plane), val);\n" ">> \telse\n" ">> \t\tdispc_write_reg(DISPC_OVL_PICTURE_SIZE(plane), val);\n" @@ -44,7 +44,7 @@ ">> \tval = FLD_VAL(height - 1, 26, 16) | FLD_VAL(width - 1, 10, 0);\n" ">>\n" ">> -\tdispc_write_reg(DISPC_OVL_SIZE(plane), val);\n" - ">> +\tif (plane = OMAP_DSS_WB)\n" + ">> +\tif (plane == OMAP_DSS_WB)\n" ">> +\t\tdispc_write_reg(DISPC_OVL_PICTURE_SIZE(plane), val);\n" ">> +\telse\n" ">> +\t\tdispc_write_reg(DISPC_OVL_SIZE(plane), val);\n" @@ -61,4 +61,4 @@ "\n" Archit -d0f48ad351e0dafd7df77d0a42cf47a67c9fb8db03b7ccf00b0f8b8f621382cc +f9509b848c72f260be7c0656f84de1f7731de23b293a6cff8c76046700ba98cc
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.