diff for duplicates of <E1bYDEn-0004rl-CH@rmk-PC.armlinux.org.uk> diff --git a/a/1.txt b/N1/1.txt index d9a8a52..968dcbf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -47,9 +47,9 @@ index c9d941283d30..cb6e03efbebf 100644 } mutex_unlock(&hdmi->mutex); + -+ if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) = 0) ++ if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) + hdmi_event_disconnect(hdmi->dev); -+ else if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) = ++ else if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == + (HDMI_IH_PHY_STAT0_RX_SENSE | HDMI_PHY_HPD)) + hdmi_event_connect(hdmi->dev); } diff --git a/a/content_digest b/N1/content_digest index 59498ed..a9f5a82 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,8 @@ "ref\020160812141421.GB1041@n2100.armlinux.org.uk\0" - "From\0Russell King <rmk+kernel@arm.linux.org.uk>\0" + "From\0rmk+kernel@arm.linux.org.uk (Russell King)\0" "Subject\0[PATCH RFC 3/5] drm/bridge: dw_hdmi: add HDMI notifier support\0" - "Date\0Fri, 12 Aug 2016 14:15:05 +0000\0" - "To\0David Airlie <airlied@linux.ie>" - Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> - Tomi Valkeinen <tomi.valkeinen@ti.com> - " Hans Verkuil <hansverk@cisco.com>\0" - "Cc\0linux-fbdev@vger.kernel.org" - linux-arm-kernel@lists.infradead.org - " dri-devel@lists.freedesktop.org\0" + "Date\0Fri, 12 Aug 2016 15:15:05 +0100\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Add HDMI notifiers to the HDMI bridge driver.\n" @@ -60,9 +54,9 @@ " \t\t}\n" " \t\tmutex_unlock(&hdmi->mutex);\n" "+\n" - "+\t\tif ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) = 0)\n" + "+\t\tif ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0)\n" "+\t\t\thdmi_event_disconnect(hdmi->dev);\n" - "+\t\telse if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) =\n" + "+\t\telse if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) ==\n" "+\t\t\t (HDMI_IH_PHY_STAT0_RX_SENSE | HDMI_PHY_HPD))\n" "+\t\t\thdmi_event_connect(hdmi->dev);\n" " \t}\n" @@ -71,4 +65,4 @@ "-- \n" 2.1.0 -a89becddc22e696754e89a5d45d024fa07debb7f0741d25298bd700e560a03be +6d532003a0b4022121efc7acc0124d43ecbf48073297200a6329f9dc3a7f029c
diff --git a/a/1.txt b/N2/1.txt index d9a8a52..d76d424 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -47,9 +47,9 @@ index c9d941283d30..cb6e03efbebf 100644 } mutex_unlock(&hdmi->mutex); + -+ if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) = 0) ++ if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) + hdmi_event_disconnect(hdmi->dev); -+ else if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) = ++ else if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == + (HDMI_IH_PHY_STAT0_RX_SENSE | HDMI_PHY_HPD)) + hdmi_event_connect(hdmi->dev); } @@ -57,3 +57,8 @@ index c9d941283d30..cb6e03efbebf 100644 if (intr_stat & HDMI_IH_PHY_STAT0_HPD) { -- 2.1.0 + +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N2/content_digest index 59498ed..ae8022f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020160812141421.GB1041@n2100.armlinux.org.uk\0" "From\0Russell King <rmk+kernel@arm.linux.org.uk>\0" "Subject\0[PATCH RFC 3/5] drm/bridge: dw_hdmi: add HDMI notifier support\0" - "Date\0Fri, 12 Aug 2016 14:15:05 +0000\0" + "Date\0Fri, 12 Aug 2016 15:15:05 +0100\0" "To\0David Airlie <airlied@linux.ie>" Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> Tomi Valkeinen <tomi.valkeinen@ti.com> @@ -60,15 +60,20 @@ " \t\t}\n" " \t\tmutex_unlock(&hdmi->mutex);\n" "+\n" - "+\t\tif ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) = 0)\n" + "+\t\tif ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0)\n" "+\t\t\thdmi_event_disconnect(hdmi->dev);\n" - "+\t\telse if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) =\n" + "+\t\telse if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) ==\n" "+\t\t\t (HDMI_IH_PHY_STAT0_RX_SENSE | HDMI_PHY_HPD))\n" "+\t\t\thdmi_event_connect(hdmi->dev);\n" " \t}\n" " \n" " \tif (intr_stat & HDMI_IH_PHY_STAT0_HPD) {\n" "-- \n" - 2.1.0 + "2.1.0\n" + "\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -a89becddc22e696754e89a5d45d024fa07debb7f0741d25298bd700e560a03be +c3d540c52c6b09da90de450a78f86a434d4238f417574602eb9289f9b86f3e5c
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.