[RFC PATCH v1 0/3] drm/msm: add support for HDMI on msm8974
Dmitry Baryshkov
dmitry.baryshkov at linaro.org
Sun May 7 20:28:38 UTC 2023
This series adds support for the HDMI output on the msm8974 platform. It
was tested on the apq8074 dragonboard device.
I'm sending this as an RFC for two reasons:
- The series depends on the other patchset ([1]), which got no feedback
yet.
- I'm looking at refactoring the HDMI PHY support. I tink it makes
little sense to land the PHY driver when we know that it is going to
be reworked during the same development cycle.
[1] https://patchwork.freedesktop.org/series/117431/
Brian Masney (1):
drm/msm/hdmi: add msm8974 PLL support
Dmitry Baryshkov (2):
ARM: dts: qcom: msm8974: add support for the HDMI output
ARM: dts: qcom: apq8074-dragonboard: enable HDMI output
.../arm/boot/dts/qcom-apq8074-dragonboard.dts | 30 +
arch/arm/boot/dts/qcom-msm8974.dtsi | 90 ++-
drivers/gpu/drm/msm/Makefile | 1 +
drivers/gpu/drm/msm/hdmi/hdmi.h | 6 +
drivers/gpu/drm/msm/hdmi/hdmi_phy.c | 4 +-
drivers/gpu/drm/msm/hdmi/hdmi_pll_8974.c | 689 ++++++++++++++++++
6 files changed, 818 insertions(+), 2 deletions(-)
create mode 100644 drivers/gpu/drm/msm/hdmi/hdmi_pll_8974.c
--
2.39.2
More information about the dri-devel
mailing list