diff for duplicates of <513DCBDC.1020803@ti.com> diff --git a/a/1.txt b/N1/1.txt index 455e14e..2be9e0d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -231,10 +231,11 @@ Archit > + > static int __init dsi_init_display(struct omap_dss_device *dssdev) > { -> struct platform_device *dsidev > @@ -5184,6 +5233,7 @@ static void __init dsi_init_output(struct platform_device *dsidev) +> struct platform_device *dsidev = +> @@ -5184,6 +5233,7 @@ static void __init dsi_init_output(struct platform_device *dsidev) > > out->type = OMAP_DISPLAY_TYPE_DSI; -> out->name = dsi->module_id = 0 ? "dsi0" : "dsi1"; +> out->name = dsi->module_id == 0 ? "dsi0" : "dsi1"; > + out->dispc_channel = dsi_get_channel(dsi->module_id); > > dss_register_output(out); diff --git a/a/content_digest b/N1/content_digest index 929b466..a2babe7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0513DC870.3030908@ti.com\0" "From\0Archit Taneja <archit@ti.com>\0" "Subject\0Re: [PATCH 10/20] OMAPDSS: Resolve channels for outputs\0" - "Date\0Mon, 11 Mar 2013 12:31:40 +0000\0" + "Date\0Mon, 11 Mar 2013 17:49:40 +0530\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-omap@vger.kernel.org" " linux-fbdev@vger.kernel.org\0" @@ -243,10 +243,11 @@ "> +\n" "> static int __init dsi_init_display(struct omap_dss_device *dssdev)\n" "> {\n" - "> \tstruct platform_device *dsidev > @@ -5184,6 +5233,7 @@ static void __init dsi_init_output(struct platform_device *dsidev)\n" + "> \tstruct platform_device *dsidev =\n" + "> @@ -5184,6 +5233,7 @@ static void __init dsi_init_output(struct platform_device *dsidev)\n" ">\n" "> \tout->type = OMAP_DISPLAY_TYPE_DSI;\n" - "> \tout->name = dsi->module_id = 0 ? \"dsi0\" : \"dsi1\";\n" + "> \tout->name = dsi->module_id == 0 ? \"dsi0\" : \"dsi1\";\n" "> +\tout->dispc_channel = dsi_get_channel(dsi->module_id);\n" ">\n" "> \tdss_register_output(out);\n" @@ -347,4 +348,4 @@ ">\n" > -326925c4e033a30082c6c0dcc544f8c075d4372c2ad7c9b507ecaf854646633b +5ef94547434907b91cada45af1f5fe3fb5fafbea36bb4be45c89c066172fe20a
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.