]> git.itanic.dy.fi Git - linux-stable/commit
Revert drm/vc4 hdmi runtime PM changes
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Sep 2021 17:06:46 +0000 (10:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Sep 2021 17:06:46 +0000 (10:06 -0700)
commitb1044a9b8100a0cc5c9d2e1e2f9ca4bb8e32b23a
tree7b3de82eccc1d937ce09acc73ec2b4b6cb778d6d
parentd4d016caa4b85b9aa98d7ec8c84e928621a614bc
Revert drm/vc4 hdmi runtime PM changes

This reverts commits

  9984d6664ce9 ("drm/vc4: hdmi: Make sure the controller is powered in detect")
  411efa18e4b0 ("drm/vc4: hdmi: Move the HSM clock enable to runtime_pm")

as Michael Stapelberg reports that the new runtime PM changes cause his
Raspberry Pi 3 to hang on boot, probably due to interactions with other
changes in the DRM tree (because a bisect points to the merge in commit
e058a84bfddc: "Merge tag 'drm-next-2021-07-01' of git://.../drm").

Revert these two commits until it's been resolved.

Link: https://lore.kernel.org/all/871r5mp7h2.fsf@midna.i-did-not-set--mail-host-address--so-tickle-me/
Reported-and-tested-by: Michael Stapelberg <michael@stapelberg.ch>
Cc: Maxime Ripard <maxime@cerno.tech>
Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
Cc: Dave Airlie <airlied@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/vc4/vc4_hdmi.c