[PATCH v3 0/7] drm/msm/hdmi: Fixes/Cleanups before Eliza
From: Krzysztof Kozlowski <hidden>
Date: 2026-09-08 07:10:58
Also in:
dri-devel, linux-arm-msm, lkml, stable
Changes in v3: - Add missing regulator_bulk_disable() in msm_hdmi_phy_resource_enable() - Set hdmi->power_off=false before calling msm_hdmi_audio_update() - Link to v2: https://patch.msgid.link/20260907-drm-msm-hdmi-fixes-before-eliza-v2-0-b097cf1eac77@oss.qualcomm.com Split from Eliza patchset, thus `b4 diff` won't exactly work. v1: https://lore.kernel.org/all/20260828-drm-msm-hdmi-eliza-v1-0-67843277de17@oss.qualcomm.com/ (local) Changes since v1: 1. New patches: drm/msm/hdmi_phy: Cleanup after msm_hdmi_phy_resource_enable() failure drm/msm/hdmi: Handle msm_hdmi_power_on() errors during .atomic_pre_enable() drm/msm/hdmi_bridge: Correct poweroff/audio cleanup order in post_disable 2. Patch #5: use simpler ?: 3. Add tags. --- Krzysztof Kozlowski (7): drm/msm/hdmi_phy: Cleanup after msm_hdmi_phy_resource_enable() failure drm/msm/hdmi: Handle msm_hdmi_power_on() errors during .atomic_pre_enable() drm/msm/hdmi_bridge: Correct poweroff/audio cleanup order in post_disable drm/msm/hdmi_bridge: Drop redundant initialization in msm_hdmi_bridge_init() drm/msm: Properly handle msm_ioremap() without name drm/msm/dsi: Fix indentation of if block in dsi_mgr_bridge_mode_valid() dt-bindings: display/msm: hdmi: Correct name of disallowed supplies .../devicetree/bindings/display/msm/hdmi.yaml | 4 +-- drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +- drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 34 +++++++++++++++------- drivers/gpu/drm/msm/hdmi/hdmi_phy.c | 16 ++++++++-- drivers/gpu/drm/msm/msm_io_utils.c | 6 ++-- 5 files changed, 44 insertions(+), 18 deletions(-) --- base-commit: 6e95d4043b2c59f1887fd72d1620b7fd3d3138a5 change-id: 20260907-drm-msm-hdmi-fixes-before-eliza-c9bc7185d84c Best regards, -- Krzysztof Kozlowski [off-list ref]