drm/vc4: hdmi: Add PHY init and disable function
authorMaxime Ripard <maxime@cerno.tech>
Thu, 19 Dec 2019 15:53:33 +0000 (16:53 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:39 +0000 (16:33 +0100)
commit75880b89825fac8dbc7124cdce1e95570a8fa217
tree8f52ce136893a3f7b9c7a5539635808514e37e65
parentdd86047d3c979d4804d7a2d8f5f22669b10e4a15
drm/vc4: hdmi: Add PHY init and disable function

The HDMI PHY in the BCM2711 HDMI controller is significantly more
complicated to setup than in the older BCM283x SoCs.

Let's add hooks to enable and disable the PHY.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/Makefile
drivers/gpu/drm/vc4/vc4_hdmi.c
drivers/gpu/drm/vc4/vc4_hdmi.h
drivers/gpu/drm/vc4/vc4_hdmi_phy.c [new file with mode: 0644]