diff for duplicates of <507EC2EA.4000402@ti.com> diff --git a/a/1.txt b/N1/1.txt index b55a389..36fedc5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -84,7 +84,7 @@ On Wednesday 17 October 2012 04:50 PM, Tomi Valkeinen wrote: > - * Otherwise the DSS is still working, and turning off the clocks > - * prevents DSS from going to OFF mode */ > - is_on = dispc_mgr_is_enabled(channel); -> + if (dispc_mgr_is_enabled(channel) = false) +> + if (dispc_mgr_is_enabled(channel) == false) > + return; > + > + /* @@ -153,7 +153,7 @@ should be kept the same, shouldn't they? > + int r; > + u32 irq_mask; > + -> + if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) = true) +> + if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == true) > + return; > + > + /* @@ -194,8 +194,8 @@ should be kept the same, shouldn't they? > u32 irq_mask; > int num_irqs; > -> - if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) = enable) -> + if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) = false) +> - if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == enable) +> + if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == false) > return; > > src = dss_get_hdmi_venc_clk_source(); @@ -221,8 +221,8 @@ should be kept the same, shouldn't they? > + * use vsync, as omap2/3 don't have framedone for TV. > + */ > -> - if (src = DSS_HDMI_M_PCLK && enable = false) { -> + if (src = DSS_HDMI_M_PCLK) { +> - if (src == DSS_HDMI_M_PCLK && enable == false) { +> + if (src == DSS_HDMI_M_PCLK) { > irq_mask = DISPC_IRQ_FRAMEDONETV; > num_irqs = 1; > } else { diff --git a/a/content_digest b/N1/content_digest index 1135cde..5303ded 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01350472835-28727-10-git-send-email-tomi.valkeinen@ti.com\0" "From\0Archit Taneja <archit@ti.com>\0" "Subject\0Re: [PATCH 9/9] OMAPDSS: DISPC: cleanup lcd/digit enable/disable\0" - "Date\0Wed, 17 Oct 2012 14:50:34 +0000\0" + "Date\0Wed, 17 Oct 2012 20:08:34 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -94,7 +94,7 @@ "> -\t * Otherwise the DSS is still working, and turning off the clocks\n" "> -\t * prevents DSS from going to OFF mode */\n" "> -\tis_on = dispc_mgr_is_enabled(channel);\n" - "> +\tif (dispc_mgr_is_enabled(channel) = false)\n" + "> +\tif (dispc_mgr_is_enabled(channel) == false)\n" "> +\t\treturn;\n" "> +\n" "> +\t/*\n" @@ -163,7 +163,7 @@ "> +\tint r;\n" "> +\tu32 irq_mask;\n" "> +\n" - "> +\tif (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) = true)\n" + "> +\tif (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == true)\n" "> +\t\treturn;\n" "> +\n" "> +\t/*\n" @@ -204,8 +204,8 @@ "> \tu32 irq_mask;\n" "> \tint num_irqs;\n" ">\n" - "> -\tif (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) = enable)\n" - "> +\tif (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) = false)\n" + "> -\tif (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == enable)\n" + "> +\tif (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT) == false)\n" "> \t\treturn;\n" ">\n" "> \tsrc = dss_get_hdmi_venc_clk_source();\n" @@ -231,8 +231,8 @@ "> +\t * use vsync, as omap2/3 don't have framedone for TV.\n" "> +\t */\n" ">\n" - "> -\tif (src = DSS_HDMI_M_PCLK && enable = false) {\n" - "> +\tif (src = DSS_HDMI_M_PCLK) {\n" + "> -\tif (src == DSS_HDMI_M_PCLK && enable == false) {\n" + "> +\tif (src == DSS_HDMI_M_PCLK) {\n" "> \t\tirq_mask = DISPC_IRQ_FRAMEDONETV;\n" "> \t\tnum_irqs = 1;\n" "> \t} else {\n" @@ -260,4 +260,4 @@ "\n" Archit -3367a1e0d1a497ce23389989eb0c095261b5a48a651c62a1425465d8cbb76026 +3fd274a631cfbf57a2e1feb30ab5d10474c7c8ded54f0e6495cf76d6197c5ad0
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.