drm/vc4: Add another reg to HDMI debug dumping.
authorEric Anholt <eric@anholt.net>
Fri, 12 Feb 2016 23:16:56 +0000 (15:16 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 26 Feb 2016 23:51:13 +0000 (15:51 -0800)
This is also involved in the HDMI setup sequence so it's nice to see
it.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_hdmi.c

index 6e55760511bf1168d90f8233e8d5409d6e660dd3..56272ca98ab7b4528769437317b54f6cc65251a5 100644 (file)
@@ -95,6 +95,7 @@ static const struct {
        HDMI_REG(VC4_HDMI_SW_RESET_CONTROL),
        HDMI_REG(VC4_HDMI_HOTPLUG_INT),
        HDMI_REG(VC4_HDMI_HOTPLUG),
+       HDMI_REG(VC4_HDMI_RAM_PACKET_CONFIG),
        HDMI_REG(VC4_HDMI_HORZA),
        HDMI_REG(VC4_HDMI_HORZB),
        HDMI_REG(VC4_HDMI_FIFO_CTL),
This page took 0.025496 seconds and 5 git commands to generate.