Skip to content
Commit e5e7679d authored by Dom Cobley's avatar Dom Cobley Committed by Phil Elwell
Browse files

drm/vc4: hdmi: Avoid hang with debug registers when suspended



Trying to read /sys/kernel/debug/dri/1/hdmi1_regs
when the hdmi is disconnected results in a fatal system hang.

This is due to the pm suspend code disabling the dvp clock.
That is just a gate of the 108MHz clock in DVP_HT_RPI_MISC_CONFIG,
which results in accesses hanging AXI bus.

Protect against this.

Signed-off-by: default avatarDom Cobley <popcornmix@gmail.com>
parent 03e0e348
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment