Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 861b27ec authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae
Browse files

drm/exynos/hdmi: fix disable sequence



The "Fixes" patch was incorrectly merged, as a result PHY is prematurely
powered off and for example Odroid-U3 cannot disable TV power domain
when HDMI cable is unplugged.

Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Reported-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Fixes: 625e63e2 ("drm/exynos/hdmi: fix pipeline disable order")
Tested-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 576d72fb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1501,8 +1501,6 @@ static void hdmi_disable(struct drm_encoder *encoder)
	 */
	cancel_delayed_work(&hdata->hotplug_work);
	cec_notifier_set_phys_addr(hdata->notifier, CEC_PHYS_ADDR_INVALID);

	hdmiphy_disable(hdata);
}

static const struct drm_encoder_helper_funcs exynos_hdmi_encoder_helper_funcs = {