Skip to content

Commit

Permalink
Revert "drm/vc4: Add a delay after disabling hdmi phy output"
Browse files Browse the repository at this point in the history
This reverts commit 3ee17a7.
  • Loading branch information
popcornmix committed Aug 12, 2024
1 parent 3ee17a7 commit 36ac4d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/vc4/vc4_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ static void vc4_crtc_atomic_disable(struct drm_crtc *crtc,
* someone was waiting it.
*/
vc4_crtc_send_vblank(crtc);
msleep(30);
}

static void vc4_crtc_atomic_enable(struct drm_crtc *crtc,
Expand Down

0 comments on commit 36ac4d2

Please sign in to comment.