diff for duplicates of <3973104.FPbEEICOqe@avalon> diff --git a/a/1.txt b/N1/1.txt index 8e96c08..3d4861e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,11 +22,11 @@ On Friday 13 November 2015 13:46:01 Tomi Valkeinen wrote: > > omap_connector_detect( > > else > > ret = connector_status_disconnected; -> > } else if (dssdev->type = OMAP_DISPLAY_TYPE_DPI || -> > + dssdev->type = OMAP_DISPLAY_TYPE_VENC || -> > dssdev->type = OMAP_DISPLAY_TYPE_DBI || -> > dssdev->type = OMAP_DISPLAY_TYPE_SDI || -> > dssdev->type = OMAP_DISPLAY_TYPE_DSI) { +> > } else if (dssdev->type == OMAP_DISPLAY_TYPE_DPI || +> > + dssdev->type == OMAP_DISPLAY_TYPE_VENC || +> > dssdev->type == OMAP_DISPLAY_TYPE_DBI || +> > dssdev->type == OMAP_DISPLAY_TYPE_SDI || +> > dssdev->type == OMAP_DISPLAY_TYPE_DSI) { > > I have no idea why VENC is not working for you when using > connector_status_unknown, but I just tested DPI with @@ -56,3 +56,8 @@ hence the confidence). Regards, Laurent Pinchart + +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +http://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index d0eaffa..4d77fce 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\05645CD79.5040107@ti.com\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH 2/2] video:omapdrm: make omapdrm assume the tv-out cable is always connected\0" - "Date\0Fri, 13 Nov 2015 12:01:04 +0000\0" + "Date\0Fri, 13 Nov 2015 14:01:04 +0200\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" "Cc\0linux-fbdev@vger.kernel.org" H. Nikolaus Schaller <hns@goldelico.com> @@ -38,11 +38,11 @@ "> > omap_connector_detect(\n" "> > \t\telse\n" "> > \t\t\tret = connector_status_disconnected;\n" - "> > \t} else if (dssdev->type = OMAP_DISPLAY_TYPE_DPI ||\n" - "> > +\t\t\tdssdev->type = OMAP_DISPLAY_TYPE_VENC ||\n" - "> > \t\t\tdssdev->type = OMAP_DISPLAY_TYPE_DBI ||\n" - "> > \t\t\tdssdev->type = OMAP_DISPLAY_TYPE_SDI ||\n" - "> > \t\t\tdssdev->type = OMAP_DISPLAY_TYPE_DSI) {\n" + "> > \t} else if (dssdev->type == OMAP_DISPLAY_TYPE_DPI ||\n" + "> > +\t\t\tdssdev->type == OMAP_DISPLAY_TYPE_VENC ||\n" + "> > \t\t\tdssdev->type == OMAP_DISPLAY_TYPE_DBI ||\n" + "> > \t\t\tdssdev->type == OMAP_DISPLAY_TYPE_SDI ||\n" + "> > \t\t\tdssdev->type == OMAP_DISPLAY_TYPE_DSI) {\n" "> \n" "> I have no idea why VENC is not working for you when using\n" "> connector_status_unknown, but I just tested DPI with\n" @@ -71,6 +71,11 @@ "-- \n" "Regards,\n" "\n" - Laurent Pinchart + "Laurent Pinchart\n" + "\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + http://lists.freedesktop.org/mailman/listinfo/dri-devel -9bbb661cbf9f033fca0c3e07a969ee937babdde9bfe6281eb7718cd69b0820da +fe271fcc6a1798f1e00d8dd8bc5c80f1ccb4bbca7eeae501b1c4aff723ed1bad
diff --git a/a/1.txt b/N2/1.txt index 8e96c08..0354142 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,11 +22,11 @@ On Friday 13 November 2015 13:46:01 Tomi Valkeinen wrote: > > omap_connector_detect( > > else > > ret = connector_status_disconnected; -> > } else if (dssdev->type = OMAP_DISPLAY_TYPE_DPI || -> > + dssdev->type = OMAP_DISPLAY_TYPE_VENC || -> > dssdev->type = OMAP_DISPLAY_TYPE_DBI || -> > dssdev->type = OMAP_DISPLAY_TYPE_SDI || -> > dssdev->type = OMAP_DISPLAY_TYPE_DSI) { +> > } else if (dssdev->type == OMAP_DISPLAY_TYPE_DPI || +> > + dssdev->type == OMAP_DISPLAY_TYPE_VENC || +> > dssdev->type == OMAP_DISPLAY_TYPE_DBI || +> > dssdev->type == OMAP_DISPLAY_TYPE_SDI || +> > dssdev->type == OMAP_DISPLAY_TYPE_DSI) { > > I have no idea why VENC is not working for you when using > connector_status_unknown, but I just tested DPI with diff --git a/a/content_digest b/N2/content_digest index d0eaffa..92485df 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,15 +3,17 @@ "ref\05645CD79.5040107@ti.com\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH 2/2] video:omapdrm: make omapdrm assume the tv-out cable is always connected\0" - "Date\0Fri, 13 Nov 2015 12:01:04 +0000\0" + "Date\0Fri, 13 Nov 2015 14:01:04 +0200\0" "To\0Tomi Valkeinen <tomi.valkeinen@ti.com>\0" - "Cc\0linux-fbdev@vger.kernel.org" - H. Nikolaus Schaller <hns@goldelico.com> - linux-kernel@vger.kernel.org + "Cc\0H. Nikolaus Schaller <hns@goldelico.com>" + David Airlie <airlied@linux.ie> + Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> dri-devel@lists.freedesktop.org - gta04-owner@goldelico.com + linux-kernel@vger.kernel.org linux-omap@vger.kernel.org - " Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>\0" + linux-fbdev@vger.kernel.org + gta04-owner@goldelico.com + " notasas@gmail.com\0" "\00:1\0" "b\0" "On Friday 13 November 2015 13:46:01 Tomi Valkeinen wrote:\n" @@ -38,11 +40,11 @@ "> > omap_connector_detect(\n" "> > \t\telse\n" "> > \t\t\tret = connector_status_disconnected;\n" - "> > \t} else if (dssdev->type = OMAP_DISPLAY_TYPE_DPI ||\n" - "> > +\t\t\tdssdev->type = OMAP_DISPLAY_TYPE_VENC ||\n" - "> > \t\t\tdssdev->type = OMAP_DISPLAY_TYPE_DBI ||\n" - "> > \t\t\tdssdev->type = OMAP_DISPLAY_TYPE_SDI ||\n" - "> > \t\t\tdssdev->type = OMAP_DISPLAY_TYPE_DSI) {\n" + "> > \t} else if (dssdev->type == OMAP_DISPLAY_TYPE_DPI ||\n" + "> > +\t\t\tdssdev->type == OMAP_DISPLAY_TYPE_VENC ||\n" + "> > \t\t\tdssdev->type == OMAP_DISPLAY_TYPE_DBI ||\n" + "> > \t\t\tdssdev->type == OMAP_DISPLAY_TYPE_SDI ||\n" + "> > \t\t\tdssdev->type == OMAP_DISPLAY_TYPE_DSI) {\n" "> \n" "> I have no idea why VENC is not working for you when using\n" "> connector_status_unknown, but I just tested DPI with\n" @@ -73,4 +75,4 @@ "\n" Laurent Pinchart -9bbb661cbf9f033fca0c3e07a969ee937babdde9bfe6281eb7718cd69b0820da +55d46b8f2bd131765c1b30668a1ad852e6883aa058f5114430941e1017b67d24
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.