diff for duplicates of <514998B1.8040907@ti.com> diff --git a/a/1.txt b/N1/1.txt index ac9d760..4a99659 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -48,8 +48,8 @@ Archit > dispc_write_reg(DISPC_DIVISORo(channel), > FLD_VAL(lck_div, 23, 16) | FLD_VAL(pck_div, 7, 0)); > + -> + if (dss_has_feature(FEAT_CORE_CLK_DIV) = false && -> + channel = OMAP_DSS_CHANNEL_LCD) +> + if (dss_has_feature(FEAT_CORE_CLK_DIV) == false && +> + channel == OMAP_DSS_CHANNEL_LCD) > + dispc.core_clk_rate = dispc_fclk_rate() / lck_div; > } > diff --git a/a/content_digest b/N1/content_digest index 6fd38d2..e3566d6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01362743569-10289-2-git-send-email-tomi.valkeinen@ti.com\0" "From\0Archit Taneja <archit@ti.com>\0" "Subject\0Re: [PATCH 01/14] OMAPDSS: DISPC: store core clk rate\0" - "Date\0Wed, 20 Mar 2013 11:20:33 +0000\0" + "Date\0Wed, 20 Mar 2013 16:38:33 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -58,8 +58,8 @@ "> \tdispc_write_reg(DISPC_DIVISORo(channel),\n" "> \t\t\tFLD_VAL(lck_div, 23, 16) | FLD_VAL(pck_div, 7, 0));\n" "> +\n" - "> +\tif (dss_has_feature(FEAT_CORE_CLK_DIV) = false &&\n" - "> +\t\t\tchannel = OMAP_DSS_CHANNEL_LCD)\n" + "> +\tif (dss_has_feature(FEAT_CORE_CLK_DIV) == false &&\n" + "> +\t\t\tchannel == OMAP_DSS_CHANNEL_LCD)\n" "> +\t\tdispc.core_clk_rate = dispc_fclk_rate() / lck_div;\n" "> }\n" ">\n" @@ -92,4 +92,4 @@ "> \t/* FUNCGATED */\n" > -d962bd696e7b17a7812fa783aa43b8b51fa0257e5d1521c4dfb5b513962c8000 +17dd6d06f0d2d4c55b4b8097b402c5edf92c9ceef2d85a40cc2d591f1175986e
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.