X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-refhw-gen3%2Frecipes-kernel%2Flinux%2Ffiles%2F0004-Mute-CEC-IRQ-in-dw-hdmi-driver-init.patch;fp=meta-agl-refhw-gen3%2Frecipes-kernel%2Flinux%2Ffiles%2F0003-rcar3-dw-hdmi-cec-mute.patch;h=0ad8374e2395084a93ad9dc08e48cfee24181958;hb=92da06f999511ebf5f871ec40dffd3cb456be55f;hp=b0663cad36c2d0b273d56a09a1887d1a58425995;hpb=c79268a6d2d2a5445e8fdfd4bb7af536cdab7115;p=AGL%2Fmeta-agl-refhw.git diff --git a/meta-agl-refhw-gen3/recipes-kernel/linux/files/0003-rcar3-dw-hdmi-cec-mute.patch b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0004-Mute-CEC-IRQ-in-dw-hdmi-driver-init.patch similarity index 68% rename from meta-agl-refhw-gen3/recipes-kernel/linux/files/0003-rcar3-dw-hdmi-cec-mute.patch rename to meta-agl-refhw-gen3/recipes-kernel/linux/files/0004-Mute-CEC-IRQ-in-dw-hdmi-driver-init.patch index b0663ca..0ad8374 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/linux/files/0003-rcar3-dw-hdmi-cec-mute.patch +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0004-Mute-CEC-IRQ-in-dw-hdmi-driver-init.patch @@ -1,4 +1,10 @@ -Mute CEC IRQ in dw-hdmi driver init +From 23cc66769400cc94c6baad7be66475ff004da3cc Mon Sep 17 00:00:00 2001 +From: invalid_git config +Date: Tue, 26 Oct 2021 21:15:42 +0000 +Subject: [PATCH 4/4] Mute CEC IRQ in dw-hdmi driver init +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit Add muting of the CEC interrupt to initialize_hdmi_rcar_ih_mutes, which it previously did not have, unlike the original generic @@ -6,16 +12,15 @@ initialize_hdmi_ih_mutes function. Author: Kato Kazuomi (加藤 一臣) Signed-off-by: Scott Murray - --- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c -index cedae37e6d28..b4a29d3954ae 100644 +index e856bffa4f70..dd31ebeb8ddf 100644 --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c -@@ -1906,6 +1906,7 @@ static void initialize_hdmi_rcar_ih_mutes(struct dw_hdmi *hdmi) +@@ -2329,6 +2329,7 @@ static void initialize_hdmi_rcar_ih_mutes(struct dw_hdmi *hdmi) hdmi_writeb(hdmi, 0x1f, HDMI_IH_MUTE_AS_STAT0); hdmi_writeb(hdmi, 0x3f, HDMI_IH_MUTE_PHY_STAT0); hdmi_writeb(hdmi, 0x03, HDMI_IH_MUTE_I2CM_STAT0); @@ -23,3 +28,6 @@ index cedae37e6d28..b4a29d3954ae 100644 hdmi_writeb(hdmi, 0x0f, HDMI_IH_MUTE_VP_STAT0); hdmi_writeb(hdmi, 0x03, HDMI_IH_MUTE_I2CMPHY_STAT0); +-- +2.31.1 +